The fullscreen slider pics doesn’t show up on mobile (iPhone 5 and 6 with latest iOS). Just a color background with captions and buttons. It looks fine in Safari Simulator on Mac but not on any iPhone device with Safari, Chrome nor Firefox? Gah!
I have to turned off Fixed scrolling. Gah!
Hi,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Andy
I have changed too Parallax and this work on iPhone
Hi Roine,
Checked in Safari, iPhone and mobile emulators, the top slider is there. Is parallax working for you?
Best regards,
Victoria
Here’s what I’ve noticed:
Fixed background in Color Sections fallback nicely to scroll on older iPhones.
Fixed background in Fullscreen Sliders do not.
Adding this CSS allows the Fullscreen Slider to behave like a Color Section and solves the background image issues on older iOS devices:
.avia_mobile .avia-fullscreen-slider .avia-slideshow > ul > li {
background-attachment: initial !important;
}
Hi sushilkin,
Thank you for sharing! :)
Best regards,
Victoria