Search the Community
Showing results for tags 'jquery error'.
-
hi all, i am using jquery zoom tool in product list page to zoom product image when hover.. it works fine..when i configure "top image slider" an error occurs.. TypeError: $(...).jqueryzoom is not a function included code inside product-list.tpl is, <script type="text/javascript" src="{$content_dir}js/jquery/jquery.jqzoom.js"></script> <link media="screen" type="text/css" rel="stylesheet" href="{$content_dir}/css/jqzoom.css"/> <script type="text/javascript"> {literal} var jqZoomEnabled = true; //To do after loading HTML $(document).ready(function() { $('img.jqzoom').jqueryzoom({ xzoom: 200, //zooming div default width(default width value is 200) yzoom: 200, //zooming div default width(default height value is 200) offset: 21 //zooming div default offset(default offset value is 10) //position: "right" //zooming div position(default position value is "right") }); }); {/literal} </script>
-
Hola, en el listado de productos, intento desactivar o activar algun producto y se queda pensando todo el rato. Tarda minutos enteros en hacer caso. También cuando edito precios. Viendo la consola de chrome, sale la siguiente frase: event.returnValue is deprecated. Please use the standard event.preventDefault() instead. el archivo al que hace referencia es jquery-.1.7.2.min.js El Prestashop es 1.5.4.1 Hay algo que deba hacer para mejorar la velocidad del admin? tengo que actualizar 200 productos y con esta velocidad es imposible. Saludos, anto
- 4 replies
-
- jquery error
- velocidad carga
-
(and 1 more)
Tagged with:
-
Hi guys, I have a serious problem with ps 1.5.2, I get a blank page when I try to add/edit a product. I disinstalled and reinstalled the whole prestashop on my domain and it still doesn't work, freshly installed, with no modifications at all. Firebug gives me these errors: ReferenceError: $ is not defined But I have no idea how to fix that, I've searched through forums, but nobody seems to answer to this kind of problems. Could anybody please help? Thank u in advance
- 20 replies
-
- blank page
- add new product error
- (and 4 more)