• Resolved Pierre_02

    (@pierre_02)


    Hi Aaron :).

    I love your plugin :), it’s a really great addon for Divi, but I have a problem with it.
    On the given website I use the CSS attribute “sticky”, everything works fine as long as the plugin is deactivated but as soon as I activate it, my CSS rule doesn’t work anymore :(.
    I would like to be able to keep my form sticky above the “waterline”.

    [EDIT]I’ve done some tests and it seems that it’s linked to the image animation part… As soon as I set an animation, my sticky attribute doesn’t works anymore.
    I hope it can help you to debug the problem ;)[/EDIT]

    [EDIT2]Ok :). I found it, it has nothing to do with your plugin :D! So I share the solution here for those that will get the same problem than me.
    Divi add a inline style “overflow-y: hidden;” to the ID “page-container” as soon as there’s some animated elements on your page. And the CSS attribute “sticky” doesn’t like at all. So you’ll have to add this rule to your CSS stylesheet:

    #page-container.et-animated-content {
    	overflow-y:initial !important;
    }

    to avoid the problem ;).[/EDIT2]

    Could you help me to resolve that problem, please?

    So thanks again for your really good plugin Aaron :D!!!

    TIA.

    Pierre.

    • This topic was modified 5 years ago by Pierre_02.
    • This topic was modified 5 years ago by Pierre_02.
    • This topic was modified 5 years ago by Pierre_02.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Bolton Studios LLC

    (@boltonstudios)

    Thank you for leaving a positive review! 🙂 I’m glad everything is working. Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with sticky’ is closed to new replies.