Revolution Slider default animation won't load

Hi, Just installed the latest version of WordPress and the Church theme. I’m happy with the default slider animation so just need to edit the wording and swap for suitable image. But the slider won’t load the default animation. I went to the global setting and did the following:

SR7 feeds load method switched to ‘preload’
Include libraries globally switched to ‘off’

Please advise.

Hello Joyce,

Thank you for the inquiry.

We may need to inspect the site and login to the dashboard. Please provide the site URL and login details in the secure note.

Best regards.

Thank you. I have provided the login details in the security note.

Thank you for the update.

We resaved the slider and cleared the system cache. This seems to have fixed the issue with the slider. Let us know if the issue occurs again.

Thank you! I can see it’s working now.

Great! Glad to know that the issue has been resolved. Let us know if you have more questions.

Have a nice day.

Another question. I edited the text content based on the default church slide but it became non-responsive to screen size. Did I somehow disabled that function?

You can adjust the maximum width of the slider for different screen sizes in Slider Settings (Gear Icon) > Module General Options > Layout > Layer Area Size .

Thank you. This was fix. But I noticed that there is a very thin white line underneath the slider. I add this code to global css, but it didn’t help. Please advise.

.x-slider-container below {

border: 0 !important;
}

Hello @Joyce82,

I would suggest you please add this custom CSS code.

.page-template-template-blank-4-php .x-slider-container.below{
border: 0 !important;
} 

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case if you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Thank you! Sorry about abusing the theme support…

You are most welcome @Joyce82

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