fbpx
🤝  NEW YEAR SALE RETURNS - 50% OFF all plans! 🤝 Grab it Now

Aditya Vikram

Hi, there was a bug in the plugin. Here’s a screen recording for the same

 

https://www.loom.com/share/7d56edf1ddfb4db981f5cb6046947f26

 

So basically if a video is playing and a user goes to the next video, the previous video still keeps playing.

Has this been fixed in the latest update? If yes, I will go ahead and renew the subscription.

Please let me know.

Hakik Zaman

Hello Aditya,

Thanks for reaching out to us. Please check this link, do you want something like this?

Hope to hear from you soon.

Thanks

Aditya Vikram

Yes, this sample doesn’t have the problem. This is what is needed.

Hakik Zaman

Hello Aditya,

Please install a plugin Simple Custom CSS and JS and add a custom JS by copying the below snippet-

jQuery(document).ready(function( $ ){
   $('.woo-variation-gallery-slider-wrapper').on('beforeChange', function(event, slick, currentSlide, nextSlide){
      var current = $(slick.$slides[currentSlide]);
      current.html(current.html());
   });
}); 

Check this screenshot for JS settings.

Thanks

Aditya Vikram

This works well..

I think you should include the fix in the plugin itself. I’m sure that more of your users need a permanent fix to this.