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

    Shawn P
    Participant

    Hello,

    I have just purchased this theme, and I am really impressed. I was working on tons of different themes but X can not be compared with anything else, it is simply outstanding.

    Obviously, now I need to learn a lot and become familiar with X but I actually enjoy it. My first question is regarding to Revolution Slider, I put a video on my homepage, but would like to get rid of the play/pause button that you can all see http://atlantahouseinspection.net/polish-american-chamber-commerce-atlanta-pacc-atlanta/ how to do that? I guess it is something with API settings, right?

    Thanks

    #44425

    Shawn P
    Participant

    Also I would like to make the black space around the video transparent, how do that?

    #44712

    Support
    Member

    Hi Shawn,

    Thanks for the kind words. We appreciate it.

    To remove the play/pause button on your video, add this to your custom css on Customizer:

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

    To get rid of the black background behind the video, add this to your custom CSS on Customizer:

    .fullcoveredvideo video, .fullscreenvideo video {
      background: transparent;
    }

    Thanks!

    #44765

    Shawn P
    Participant

    Hey,

    thank you so much for your help. Another issue with a slider is that when I am in home page editor, I dont see any option to choose fullscreen slider or anything else, but in the Slider section all I have is my slider name.

    I would like the vido to be full width. How can I achieve that?

    #44767

    Shawn P
    Participant

    I dont even have offset option in Slider option, so I am really confused while following the video instruction.

    #44994

    Rad
    Moderator

    Hi Shawn,

    You should have fullscreen option when you editor your Slider settings (Revolution Slider), and not at your homepage setting.

    Once you set it as fullscreen, you have to add .masthead at offset field.

    But, it will still not work. Your current layout is Box which limit the width of your layout. You should set it as full-width and use “Blank – No Container | Header, Footer” template(under your homepage’s Page Attribute section).

    Hope this helps.