Slide shows white overlay on transition

We recently updated the plugin Slider Revolution to v 6.1.5
The effect it had on our slider is to add a “white” overlay to the image at the end of each slide transition.
You can see this here:

https://masterbuildinginspectors.com.au

then scroll down to the slider that appears just above the Testimonials section.
How do I remove that white overlay?

Also the Testimonials slider looks wrong too.
The white behind each “slide” should be solid but it is semi-transparent and so each testimonial is difficult to read. These changes just came with the update of the plugin.

Any suggestions to rectify would be most appreciated!

Hi Joshua,

First, there’s an error on the console. Let’s fixed that first because it might affect other elements
Uncaught SyntaxError: Unexpected token '<'

On this homepage, Content JS, you have added some script and it included some script tag and an html code. It is always best to fixed those issue first. Please note that this part only accept an actual script without script tags <script></script>.Those script tags are added automatically by the theme.

Now, since you got more than script and there’s some html, it’s best to add those script on your child theme functions.php via add_action() function. For more detailed guidance, check this article.

After that error is fixed, let’s check those issue again.

Hi Lely
Thanks for your message. I have corrected that issue but I am still getting the problem with the slider.
The Console error list is clear now.
Tania

Hi Tania,

In that case, would you mind providing your admin login credentials in the secure note? I like to check what was changed.

Thanks!

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

Hi Joshua,

I checked the testimonial slider below:

I went to the backend of the website and selected the slider in question. I saw the section that contains the paragraph and right-clicked and selected the Edit option:

Then at the right section of the screen, you will find the option that the background has linear-gradient code which causes that opaque white background. Please remove that and it will work ok:

You need to remove the code for all the slides that contain such layers.

Thank you.