REV SLIDER + FOOTER SOCIAL Question

Hi there,

I’m currently putting together a site at:

I have 3 issues that I would appreciate some help with (*all on the homepage):

  1. I’m trying to add a button to RS6 on the homepage - On hover, it already uses the right font (NEXARUST). However, despite adding the css in both the html element, and in the RS6 custom css section, it does not take up the font initially. Any idea why?

  2. RS6 Slider - I have two slides in this slider. When the first slider loads, there’s a dark overlay that comes on it. Looks great with the logo. However, when it switches over to the second slide, the layer dissappears, only to appear a bit later. Is there a way to make this dark overlay a global layer? I don’t think it’s added as a layer…

  3. The footer uses FONTAWESOME, but there’s a weird error when the page loads in the console:

Access to font at ‘http://tokio.ethermedia.hu/wp-content/themes/pro/framework/fonts/font_awesome/fa-brands-400.woff2’ from origin ‘http://bestia.local’ has been blocked by CORS policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource.

Truth be told, I cloned my site, and I can see that it is looking at an old URL for the FA woff files. Guess that’s the thing causing the issue, but how can I update this?

Thanks a lot!!!

Hello @Pbalazs89,

Thanks for writing in!

1.) The text is enclosed with a <p> tag with another styling. This could be causing a conflict with the hover change in styles. I would love to check your slider and see your settings and custom css on this.

2.) The dark overlay could be another layer with fade in/out effect which is why it is dark then disappears in the next slide. May I take a look at yourRS6 slider?

3.) You are having CORS issue. Please check out this thread for the resolution of this issue:

To better assist you with your issue, kindly provide us access to your site so that we can check your settings. Please create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

To know how to create a secure note, please check this out: https://theme.co/apex/forum/t/how-to-get-support/288

Best Regards.

Hi there,

Thanks for checking it out. Created a login for you, I’ll add it as a secure note.
Cors issue fixed, thanks!

Hello @Pbalazs89,

Thanks for updating in!

It turns out that you have added this css code:

#slider-3-slide-3-layer-12:hover {
    font-family: "NEXARUST" !important;
}

This only applies to the hover. You should be adding this instead:

#slider-3-slide-3-layer-12{
    font-family: "NEXARUST" !important;
}

so that both the active and hover status will have the same font family.

And as for the dark overlay, you need to stretch the overlay in your timeline so that it will take too long to display it. I would recommend that you play around with the timeline and see the results for yourself to be familiar with it.

For more tips and tricks, please check out this videos:

You can check out their Youtube channel here: https://www.youtube.com/user/ThemePunch/videos

Hope this helps.

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