Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #813670

    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

    #814720

    Hey aribann,

    Parallax is not enabled on mobile and tablets, that is why it is not working there we are afraid.

    Best regards,
    Basilis

    #814744

    It is not Parallaxed as in a color section
    This is the body background image in General Styling

    #815241

    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

    • This reply was modified 7 years, 3 months ago by Rikard.
    #815242

    Please remove the website reference in the response above post-815241

    Thanks I can make that work :)

    • This reply was modified 7 years, 3 months ago by aribann.
    #815325

    Hi,

    I removed the URL from the code I posted.

    Regards,
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.