Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter christosgan

    (@christosgan)

    I have disabled the “Product Video Gallery for Woocommerce” plugin right now.

    Plugin Support Mamunur Rashid

    (@mamunur105)

    Our plugin Variation Swatches for WooCommerce it not related to the gallery image. It only works for the attribute Variation swatch : https://prnt.sc/ijaPJXH3i-9-

    So we are not responsible for that section And any other third-party plugins ,

    If you want to use a gallery with video image please install this plugin: https://www.ads-software.com/plugins/woo-product-variation-gallery/

    Remember: Video With Image is Pro feature

    Thread Starter christosgan

    (@christosgan)

    Hi,

    The problem was made from your plugin.

    I commented out in hook.php file this code and it works.

    // add_filter( ‘wp_get_attachment_image_attributes’, [

            //  __CLASS__,

            //  ‘add_wp_class_attachment_image_attributes’

            // ], 9 );

    Plugin Support Mamunur Rashid

    (@mamunur105)

    
    if( function_exists( 'rtwpvs') ){
    		 remove_filter( 'wp_get_attachment_image_attributes', [ Rtwpvs\Controllers\Hooks::class, 'add_wp_class_attachment_image_attributes' ], 9 );
    }
    

    You can utilize the following code within the functions.php file.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin conflict’ is closed to new replies.