• Resolved secretarydeluxe

    (@secretarydeluxe)


    Hello! I’m having trouble getting the banner to show up on all pages.
    – Banner only shows up on homepage when in “Fixed” position (need to show up on all pages)
    – Banner is currently in “Sticky” position
    – Disappears after scroll (need to stay when scrolling with menu)

    Awesome plugin though! Any advice is appreciated. Thank you ??
    Autumn

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author rpetersen29

    (@rpetersen29)

    Hi @secretarydeluxe
    Change the banner to fixed. Then in Website custom css:

    div#page-container {
        overflow-y: hidden;
    }
    

    Let me know how that works.

    Hi there I am trying to get the banner to become sticky – love the plug in – thanks so much! I have it set to sticky alough it disappears as soon as you scroll.

    Any insight appreciated. Kind thanks

    site I need it to work on: https://www.kindearth.net

    Plugin Author rpetersen29

    (@rpetersen29)

    @trinityskitchen From a UX perspective, your current set up is pretty ideal, however if you want to make the banner on top at all times you’ll need to change the banner position to fixed, and then in Website Custom CSS:

    .fusion-sticky-header-wrapper {
        padding-top: 80px;
    }
    .fusion-image-hovers .fusion-sticky-header-wrapper {
        padding-top: 50px;
    }
    

    FYI for future issues please open a new support ticket. It allows me to track it a bit better.

    Thanks very much! I’ll defnintely bear that in mind for the ux perspective as I did wonder that also.

    The code works perfectly. I’ll try both options and see how it feels.

    Much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Issues with Fixed / Sticky’ is closed to new replies.