Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #466744

    Hi,

    Is there an easy (or complicated if necessary) way to disable the play/pause button on an easy slider containing video slides?

    I found this thread, but it concerns the full screen slider, and I’m not too sure what the final solution is: https://kriesi.at/support/topic/fullscreen-slider-disable-pauseplay/

    Thanks

    #467535

    Hi GabrielAlberola!

    hm it depends on how you are using the easy slider and which kind of video you are using. Youtube? self hosted? please provide us a link showing it so we can inspect the elements.

    Best regards,
    Andy

    #467619

    Hi Andy,

    It’s on this test page, it’s an easy slider (the turn signals under NEVER GET LOST AGAIN, it’s self hosted videos with hidden controls): http://www.smarthalo.bike/test/

    Thanks!

    #468278

    Hey!

    Try adding this code to the Quick CSS:

    #top .av-video-slide {
        pointer-events: none;
    }

    Cheers! 
    Josue

    #468422

    It works! Thanks Josue! :)

    Oh, I noticed that sometimes if I let the tab with that slider opened in the background and come back to it later on, the video is stopped? Is this something the browser does automatically to save resources or something? Is there a way to start playing it again when the tab is reopened? I’ve noticed this behaviour in both Chrome and Firefox on mac.

    #468423

    Yeah that’s a Mac resource-saving thing.

    Regards,
    Josue

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