• Dear sir/madam,

    I have been using Sydney Theme for more than 8 years now with no problem.

    For some reason, the background parallax effect on all of the pages of my website stopped working overnight, even though I didn’t make any changes or updates to the CSS, plugins or theme. This has really badly affected the way my website looks.

    I have done some trouble shooting online and I am unable to find out what happened.

    Please can you offer you insight into the problem

    Example page: (Perhaps NSFW)
    (below)

    • This topic was modified 2 years, 1 month ago by Yui. Reason: marked nsfw

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Here also something like that.

    But imo that’s caused by the Chrome update to version 99. If i look to my site at Firefox the site works perfect, when i look in the new Chrome 99 there is a grey bar under the menu, and the parallax is not working right.

    https://ijsselmonde4en5mei.nl/

    I have the same promlem, also in Chrome. Is it possible to fix it?

    I have this promlem at those sites where I use Layout Builder…

    Thread Starter gogohopping

    (@gogohopping)

    Dear All,

    I have an update regarding this post.

    The SiteOrigin team were able to help me. My theme (Athemes Sydney) was targetting Page Builder rows with the following CSS:

    .panel-row-style, .elementor-section {
    -webkit-transform: translate3d(0,0,0);
    }

    To fix this problem I added some CSS

    .panel-row-style {
    -webkit-transform: none;
    }

    After adding this CSS my background images would not cover the entire Layoutbuilder row.

    .panel-row-style {
    background-position: top !important;
    }

    After adding this it was fixed

    Thanks

    Paul

    Thank you Paul, it’s working! :))
    The promlem is solved. 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[NSFW] Parallax Background stopped working’ is closed to new replies.