Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #361983
    #362938

    Hi lternis!

    1. + 2. Send us a link and we’ll take a look. You can set your reply as private if you wish.

    3. That should be the default behaviour. Are you using custom CSS to change it?

    4. Are you wanting to remove the gap between them when the header is scrolled or when your viewing the top of the page?

    Cheers!
    Elliott

    #363327

    Hey there,

    1 + 2.
    my link didn’t work in my first post.
    http://loicternisien.com/
    I set the header in fixed mode for now because that’s the best compromise we can do for now.

    3. yes i use the default option. But maybe you have some code to put on CSS to force the logo to be changed when the header shrinks?

    4. Good question Elliott. When viewing the top of page.

    #363827

    Hi!

    1. + 2. It looks like you turned off the fixed header. Go ahead and send us a WordPress login and we’ll take a closer look.

    3. Well, when the header shrinks it’s supposed to shrink your logo image as well. If you need to switch it out with another logo then I suppose we could add another logo in there and then use this CSS to hide them.

    .logo, .header-scrolled .alternate-logo { display: block !important; }
    .alternate-logo, .header-scrolled .logo { display: none !important; }

    And then find line 105 in /enfold/includes/helper-main-menu.php.

    echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
    

    And add this right above it.

    echo '<img src = "URL to your smaller logo" class = "alternate-logo" />';
    

    4. You can set a custom pixel value for your header in Dashboard > Enfold > Header. If you plan on having your header fixed and move down the page with you then I recommend using this option.

    Best regards,
    Elliott

    • This reply was modified 9 years, 11 months ago by Elliott.
    #368670
    This reply has been marked as private.
    #368967

    Hi!

    The sticky header option is not working on your site. Did you do customizations? Let’s try the following.

    1. Deactivate all plugins.

    2. Completely delete Enfold from your WordPress theme directory before downloading + uploading a fresh copy from themeforest.

    Do those two steps and let us know when your done so we can take another look.

    Best regards,
    Elliott

    #372631

    Hi Elliott!

    Sorry i didn’t see any notification regarding your reply.
    Hmm I think I know why the sticky header is not working.
    I installed WP-Rocket, this is a plugin that cache all pages of the website.

    After doing customizations on the website, you have to go up on the black menu>WP-Rocket, and flush all the cache.
    After a refresh, you will see the changes.

    Tell me if it works for you. Thank you.

    #372643

    Hi!

    Your login information is not working for me anymore. Did you do steps 1 and 2 in my previous post?

    Best regards,
    Elliott

    #377578
    This reply has been marked as private.
    #377882

    Hey!

    I set a transparent logo but I think the page is being cached so it’s not working yet. Please purge the cache and disable WP Rocket because it will conflict with the Layer Slider plugin.

    Regards,
    Ismael

    #388704

    Hi ismael,

    Sorry for the delay, holidays and stuff :P

    I activated the options for the header to be fixed and reduced when scrolling. Still the same thing :/
    Loïc Ternisien | Naturopathe & énergéticien - Montréal

    Did I miss something?

    #389181

    Hey!

    Please check the site. We added this on Quick CSS to change the background of the shrinked header:

    .header-scrolled.header_color .header_bg {
    background: #ffffff;
    }

    Adjust the background color value.

    Regards,
    Ismael

    #389620

    You guys are awesome.
    Thank you for the help, your efforts. This is working now.

    Problem solved.

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘Troubles with the header (fixed/responsive/height…)’ is closed to new replies.