Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1164668

    I imported the “Landing Page” demo, but I need the header to behave like the one in the “Default” demo.

    Specifically, I need the header to *always* be visible, and not only when you scroll.

    I’ve imported the default demo into a separate WP install, so i could take note of the header behaviour settings. But when i applied them to my ‘Landing Page’ WP installation, it does not work.

    I’ve tried repeatedly to figure this out, but cannot.

    Please advise, it seems like it should be a very simple thing.

    • This topic was modified 6 years, 3 months ago by ekemdi. Reason: added specifics on the behaviour i am seeking
    #1164681

    Hey ekemdi,

    Find the following in quick css

    #top .av_header_scrolldown.av_header_transparency {
        opacity: 0;
        margin-top: -250px !important;
    }

    And adjust it to:

    #top .av_header_scrolldown.av_header_transparency {
        opacity: 1;
        margin-top:0px !important;
    }

    Best regards,
    Jordan Shannon

    #1164700

    Hey Jordan! Thanks for getting back to me; sorry for the late response.

    So, I opened up my WP admin where I imported the Landing Page demo, and I went to Enfold > General Styling > Quick CSS, and there is no CSS there; so this CSS block doesn’t currently exist.

    I went ahead and added the CSS block you suggested, but I’m not seeing any difference (reloaded, cleared cache, etc).

    Am I looking in the wrong place?

    #1164709

    Hi,

    I’m currently seeing it as it should with the header showing. Have you tried clearing the cache a few times over?

    Best regards,
    Jordan Shannon

    #1164710

    Aaaah. Yes.

    It’s working now; a few more cache clears did the trick.

    Thanks a ton for your help!

    :-)

    • This reply was modified 6 years, 3 months ago by ekemdi.
    #1164713

    Hi,

    Perfect! I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Header only appearing after scrolling’ is closed to new replies.