Hello! We have a video that plays inside our slideshow. We are having an issue- when you play the video it does not stop the slider. The video plays for 2 seconds, then the slideshow starts again and the audio continues to play.
There is a setting in the back end with a box that we checked that says “Stop slider when video plays”, but the slider does not stop.
Help please!
Hey JamesTuttle!
Thank you for using Enfold.
The video plays and stops when you click the next slide. Also, the slider doesn’t autorotate when the video is playing.
Regards,
Ismael
I’m having the same issue.
Is there anyway to override a video in a slider to the same rules as the rest of the slides, ie: rotate slides after 7 seconds regardless on how long the video clip is?
Thanks
Jon
Hi Jon,
Open js/shortcodes.js and look for this line:
currentSlide.on('av-video-play-executed', function(){ setTimeout(function(){ self.pause() }, 100); });
Replace it by this:
//currentSlide.on('av-video-play-executed', function(){ setTimeout(function(){ self.pause() }, 100); });
Regards,
Josue