Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #874085

    Hi,

    there seems to be an issue with the pictures on my shop page and Enfold.

    Im using the WooCommerce Additional Variation Images plugin and normally hovering over an image with the mouse should zoom into the image. However, sometimes it works just fine and sometimes the image is just hovering and “moving around”.

    Is there a way to fix this issue and deactivate the hover effect?

    Thanks,

    Dennis

    #874983

    Hey StolnGmbhCoKG,

    Thank you for using Enfold.

    Please add this code in the functions.php file to disable the “zoom” effect.

    add_action( 'woocommerce_init', 'woocommerce_init_zoom_mod', 11 );
    function woocommerce_init_zoom_mod() {
    	 remove_theme_support( 'wc-product-gallery-zoom' );
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.