Background image which has parallax effect enabled, doesn't show all the time!

Hi, I’ve just updated the Cornerstone and X Theme plugin on one of my sites and since doing so, on the Home page, the background image which has parallax effect enabled, doesn’t show all the time! It flickers on and off when you scroll up and down it. I’ve included a screen grab with it when it was briefly showing so you can see where it’s supposed to be!
The image starts about half way down the page behind the blue section ‘We Know What is Required and We Supply it’ and continues behind the white section below it.
I tried clearing my cache and refreshing the page, but it’s still not showing correctly.

https://initialcareservices.co.uk/

Thanks!

Hey @core365,

There’s currently a known conflict with Slider Revolution and the background parallax. For now, try adding this CSS to your Content CSS or Global CSS.

.x-slider-container {
    z-index: 1;
}

Thanks.

Hi, that’s sorted it, thanks!

Do you know if this will be rectified in the update that is due out this month?

Cheers

I’m sorry but I’m not sure but this is already posted in our issue tracker. Please check out our Changelog when the update is released.

Thanks.

Ok, thanks!

You’re welcome.

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