Jump to content

la tienda no acepta colocar un codigo jquery - facebook flotante :(


Jordan Galactic

Recommended Posts

Asi es amig@s,

nuevamente consultando y agradecer por la paciencia, felizmente mis dudas anteriores ya se solucionaron.

Quisiera agregarle ese efecto de facebook flotante en la tienda.

el css: lo puse en global.css
el div: colocado en footer.tpl
y lo más importante el script jquery, colocado en header.tpl (dentro del head)

 

lo guardo y se pone mi tienda en blanco, si quito el script jquery me aparece la imagen facebook flotante y sin efecto. Queria saber en ese script habra algo que editar? ya que a veces no hay compatibilidad o que me recomiendan ?

 

El código es:

 

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>

<script type="text/javascript">
jQuery.noConflict();
jQuery(function (){
jQuery(".s_likebox").hover(function(){
jQuery(".s_likebox").stop(true, false).animate({right:"0"},"medium");
},function(){
jQuery(".s_likebox").stop(true, false).animate({right:"-250"},"medium");
},500);
return false;
});
</script>

 

Espero su ayuda, saluditos 

Link to comment
Share on other sites

 

Pon el código javascript entre las etiquetas

{literal}{/literal}

Gracias compa... me salvaste :D

eso habia visto en otro post, pero creo que no escribi bien...

mil gracias, dormire tranquilo :3

 

no aún no :( ..

funciona pero ese script me destrozo el slider del theme por defecto... tenia 4 imagenes en el slider, y se postraron todo hacia abajo :(

Edited by Jordan Galactic (see edit history)
Link to comment
Share on other sites

no aún no :( ..

funciona pero ese script me destrozo el slider del theme por defecto... tenia 4 imagenes en el slider, y se postraron todo hacia abajo :(

 

 

ohhhh

 

Y si depende asi:

 

{literal}

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>

<script type="text/javascript">
jQuery.noConflict();
jQuery(function (){
jQuery(".s_likebox").hover(function(){
jQuery(".s_likebox").stop(true, false).animate({right:"0"},"medium");
},function(){
jQuery(".s_likebox").stop(true, false).animate({right:"-250"},"medium");
},500);
return false;
});
</script>
 
{/literal}

Lo dejas asi:

{literal}

<script type="text/javascript">
jQuery.noConflict();
jQuery(function (){
jQuery(".s_likebox").hover(function(){
jQuery(".s_likebox").stop(true, false).animate({right:"0"},"medium");
},function(){
jQuery(".s_likebox").stop(true, false).animate({right:"-250"},"medium");
},500);
return false;
});
</script>

{/literal}

¿?

Link to comment
Share on other sites

 

 

ohhhh

 

Y si depende asi:

 

{literal}

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>

<script type="text/javascript">
jQuery.noConflict();
jQuery(function (){
jQuery(".s_likebox").hover(function(){
jQuery(".s_likebox").stop(true, false).animate({right:"0"},"medium");
},function(){
jQuery(".s_likebox").stop(true, false).animate({right:"-250"},"medium");
},500);
return false;
});
</script>
 
{/literal}

Lo dejas asi:

{literal}

<script type="text/javascript">
jQuery.noConflict();
jQuery(function (){
jQuery(".s_likebox").hover(function(){
jQuery(".s_likebox").stop(true, false).animate({right:"0"},"medium");
},function(){
jQuery(".s_likebox").stop(true, false).animate({right:"-250"},"medium");
},500);
return false;
});
</script>

{/literal}

¿?

:)  Nadie regresastee....... yupiiiiiiiiiiii 

 

al quitar eso, tambien me deja ese error y no funca el efecto

esta es la tienda: http://ibericosyperu.com  :wacko:

Edited by Jordan Galactic (see edit history)
Link to comment
Share on other sites

Alguien que me solucione porfas este conflicto entre 2 jquerys :S

a pesar de poner:

jQuery.noConflict(); 

 

o eliminar: <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js"></script>

 

ninguno me funciona :(

 

el conflicto es: el facebook deslizante si funciona, pero el slider se distorciona, agregar productos a carritos y alguno errores internos, etc etc :(

Link to comment
Share on other sites

Recuerda que has puesto el codigo tal cual, que era de ejemplo y está asociado a la cuenta del creador del script  que es  vekia.

Ahora tendrás que editas el script y poner tu appID de Facebook

Hola estimado, ese script lo coloque en el footer.tpl y quedo bien, pero lo encerre con un div...

y en css le puse:

 

.midiv {

z-index: 10;

position: relative;

}

 

intente tambien con la propiedad: position-absolute y nada :(

tambien cambie el class por id y nada,, u.u

se seguis mostrando el bloque de facebook flotante debajo de mis modulos...

 

alguna sugerencia?

 

saludos

Edited by Jordan Galactic (see edit history)
Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...