Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #363425

    Zeshan
    Member

    Hi Alan,

    This code is a temporary solution that can be used to hide controls when you add an embedded fullscreen video using Revolution Slider video layer.

    If the code provided hiding the video, use following code instead:

    .fullscreenvideo.tp-videolayer:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
    

    And as mentioned, loop and autoplay will only work if you append the provided arguments in your video layer’s Arguments field: http://prntscr.com/85z44g.

    Since this is not an issue but the way embedded videos work in a page, we cannot guarantee that the provided solution will work perfectly fine and may need to write some additional code or a different workaround using custom development. That being said, custom development is outside the scope of support we can offer. You may wish to consult a developer to assist you with this.

    And again, I’d advise using a direct mp4 video, rather than the embedded video, if you want to show a fullscreen background video without any controls.

    Thanks for understanding. Take care!

    #647648

    wppw
    Participant

    If that didn’t work, try the snippet code below, thanks to Michael from theme-fusion.,

    add to Customize > General > Custom CSS

    .tp-video-play-button {
    display: none !important;
    }

    Cheers!

    #647872

    Rad
    Moderator

    Thanks for sharing!

    #760045

    Leanna
    Participant

    I’ve got the opposite problem: If I make the video layer go fullscreen, then I am not getting any Paly/Pause controls on Chrome (they are there on Firefox sometimes, sometimes not). First I thought they were just covered up by the bottom border of the slider frame, but no matter how deep I make the slider field no controls show up in Chrome.

    Secondly, now I am finding that the video goes blank after about 10sec but it didn’t earlier. What setting do I have wrong? URL and login to follow:

    #760046

    Leanna
    Participant
    This reply has been marked as private.
    #760913

    Rue Nel
    Moderator

    Hello There,

    Thanks for updating this thread! I have change somethings in your video settings. Please see this screenshot: http://prntscr.com/9u02s7

    Your video should be visible now on the page without the blank white space after a few seconds of playing.

    If you need anything else we can help you with, please let us know.

    #760985

    Leanna
    Participant

    Fantastic! I think what you did to fix it was
    1) “stop other videos” on
    2) “next slide on end” on
    Anything else?
    One minor tweak question: I added an image that shows while the vid is loading, how do I get the spinner to show over the video? Before I set a bg video it showed, now it doesn’t.
    thanks!

    #761952

    Lely
    Moderator

    Hello Leanna,

    Yes, that’s it.
    Upon checking, I saw the spinner loads for a sec before the background image loads then the video.
    Please note this:

    The “Spinner” represents the slider’s visual preloader. This will be shown when the page first loads, and also between slides if you’re using the Lazy Load option..

    The spinner will only load by default before the slide image background. You want a spinner between elements on slide. Adding it over video is possible via custom development.

    Thank you of understanding.

    #761958

    Leanna
    Participant

    ok thanks

    #762009

    Nico
    Moderator

    You’re most welcome.
    Feel free to ask us again.

    Have a great day! 🙂