Slider revolution blank screen before load

Hi, see https://www.logoglo.com/new-home/

So, before the slider loads, it either shows a blank screen or the content below, is there a way I can show the background gradient somehow, ie have it in the page, not in the slider?

Or have it load before any of the content loads?

Thanks.

I found this, might be useful, but I’d need to know how to apply it to rev slider…unless you have another work around.

Thanks.

Hi @logoglo,

Thank you for writing in, try setting the Slider’s Lazy Load to Single, so the slider can load quicker.

If that did not work, there is another trick, apply the gradient background on your first content band and apply a min-height: calc(100vh - 70px); to it, that way the second content band won’t have a chance to take the place of the first content band/slider.

Hope it helps,
Cheers!

Perfect! thanks.

Also, I have this code to add thegradient on multi browser etc:

background: #590087;
background: -moz-linear-gradient(left, #590087 0%, #5040EC 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#5040EC), color-stop(100%,#590087));
background: -webkit-linear-gradient(left, #590087 0%,#5040EC 100%);
background: -o-linear-gradient(left, #590087 0%,#5040EC100%);
background: -ms-linear-gradient(left, #590087 0%,#5040EC 100%);
background: linear-gradient(to right, #590087 0%,#5040EC 100%);

But the background I want is:

linear-gradient(26deg, rgba(89, 0, 135, 1) 0%, rgba(89, 0, 135, 1) 0%, rgba(80, 64, 236, 1) 44%, rgba(80, 64, 236, 1) 44%, rgba(44, 212, 217, 1) 100%, rgba(44, 212, 217, 1) 100%)

How do I apply this to the above?

Thanks for all your help.

Hi @logoglo,

If you are sure you have set remove the gradient background already, we might need to check your slider setup. Just to clarify, you just need to change current gradient background with the linear gradient you have shared, is that correct? Please share credentials inside a secure note. Thank you.

added, thanks…if you cant get to the bottom of it, it might just be changing the css?

Hey @logoglo,

What’s your login URL? wp-admin doesn’t work.

Thanks.

added to secure note, sorry about that.

Hello @logoglo,

It is best that you regenerate the linear gradient css using this tool:

Please let us know if this works out for you.

Thanks :slight_smile: that worked great!

You’re welcome!
It’s good to know that it has worked for you.

have you had a look at the slider background? any news there?

Hi @logoglo,

Please see the slider’s Settings > Layout


Scroll down and look for BG color option.

Thanks,

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