Conversation
supportWhen I activated your plugin alongside with the “Product Video Gallery for Woocommerce” plugin, the gallery was not working. I opened a ticket on the other plugin, but the developer respond me that you have to fix it. Please check this ticket https://wordpress.org/support/topic/slider-issue-41/#post-16824866 The page I need help with: [ log in to see the link]
I have disabled the “Product Video Gallery for Woocommerce” plugin right now.
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 plugin s , If you want to use a gallery with video image please install this plugin: https://wordpress.org/plugins/woo-product-variation-gallery/ Remember: Video With Image is Pro feature
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 );
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. This reply was modified 2 years, 11 months ago by M Rashid .
I have disabled the “Product Video Gallery for Woocommerce” plugin right now.
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 plugin s , If you want to use a gallery with video image please install this plugin: https://wordpress.org/plugins/woo-product-variation-gallery/ Remember: Video With Image is Pro feature
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 );
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. This reply was modified 2 years, 11 months ago by M Rashid .