Product images presta 1.6.1.1

ivarga

New member
I use webrotate 360 2.1.1 with prestashop 1.6.1.1
I have following issue with products that have webrotate on; "enlarge" button and hover over product thumbnails isn't showing in big image; on products that don't use webrotate 360 all is acting fine. Popup works in both cases.

I tried to change in .tpl file (as seen on forum) to #bigpic or in module settings... but it doesn't work.
Please help if there is some workaround.
Page address is www.vojtek.hr if you need to have a look
 

WebSupport

Active member
Hi, we would need temp access to your admin and FTP to assist with this (there's no simple workaround as per our quick review). If this works, please email the details to support at webrotate360 dot com.
 

ivarga

New member
Sharing access is ok, but I would like to have procedure as well (if possible), so I don't need to contact you again after some of future updates run over changed files.
 

WebSupport

Active member
Hi,

We made a small change to this file to make the main product image work again:

/modules/webrotate360/webrotate_prestahook.js

One line 72, we replaced this line:

Code:
jQuery("#views_block .shown").click();

with this:

Code:
jQuery("#views_block ul#thumbs_list_frame li:first-child > a").click();

PS: due to some minor discrepancy between your Prestashop template and the standard one, the .shown class is not added to the thumbnail images, so we have to manually pick the first thumb and emulate a click on it. This was the only change.
 
Top