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

    I’m using the Enfold theme with the wedding demo and have configured some of the images be to parallax instead of fixed. However, when accessing the site on my iPhone the images are showing as fixed instead of parallax and cutting off heads, etc.

    Is there another setting needed to get parallax to work on mobile devices?

    Thank you,
    – Dan

    #503563

    Hey synapse7!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    #who .av-parallax {
        background-position: 50% 25%!important;
    }}

    Best regards,
    Yigit

    #503792

    Thanks, Yigit, I tried adding that code but nothing seems to have changed. Is it working for you now?

    #504015

    Hi!

    refer to this answer from Kriesi: https://kriesi.at/support/topic/no-parallax-effect-in-mobile-devices/#post-259000

    Best regards,
    Andy

    #505199

    Does that mean there is no way to reenable it? Parallax seems to be working for many sites I visit on my phone including Squarespace.

    Are there any plans to bring support for parallax back?

    #505337

    Hi,

    I’m not sure but I wouldn’t think so, at least not in the near future, the feature is causing too many problems unfortunately.

    Thanks,
    Rikard

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