Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #331245

    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!

    #332025

    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

    #374010

    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

    #374920

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.