Background is not fixed on iPad
(do not use an emulator as a testing device …needs to be an iPad)
Similar to
https://kriesi.at/support/topic/parallax-scrolling-and-fixed-images-ipad/
Same example, used above, of functional fixed background passes test
http://confitdemo.wordpress.com
Hey aribann,
Parallax is not enabled on mobile and tablets, that is why it is not working there we are afraid.
Best regards,
Basilis
It is not Parallaxed as in a color section
This is the body background image in General Styling
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1024px) {
html.html_boxed {
background: #4646b9 url(IMAGE URL) no-repeat fixed !important;
}
}
Best regards,
Rikard
Please remove the website reference in the response above post-815241
Thanks I can make that work :)