Hello!
I have a problem using color sections with background-images set to fixed.
It looks like ios devices seem to have a general problem with this type of background-images.
But: it displays correctly on all ios devices that i have tested, except the ipad7 (new).
On ipad7 the background-images are displayed very very huge.
Did you implement a workaround into the theme for fixed background images and this workaround does not address ipad7?
Seems strange.
Thanks
Hey tricon23,
Could you post a link to the site where you are having this problem so that we can have a closer look please?
Best regards,
Rikard
sure,
latest wordpress,
latest enfold,
minimal setup for testing the issue
Hi tricon23,
Please have a look at the following links:
If you need further assistance please let us know.
Best regards,
Victoria
Thanks for the inspiration. Based on this I was able to find a working solution.
Maybe it will be helpful for others:
/* iPad Portrait */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
.avia-section {
background-attachment: scroll !important;
}
}
/* iPad Landscape */
@media screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
.avia-section {
background-attachment: scroll !important;
}
}
Hi,
Great, I’m glad that you found a solution and thanks for sharing it. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
Close it – thanks
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon