Need a little help with Slider Revolution

Just a little help.

On my “homepage slider” I have a video layer on the Global slide. My issues are:

  1. I can’t get the video to loop even though I have the “loop slide” setting turned on.
  2. I have “Hide Controls” turned on, yet at the very bottom of the slider, I can see the progress bar…

Thanks in advance!

Hello There,

I have added &loop=1 at the end of the vimeo video arguments. This will make your video looping without any delays. See this: https://screencast-o-matic.com/watch/cFhffUb0jA
Then add this custom CSS to make sure progress bar is hidden:

.vp-controls-wrapper {
    display: none;
}

Hope this helps.

Thanks. The loop is working but for some reason I can still see the player controls at the bottom. See screen recording:

Hi There,

Can you please confirm if you have removed the video slider, as the home page having a different slider than you had sent the screenshot.

Please vonfirm.

Thanks

Nevermind. I ditched the video background idea.

Thanks!
Let us know if we can help you in any issue.

Yes, Could you help me and tell me why I have a larger gap here in my navigation than in other places?

Thanks in advance!

Hello There,

That space is because of your maximum height for the navigation inline top links. Please change it from 3em to at least 4em or 5em. Please also reduce the paddings if necessary.

Hope this helps.

Hmm. I tried that and it adds too much space between my menu items.

The issue is there is a strange amount of vertical space between “Pricing & Packages” and “Competitive Analysis” that is not even with the spacing between all the other menu items.

Hello There,

I went ahead and edited your header. I set the maximum height to none and remove the top and bottom paddings.

Please check your site now.

Perfect! Thank You!!!

You’re welcome. Glad we could help.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.