Woocommerce Product Gallery issues
I am using the Astra Pro theme with Brizy Pro builder.
But when I building the product template, the product gallery showed me an ugly magnifier icon outside the gallery thumbnails. How to solve?

-
Hi,
Thank you for all these details! We would like to check this problem from your dashboard. Could you please send us the WP credentials to this site? We have created a private ticket for this request. You had to receive a notification regarding this by email. Could you send us in that private message the WP credentials to this site?
Best regards, Nelea.
0 -
Hi, that magnifier is also showing in my page. How did you change it? Can you hide and made the image clickable?
0 -
Hi,
I have created a private ticket for you and my colleague will help you with this issue.
Best regards,
Nelea.
0 -
Hi,
I will add my colleague's answer here, in case other users have this problem :
Here is the code of it, you need to add the code in the function.php of your site as shown in this video https://jmp.sh/wGHm4jB2
function remove_image_zoom_support() { remove_theme_support( 'wc-product-gallery-zoom' ); } add_action( 'wp', 'remove_image_zoom_support', 100 );Best regards, Nelea.
0 -
Hi
You could also have a look at this article for multiple methods to remove the WooCommerce product zoom option. https://webtalkhub.com/how-to-disable-product-zoom-in-woocommerce/
0
Please sign in to leave a comment.
Comments
5 comments