Hello there,
I am using Pangja with WooCommerce and I have disabled the hover effect on the product images with the following script in the function.php:
function remove_image_zoom_support() {
remove_theme_support( ‘wc-product-gallery-zoom’ );
}
add_action( ‘wp’, ‘remove_image_zoom_support’, 100 );
This works allright, except for the products with multiple photos.
In that case the magnifier lens is shown only on the last product photo and not on the others, so I suppose is a conflict with some theme css or else.
You can check the issue on this product for reference:
https://bottegadiartelignea.com/prodotto/tavolino-a-vela-in-stile-neoclassico/
Please let me know
Regards
Alice
Attachments:
You must be
logged in to view attached files.