Viewing 7 reply threads
You must be logged in to reply to this topic.
I have exactly the same problem as mentioned here :
https://support.codeless.co/?topic=image-gallery-zoom-on-single-product-page
What should I do ?
I would also like to know if it is possible to deactivate this zoom for a specific category , cause i sell posters and my clients can access to high resolution files. That’s no good for business.
Hi,
Can you please send us your website admin login credentials so we can have a look for you. It is not possible to set that feature off based on category.
Note: Put your credentials as a private reply.
Thank You
If not possible to deactivate zoom based on coategory, I’m affraid i will need you to show me how to deactivate it everywhere because people can downlaod (with view source) high resolution file i’m selling.
Hi, Sorry for not mention the solution on another topic. I will fix it and reply here.
One moment, please
Thanks
Check now, it works:
The solution, remove these CSS lines from css/woocommerce.css
.woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
display: block;
width: 100%;
height: auto;
-webkit-transition: all ease-in-out .2s;
-moz-transition: all ease-in-out .2s;
-o-transition: all ease-in-out .2s;
transition: all ease-in-out .2s;
}
Update single-product/product-thumbnails.php template on Woocommerce folder
It will be fixed on the next update.
Thanks
You must be logged in to reply to this topic.