Tagged: image zoom
I’m trying to get the WP Image Zoooom plugin to work with the main product images… I’ve used this quick CSS code found in a topic here
.single-product-main-image.alpha a {
pointer-events: none;
}
https://kriesi.at/support/topic/switch-off-featured-image-link-in-woocommerce-single-product-page/
That works to disable the main product image linking and allows the zoom plugin to work as I hover over it, HOWEVER it also disables the clickable links to the gallery images of the product and no one can zoom in on those because they can’t be opened.
Is there a way around this with CSS? Thanks… appreciate your time and help… great theme!
Gary