Slider Revolution: On mobile, there is constantly a white 1px or so gap on the right of my slider

I now have a seperate issue with the slider…

When the webpage is viewed at a resolution of 768px-979px, the slider moves 50px or so down the page and leaves a white gap above it.
Thank you!
Alec

Hi Alec,

I checked your site in 768px-979px resolution but could not replicate the issue.

This is how it looks on my end.

There is no gap on top.

Can you provide us some screenshots. You can try clearing your browser cache and see if that fixes it.

Thanks

Hey Paul,

I tried loading the website on Safari and it worked no problems. I then got rid of cache on my chrome browser but it still appears like the image attached. I tried another computer but on Chrome, the white bar is still visible.

Hi @LordSnow,

Please also add this custom CSS:

.home header.masthead.masthead-inline {
    position: absolute;
    width: 100%;
}

Hope it helps :slight_smile:

Hey @thai,

That worked perfectly, thank you :slight_smile:.

Additionally, when editing my home page in the cornerstone editor, the revolution slider shows this error:
‘Revolution slider: No preview available’

Hello @LordSnow ,

This is actually what is expected to display in Cornerstone.

Please check this release note for more explanation:

Hope this explains it.

Cheers!

@thai

Ok, that makes sense. Thanks for clarifying that up :slight_smile:

You’re welcome.

Hey guys,

Just seeing if there is any way to update what text looks like in Cornerstone. I have changed the font of this specific text (Come Travel With Us), as shown in the below image, yet in Cornerstone the text font hasn’t updated. Is this normal?
Thanks,
Alec


Hi Alec,

I tried changing fonts of the text element by adding a custom css in Theme Options > CSS in my test sites and it works without issues.

Since the issue in your site can be found in the backend, would you mind providing us your wordpress admin login in Secure Note so we can take a closer look.

For the meantime, you could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Let us know how it goes!

Hey @paul.r,
I provided my login details in a secure note.
I tried disabling the plugins but that didn’t work…
Let me know how it goes,
Alec

Hi Alec,

The login provided doesn’t seem to work.

Please check again and let us know.

Thanks

Using those details on ‘wordpress.com/log-in’ seems to work for me…

However, when attempting to log in via ‘username and password’, instead of ‘log in with Wordpress.com’ my username seems to not register…

Hi @LordSnow,

I’m another staff and I can confirm the username/password incorrect.

Please double check.

Thank you.

Hey Guys,
Sorry about that. I made a new account so it should work now - will create another secure note

Hi Alec,

I tried logging in and the front end and backend are now showing the same.

May I know how exactly did you change the font of the text “Come Travel with us!”
I can see you have used text element, so the font is the same as your body text. I suggest you use the Headline element instead of text element.

You can then change the font in Theme Options > Typography

or if using Font Manager

Another Option is to enable advanced mode.

You can then set the font on the element itself.

Hope this helps

Hey @paul.r

Ok so here’s the problem. I changed the font of the ‘Come Travel With Us’ text with an ID. I attempted to change the font of the text to the google font ‘Lobster’


Doing so produces this font change on the cornerstone ‘front-page’ editor. From this:

To this:

However, on the X ‘theme options’ page, the font does change To Lobster:

Yet this doesn’t help me as when editing the front page in Cornerstone, the text still looks like this:

Not sure if that’s the best way to explain it and let me know if it doesn’t make sense, but hope that helps…
Alec

Hi Alec,

In the Font Manager you only define these font-families, Helvetica, Trebuchet MS, and Amaranth you can see that on the Font Manager.

What this means is it’s not the Theme nor Cornerstone is loading the Lobster font. Its the Revolution Slider, and because no preview of Slider on Cornerstone you don’t get the Lobster font in there, that is why.

If you want to use the Lobster font on your headlines without the help of the slider, you can define it on the Font Manager, and set that on Theme Options > Typography > Heading Fonts

Another thing with regards to this;



That is not how you use the Element CSS feature. If you want to use the ID for applying custom CSS then you can put your CSS on the Page > CSS or Theme Options > CSS.

In the Element CSS, you don’t need the ID nor CLASS, you need the $el, so your CSS would look like this:

$el {
font-family:lobster;
}

Hope that shed some lights,
Cheers!

Hey @friech,

Thanks for explaining that!
You say it doesn’t load because of the Revolution Slider. The text I’m referring to isn’t located in the Revolution Slider. Are you saying that text won’t load in Cornerstone at all, even if it’s not located in the revolution slider?

Thanks,
Alec