Jump to content

JqZoom problems


nutxlago

Recommended Posts

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

 

post-293839-0-66219400-1409924543_thumb.jpg

 

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 by nutxlago (see edit history)
Link to comment
Share on other sites

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 by nutxlago (see edit history)
Link to comment
Share on other sites

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

×
×
  • Create New...