• Resolved Jmantis

    (@jmantis)


    Hello,

    I’ve installed and configured the plugin, but the problem on our site is that the banner is not visible until you scroll all way to the bottom of the page. Is there a way to make it sticky and visible all the time?

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

Viewing 1 replies (of 1 total)
  • Plugin Author Moove Agency

    (@mooveagency)

    Hello,

    Thanks for using our plugins.

    The issue is because of AOS animation library, the body has an element with class master_wrap which is animated. This is incorrect usage as the transform: translateZ(0) CSS property breaks the position of fixed elements.

    We recommend moving the wp_footer actions outside of the master_wrap element or remove the animation from the main “scroller”

    Hope this helps.

Viewing 1 replies (of 1 total)

The topic ‘Banner is not sticky – have to scroll all the way to the bottom to see it’ is closed to new replies.