Parallax not working on Visual Composer Content Band row

I have checked the box for Parallax setting for a Content Band in visual composer but the CSS for

background-attachement: scroll;

is force added on to element.style even though I have added custom CSS on the setting for a Content Band:

background-attachement: fixed;

http://www.hellogather.co.uk/complete-copywriting-course/ - see x-content-band-5 for the issue here.

The parallax doesn’t work - thank you

Hi there,

Thanks for writing in.

I just checked that page and the 5th content band and the parallax is working just fine. Would you mind providing a video recording of what you’re seeing? And what browser?

This is the CSS generated by the parallax, which is working.

    background-image: url(http://www.hellogather.co.uk/wp-content/uploads/2018/04/image-6.jpg);
    background-color: transparent;
    padding-top: 4em !important;
    padding-bottom: 4em !important;
    background-attachment: fixed !important;
    background-position: 50% 33px;

Thanks!

Hello I am in Chrome. Doesn’t work in Firefox either.

Parallax not working like yours.

Hey @printcentres,

I get what @Rad sees. Here’s the video I recorded https://youtu.be/FonFW4ImWtM. The CSS is different on your end. Would you mind clearing the browser cache and also test in incognito mode?

Thanks.

I must apologise.

I hadn’t cleared the cache!

So sorry guys - thank you!

You’re welcome and no worries. :slight_smile:

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