Home Forums WoodMart support forum Background image showing strangely on a REAL iPad Horizontal View

Background image showing strangely on a REAL iPad Horizontal View

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #468587

    Jeriss Cloud Center
    Participant

    Please check the website links provided in private, and test them on a REAL iPad. In my test, I’m using an iPad 9th Generation with latest iOS update 15.5.

    You’ll notice that the first landing image background is showing strangely, as shown in the pictures. Why is this happening?

    When testing this on Desktop F12 Console > iPad, it shows fine but not on a REAL iPad (all cache/cookies cleared) and tested on different browsers : safari, chrome, edge, firefox => all same result.

    Attachments:
    You must be logged in to view attached files.
    #468592

    Jeriss Cloud Center
    Participant

    Here is a staging site for one of the websites, with minimal install where the issue still happens.

    #479273

    Bogdan Donovan
    Keymaster

    Hi,

    By default, background parallax effect is created with background-attachment: fixed CSS parameter. We have investigated that issue and found that the iOS platform has issues with supporting background-attachment: fixed; (https://forums.developer.apple.com/thread/99883). Unfortunately, that can’t be fixed via WordPress theme, and we didn’t have a complete solution for this.

    As an alternative solution, you can add the following code snippet to the Custom CSS area in Theme Settings to disable background parallax in iOS related devices:

    .platform-iOS .wd-parallax {
    	background-position: center !important;
    	background-attachment: scroll !important;
    }

    We will also add this fix to the theme until background-attachment: fixed will be fixed on the iOS level.

    Best Regards

    #483434

    Jeriss Cloud Center
    Participant

    Ok great, thank you !

    #483681

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! If you have any questions or wish to learn more about our theme, do reach out to our customer service team at any time.

    Have a good day!

    Kind Regards

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Background image showing strangely on a REAL iPad Horizontal View’ is closed to new replies.