• Hi

    I do not want to use the woocemerce product zoom on hover and used the below code in the functions.php file which work well.

    After installing the plugin which work well, it has over ridden the PHP code below

    function remove_image_zoom_support() {
    remove_theme_support( ‘wc-product-gallery-zoom’ );
    }
    add_action( ‘wp’, ‘remove_image_zoom_support’, 100 );

    The page I need help with: [log in to see the link]

  • The topic ‘image zoom functional again after disabled’ is closed to new replies.