Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #244539

    Is there no way to have video slider work for mobile at all? Even if I make the videos self hosted with html5

    #244704

    Hi bert787!

    Thank you for using the theme!

    Unfortunately, it is not possible yet without your own modifications within the theme. You can look for help on Werkpress. Kriesi chose to disable the video function on mobile devices because there were simply too many incompatibilities and it doesn’t offer a good user experience. Each service (youtube, vimeo, self hosted) for videos had its own set of problems.

    Thank you for your understanding.

    Regards,
    Ismael

    #249861

    Any word of it returning back at all? I purchased the theme mainly for the reason of videos playing on the mobile.

    #250633

    Hey!

    You can include HTML5 videos in LayerSlider, but they won’t autoplay/pre-load on mobile (that’s handled by the device OS, we can’t change it). Use this code as a HTML layer:

    <video>
    <source src='_VIDEO_MP4_URL_' type="video/mp4">
    <source src='_VIDEO_OGG_URL_' type="video/ogg">
    </video>

    Best regards,
    Josue

    #250800

    I don’t need auto play as long as I can just have it so mobile can play it. Will it slide though to the next video once the user is done with the first video slide?

    #250815

    Also is there no way to have youtube posts on the slide at all? I don’t need them to auto play just a basic slider.

    #250826

    Hi!

    You can try with the iframe code YT provides, in a HTML layer as well.

    Cheers!
    Josue

    #254843

    Hallo Enfold Theme,

    I hope you could help me with te following issue. It seems my computer is the only computer which can load the layer slider. The pictures on the bottom of my homepage cannot load as well. How can I make the layer slider load on every computer?

    my website is http://www.onevents.nl Thanks in advance!

    best,

    Daniel

    #255179

    Hi Daniel!

    It is happening because you are calling the images from localhost (which only works on your computer), you need to upload and re-set them:

    Regards,
    Josue

    #255187

    Hi Josue,

    Great, that works! Thanks!

    best,

    Daniel

    #255188

    You are welcome, glad we could help :)

    Regards,
    Josue

    #255192

    What iFrame is that ? Said what YT provides?

    #255193

    #255203

    Now am I able to have that in the slider? Doesnt need to auto play or anything but just slide to the next youtube video

    #255206

    Do you mean to have something like a video playlist?

    Cheers!
    Josue

    #255207

    Yeah basically, the slider on the homepage on the top to feature like 3 youtube videos and I really appreciate the help you’ve been great!!

    #255209

    Youtube also allows you to embed playlists, refer to this article:
    http://www.labnol.org/internet/embed-youtube-playlists/17687/

    Best regards,
    Josue

    #255212

    Oh awesome and then I can just add that snippet into the iFrame – AWESOME THANKS!!

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Video Sliders’ is closed to new replies.