Today is update friday and that means I gonna update the websites we build in the last years, all with Salient. The first one I did is https://mommersprojectmontage.nl/ and on this website the fixed parallax doesn't work any more after all updates. The image scrolls up with the page. The slow parallax does work, but in this website thats not right.
I tried deactivating the plugins (accept salient core and WPbakery) but that didn't change anything.
So I'm kinda afraid to go one updating our other websites now. Could you please take a look what is going wrong, so I can fix it and resume updating my sites.
BTW; Salient was at version 12.1.6 before updating to 13.0
Thanks for your help in advance! Best regards, Eefke
I've confirmed that this issue is only related to screens with a higher pixel density - you can add the following snippet into your custom CSS box to correct it prior to the next minor release:
@media only screen and (min-device-width : 768px) {
#ajax-content-wrap .parallax_section .row-bg[data-parallax-speed="fixed"] {
background-attachment: fixed!important;
}
}
Hi Guys,
Today is update friday and that means I gonna update the websites we build in the last years, all with Salient. The first one I did is https://mommersprojectmontage.nl/ and on this website the fixed parallax doesn't work any more after all updates. The image scrolls up with the page. The slow parallax does work, but in this website thats not right.
I tried deactivating the plugins (accept salient core and WPbakery) but that didn't change anything.
So I'm kinda afraid to go one updating our other websites now. Could you please take a look what is going wrong, so I can fix it and resume updating my sites.
BTW; Salient was at version 12.1.6 before updating to 13.0
Thanks for your help in advance!
Best regards,
Eefke
Hey Again,
Be sure to update the Bundles Plugins as well as the Theme: http://themenectar.com/docs/salient/installing-plugins-updated/ .
Thanks
ThemeNectar Support Team
Hi Tahir,
I updated them as well, I believe.
Please check attached screenshots.
Somehow on the install plugins page the active plugins aren't shown.
What could be the problem?
...same problem on this website, https://digibastards.nl/
Everything is updated, including the Bundles plugins...
Hi Marc,
Please send in your admin login credentials so that we can look into this further.
Thanks.
Hereby...
ThemeNectar - aj83^BnYC4d&nQirMm9)x(PB - https://mommersprojectmontage.nl/wp-admin
Hi Marc,
Please try changing the Parallax background image speed as shown below:
Thanks.
Sorry Andrew, nothing changes.
Tried the other options, but they don't work either.
Tried it again after loggin out/loggin in...didn't work.
Tried this on both websites...
Do you have another solution?
Hey Marc,
I've confirmed that this issue is only related to screens with a higher pixel density - you can add the following snippet into your custom CSS box to correct it prior to the next minor release:
Thanks!
It's fixed after the new update.