Avada Forums Community Forum Containers with Background Images Disappeared

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • DeskontosVIP
    Participant
    Post count: 2

    Containers with Background Images where the scroll response was chosen as Fixed (fixed on desktop, non-fixed on mobile) are no long being played after the last theme update.

    Are you guys aware of this issue? Is there any patches been developed to be released to solve this bug?

    Thank you kindly!

    Michael C
    Keymaster
    Post count: 550

    Hi @DeskontosVIP,

    This is very unlikely to be related to a theme update. Instead, if what you are referring to is fixed attachment backgrounds in Chrome, then this will be due to a browser update and is specific to Chrome. In which case you can find some suggested code here: https://theme-fusion.com/forums/topic/container-background-images-suddenly-disappear/ or (untested):

    .fusion-parallax-fixed {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden !important;
    }

    You can also try changing the parallax mode from fixed to one of the directional parallax effects (which we generally recommend instead of fixed attachment due to browser inconsistency).

    Michael C
    Keymaster
    Post count: 550

    Also please note, this forum is intended for user to user interaction only and not for support. Checking your account you have grandfathered support, so if you require direct support you can do so by submitting a ticket at – https://theme-fusion.com/support/submit-a-ticket/

    Thanks

    DeskontosVIP
    Participant
    Post count: 2

    Thanks you for the suggested code Michael, it did work. And thanks for the tip to try changing the parallax mode from fixed to one of the directional parallax effects (due to browser inconsistency).

    Have an awesome week!

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