nutxlago Posted September 5, 2014 Share Posted September 5, 2014 (edited) Hi, Prestashop Forum, It seems I am finding a lot of issues since I upgraded to version 1.6.0.9...hope not to be the only one! My new problem has to do with jqzoom in not edited bootstrap default theme. Jqzoom is not working. When hovering the image, the image sticky follows the mouse all around the wrapping div, but does nothing else. No magnifying glass effect. On the other side, when changing to Thickbox, product image in page duplicates the size although image preference is set accordingly to the original picture size. I post here a screen capture to illustrate the problem I really appreciate some hint on this issue, as I am beginning to think I must return to 1.6.0.6, just three days before installing the final shop on Customer's server. As you can see, help will be much appreciated! Edited September 5, 2014 by nutxlago (see edit history) Link to comment Share on other sites More sharing options...
nutxlago Posted September 6, 2014 Author Share Posted September 6, 2014 None can help with this issue? Just any hint will be much appreciated,as I am not good at javascript scripting. Link to comment Share on other sites More sharing options...
vekia Posted September 6, 2014 Share Posted September 6, 2014 cases like that need an inspection of website share url to your shop Link to comment Share on other sites More sharing options...
nutxlago Posted September 6, 2014 Author Share Posted September 6, 2014 Thanks in advance, Vekia! Just enabled the shop for you. Please, go to http://ozentra.com/only/ any new product on homepage will do to test product page thickbox/jqzoom problems. Link to comment Share on other sites More sharing options...
nutxlago Posted September 6, 2014 Author Share Posted September 6, 2014 (edited) Sorry, Vekia, new products do not illustrate the problem well. (AsI am currently importing massive csv products files...) Please, check http://ozentra.com/only/es/bt04-eclipse-of-illusionay-shad/360-bt04-010-gururubau-rr.html Image show almost 2times bigger than in images preferences for product page. Edited September 6, 2014 by nutxlago (see edit history) Link to comment Share on other sites More sharing options...
nutxlago Posted September 7, 2014 Author Share Posted September 7, 2014 Vekia and everyone... I am just thinking my problems with thickbox/jqzoom and default product image (and category thumbnails) all of them related to images... could be related to CVS Import or/and .htaccess settings? All the images in my PS 1.6 come from CVS Import (except for category ). Although I have regenerated the images lots of times and recreated .htaccess , product page continues to show them almost 2 times bigger...does this ring anyone a bell? I am wandering inside this forum for 7 days now and can still not find a solution... My .htaccess images related code: # Images RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$8/$1$2$3$4$5$6$7$8$9$10.jpg [L] RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] # AlphaImageLoader for IE and fancybox RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] Link to comment Share on other sites More sharing options...
Recommended Posts