Title: Plugin conflict
Last modified: June 16, 2023

---

# Plugin conflict

 *  Resolved [christosgan](https://wordpress.org/support/users/christosgan/)
 * (@christosgan)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-conflict-394/)
 * 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](https://wordpress.org/support/topic/slider-issue-41/#post-16824866)
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fplugin-conflict-394%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [christosgan](https://wordpress.org/support/users/christosgan/)
 * (@christosgan)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-conflict-394/#post-16825804)
 * I have disabled the “Product Video Gallery for Woocommerce” plugin right now.
 *  Plugin Support [M Rashid](https://wordpress.org/support/users/mamunur105/)
 * (@mamunur105)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-conflict-394/#post-16826229)
 * 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-](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/](https://wordpress.org/plugins/woo-product-variation-gallery/)
 * Remember: Video With Image is Pro feature
 *  Thread Starter [christosgan](https://wordpress.org/support/users/christosgan/)
 * (@christosgan)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-conflict-394/#post-16834796)
 * 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 [M Rashid](https://wordpress.org/support/users/mamunur105/)
 * (@mamunur105)
 * [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-conflict-394/#post-16835601)
 *     ```wp-block-code
       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, 10 months ago by [M Rashid](https://wordpress.org/support/users/mamunur105/).

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Plugin conflict’ is closed to new replies.

 * ![](https://ps.w.org/woo-product-variation-swatches/assets/icon-256x256.png?rev
   =3365815)
 * [Variation Swatches for WooCommerce](https://wordpress.org/plugins/woo-product-variation-swatches/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/woo-product-variation-swatches/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/woo-product-variation-swatches/)
 * [Active Topics](https://wordpress.org/support/plugin/woo-product-variation-swatches/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/woo-product-variation-swatches/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/woo-product-variation-swatches/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [M Rashid](https://wordpress.org/support/users/mamunur105/)
 * Last activity: [2 years, 10 months ago](https://wordpress.org/support/topic/plugin-conflict-394/#post-16835601)
 * Status: resolved