Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #332238

    Hi I am trying to use the parallax BGRs but they behave quite strange, only at times.
    Sometimes it positions the Parallax bgr correctly other times it gets cut off…
    I believe it has to do with the image loading and the attaching of the background positioning event!

    #332482

    Hi yavors!

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

    .av-parallax { background-size: cover; }

    Regards,
    Yigit

    #332563

    Hi,

    No effect, refresh the page several times when at the top of the page and you will see the same effect, sometimes the BGR gets positioned at the wrong place.

    #332973

    Hey!

    Please try this:

    div#section_display .av-parallax {
    background-size: 100%;
    top: -250px;
    background-position: 40% !important;
    }

    Best regards,
    Ismael

    #333064

    Hi,

    Same thing, check the URL again!

    #333633

    Hi!

    Have you tried to adjust the top margin to -500px?

    Cheers!
    Ismael

    #333759

    Which top margin and why would I change it to -500px, that would break my layout…?
    Have you actually looked into the issue of attaching the scroll event and its position? Like I said, the problem has to do with the event being attached and the images being loaded as sometimes the problem doesn’t show, I think when the image is loaded first.

    #334205

    Hey!

    The parallax background looks like this:

    I’m not sure what’s wrong with it. Can you please provide a screenshot of the issue?

    Cheers!
    Ismael

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