WPIntell

Source evidence

Plugin conflict

Variation Swatches for WooCommerce · support · 2023-06-16T21:28:00+00:00

mixedsentiment
mediumseverity
0.85relevance
4replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 11 rows with source links

36.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

7 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
christosgan resolved
When 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 .

Comments

4 shown
christosgan 2023-06-16T21:28:00+00:00

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

M Rashid 2023-06-17T07:02:00+00:00

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

christosgan 2023-06-20T19:29:00+00:00

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 );

M Rashid 2023-06-21T05:00:00+00:00

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 .