Viewing 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • #1105213

    Hi There, is it possible to create a fixed logo, that sits on top of the Menu and disappears with scrolling but the menu stays sticky on top of the Site?

    Look this example: http://www.kasten-mann.de

    Thank you?

    Péter

    #1105241

    Hey P4K,

    The logo disappears when i scroll on your site. Was this resolved?

    Best regards,
    Jordan Shannon

    #1105247

    Hey Jordan,

    This is not the Site, its an Example for better understanding…

    Regards..
    Peter

    #1105755

    Hi,

    Did you try to go to Enfold > Header > Header Behaviour and check “Sticky Header” and “Shrinking Header”

    Best regards,
    Jordan Shannon

    #1105765

    Hey Jordan, of course I tried, but the Logo will not disapear without additional css or another. I tried splitmenu with css but this did not really help. One Idea could be to place the Logo on the top of the Content and hide the Logoarea above the menu. The menu area could be placed offset, but then I have the Problem, that it did not really Stick on the top while scrolling, the Offset will Stay.

    Perhaps someone who is really familiar with additional css in Endold and could help?

    Thanks Peter

    #1105767

    Hi,

    Did hiding the logo via css with the sticky and shrinking header not produce the desired effect?

    Best regards,
    Jordan Shannon

    #1105770

    Not really, but perhaps im not that deep into css.
    Do you have an idea how to?

    #1105771

    Shrinking the Logo will not have the same Effekt while it will Stay in the small size, or is it possible to shrink to Zero?

    #1105772

    Hi,

    You can hide or reduce the opacity. Reducing the opacity may look cleaner. You have to target the reduced header class.

    Best regards,
    Jordan Shannon

    #1105776

    Ok, I’ll try… hope I’ll find a Solution.
    Peter

    #1105783

    Hi,

    We’ll be here :)

    Best regards,
    Jordan Shannon

    #1106738

    Hey Jordan,
    I tried with this:

    .header-scrolled .logo a, .header-scrolled .logo a img {height: 0px !important;}

    and this is nearly what i want. But somehow i think i can’t find the right area to shrink, since there will stay a 78px hight border above the Menu that i would like to hide.

    Pls. could you help?
    Thank you,
    Péter

    #1107127

    Hi P4K,

    Go to Enfold > Header > Header Layout (tab), set You can choose various different logo and main menu positions here to Logo Center, Menu below
    Then in the Header behavior (tab), check Sticky Header and Shrinking Header.
    Go to Enfold > General Styling > Quick CSS, and add this css code:

    .header-scrolled #header_main .container.av-logo-container {
        display: none;
    }

    Best regards,
    Nikko

    #1107131

    Hello Nikko! Thanks, that worked.
    Another question, is there a tool or something that i can use to find the right class/ID?
    For a beginner this is really hard to address the right containers since there are a lot.

    Thank you P.

    #1107189

    Hi P4K,

    Yes, I’m not sure if you’re familiar with Web Inspector, if you’re using Google Chrome (most modern browsers have this tool), you just need to right click on anything inside the browser content and click Inspect Element, you should see the html structure and you’ll see the right class. Here’s a screenshot of how it looks: https://imgur.com/hQ3t0HZ
    There’s a lot of video available on youtube regarding it :)

    Best regards,
    Nikko

    #1107425

    Hey Nikko, thats awesome!
    Thank you. this is what i was searching for.

    All the Best, Péter

    #1107521

    Hi Péter,

    Great, I’m glad that Nikko could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1107533

    Thanks Rikard, you can close this topic…

    #1107593

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.
    Best regards,
    Jordan Shannon

Viewing 19 posts - 1 through 19 (of 19 total)
  • The topic ‘Logo fixed and Menu Sticky?’ is closed to new replies.