Skip to main content

Woocommerce Product Gallery issues

Comments

5 comments

  • Permanently deleted user

    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
  • Infofuturo García García

    Hi, that magnifier is also showing in my page. How did you change it? Can you hide and made the image clickable?

    0
  • Permanently deleted user

    Hi,

    I have created a private ticket for you and my colleague will help you with this issue.

    Best regards,

    Nelea.

    0
  • Permanently deleted user

    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
  • KC George

    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.