Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1408562

    Hi

    I am finalizing the website and would like to fix the last problems:

    1. The logo on the header does not show correctly on the initial load of the page.
    It seems that an old version of the logo is displayed. Once I scroll down a bit, the logo is displayed correctly. Could you please help me with this?
    Website is in maintenance mode, see credentials in private content section.

    2. Clicking on the logo in the header reloads the page. As this website is a one page site, it would be better for the users, if the a click on the logo would just scroll to the top of the page. How can this be done? The menu items are anchors to sections of the page.

    3. How to handle “Pricacy Policy” and “Imprint” Pages? We have a one page website except for the separate “Pricacy Policy” and “Imprint” pages. How can I assure that the header menu (with anchors) works as well for the “Pricacy Policy” and “Imprint” pages? The problem is, that if I always reload the page when moving within it, it is not performant.

    Best regards
    Reto

    • This topic was modified 1 year, 4 months ago by retom.
    #1408738

    Hi Reto,

    1. This is fixed. I have changed it in Enfold > Header > Transparency Options > Transparency Logo.
    2. This is changed. Since you are not using a child theme, I have installed a plugin called WPCode – Insert Headers and Footers and inserted this PHP code (link to edit the snippet in private content)

    add_filter('avf_logo_link','av_change_logo_link');
    function av_change_logo_link($link){
        $link = "#top";
        return $link;
    }

    3. You’ll need to prepend / before your menu link, so instead of putting #consulting you put /#consulting
    Hope this helps.

    Best regards,
    Nikko

    #1408987

    Hi Nikko
    Many thanks for this! All three point work perfectly based on your changes and input!
    Best Regards, Reto

    #1408989

    Hi Reto,

    I’m glad that we could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘header logo and menu issues’ is closed to new replies.