This topic has 7 replies, 2 voices, and was last updated 8 years ago ago by Olga Barlow
Hello there,
Can I disable the image zoom on a per product basis? The button that I see that I want to disable appears on the bottom left of product images:
I am assuming that this is coming from Xstore functionality… I can’t see other relevant plugins (when searching for plugins with name inc ‘zoom’ or ‘light’), but have a little bit confused searching this forum cos other people have spoken about zoom plugins. But maybe those were magnifying glasses…
Many thanks,
R.
Hello,
If you want to disable enlarge option go to Theme Options > E-Commerce > Single Product > Lightbox for product images > Off. Unfortunately we don’t have such option for every single product.
Regards
Thanks Olga
Hi,
I just tried this and it almost worked, but looks like a wee bug. The lightbox type effect did disable successfully, but there are is a ‘remnant’ issue that will make the enduser think something is wrong.
The image itself still has an href tag around it, meaning that the cursor turns into a finger and the URL for the full size image is shown in the status bar. This shows the user that something is broken based on their experience of browser behaviour.
Is there a workaround or is this something for the release cycle?
Thanks,
R.
Hello,
Add the following code in Theme Options > Styling > Custom CSS
.photoswipe-off .woocommerce-main-image {
cursor: default;
}
Regards
Thank you Olga
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up