New Landing How can we help? Atelier ROW : Background Image is not showing up in IPAD

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Atelier
  • #327995
    juliankhor
    Member
    Post count: 59

    Hi there
    The ROW : Background Image is not showing up in IPAD when scrolled. I have set the Background image as ” FIXED “. When viewed in IPAD device, both on Landscape and vertical mode, background image does not show up. You may compare this issue on a PC and IPAD to see the difference. Effected page is visible in the URL provided

    Warmest Regards
    Julian

    #328506
    David Martin – Support
    Moderator
    Post count: 20834

    Hi Julian,

    Can you provide a screenshot of what you see for my reference?

    I think your images are present, however, the position is off due to the size of the area.

    Please add this to Theme Options => Custom CSS:

    @media only screen and (max-width: 767px) {
    .fw-row>.spb-row, 
    .spb-row[data-image-movement="fixed"] {
        background-attachment: local !important;
        background-position: 75% 100%;
    }
    }

    Thanks.

    #328721
    juliankhor
    Member
    Post count: 59

    Hi David
    I have added the CSS code provided.I am still not able to see the background image when viewed on an Ipad.
    You may see attached screenshots between a PC and IPad for comparison.
    Thank you
    Julian

    Attachments:
    You must be logged in to view attached files.
    #328970
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Please change the CSS to this, we’ve included this for the next update:

    .mobile-browser .spb-row[data-image-movement="fixed"] {
    	background-attachment: scroll;
    }

    – Ed

    #329003
    juliankhor
    Member
    Post count: 59

    thank you.

    #329190
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    No problem. Thanks Ed.

    -Rui

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

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register