Slider Revolution Backend Fade-out Doesn't Fade Out on X 5.1 Site

Hello All,

I stripped this slider down to its most basic components: a background layer with an image and a static layer with two words. I need help with the simplest of simple things that Revolution seems to complicate. I created a timeline for the static page that tells the word “One” to fade in, stay there for 2 seconds, and fade out, followed by the word “Two” fading in, staying there for two seconds, then fading out.

The site is blakeafterprom.com and I’ll send you credentials next message.

The fades work properly on the backend, fading in and out as instructed when executed from the timeline. Neither word fades out on the live site. Which obscure option should I set to make the out-fades work?

Thanks!

Hi there,

Thank you for providing Wordpress dashboard credentials. I tried to add a new test page and encountered a 404 problem. It seems that the URL rewrite is not set correctly on your server. Please kindly follow the guide below and contact your hosting service provider to make sure that URL rewrites work OK on your server:

https://codex.wordpress.org/htaccess

You need to first address this major issue before tackling the slider one.

Thank you.

I checked my htaccess and it’s exactly like the example. I also logged in under your ID and created a new page with no problem. This host once in a while throws a stupid 404 page that says “Oops, you blew up the Internet”, but just try again. I named the blank page New Test Page.

Thanks.

This is my entire htaccess:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Hi there,

  1. Please use the standard slider, your slider type is currently the hero scene. Should be changeable in your slider settings.

  2. Please don’t use static layers, it covers all sliders since it’s global. The animation will not rotate along with the slides since it’s independent element from the slides. Instead, please add local layers to your slide.

I duplicated your slider as a sample and I did all these and added a new layer.

Thanks!

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