Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #649446

    Hi,
    Main menu nav is not visible, even on hover. Please help.
    Also, fatal server error occurs when try and update to latest Yoast SEO.
    Thank you.

    #649558

    Hey esotEric,

    Your main menu items currently have the same blue color as the header. Please go to Enfold -> Advanced Styling and select the main menu to style and change the font color to something you prefer.

    Also what is the exact error you are receiving when trying to update?

    Best regards,
    Jordan

    #649952

    Hi, the main menu items were set to #ffffff, which they have always been set to. There is nothing to update as the font has always been set at #ffffff. Still invisible.

    Error after updating Yoast SEO is:
    Internal Server Error

    The server encountered an internal error or misconfiguration and was unable to complete your request.

    Please contact the server administrator at [no address given] to inform them of the time this error occurred, and the actions you performed just before this error.

    More information about this error may be available in the server error log.

    #649983

    Hi!

    Can you please disable the plugin and check after?
    As seems it might be causing a conflict based on it error or braking something.

    Please do check it and let us know after.

    Regards,
    Basilis

    #650034

    Hi,
    Thank you. I disabled the plug-ins one-by-one to same result. Was able to update Yoast after disabling other plugins. Main nav issue still occurring though.

    #650591

    Hi,

    Your menu is visible and showing in white on my end, did you manage to get it working? If not then please try to clear your browser cache and reload a few times to try a different browser and/or machine.

    Best regards,
    Rikard

    #654010

    Hi,

    I have cleared the cache and attempted to view on Safari, Firefox, and Epic. The menu is not visible on any of them. Tried on two different computers as well. Thank you.

    #655210

    Hi,

    The menu color was white on hover to fix that please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    #top .header_color .main_menu .menu ul li>a:hover {
        color: #000!important;
    }
    

    I did not notice any other problem with the menu it works fine please see attached screenshot. In case you have any issue please de-activate all active plugins and try to hard refresh by pressing Ctrl + Shift + F5 on your browser or press the F12 key to open chrome dev tools and right click on the refresh button and select “Empty Cache and Hard Reload” and review the site again.

    Best regards,
    Vinay

    #658214

    Hi,
    Thank you for your help. I have added the code to Quick CSS. The problem still exists. Please note, the sub-pages display the menu properly (including the screen shot you sent). It’s the main, top-level pages that do not display the main menu. Please advise.

    Thank you,
    Eric

    #659073

    Hi,

    The top level pages or menu items do not display because the font color is set to be the same as the background. Can you find this css code in the QuicK CSS field?

    #top #wrap_all .header_color.av_header_transparency, #top #wrap_all .header_color.av_header_transparency .phone-info.with_nav span, #top #header.header_color.av_header_transparency .av-main-nav>li>a .avia-menu-text, #top #header.header_color.av_header_transparency .av-main-nav>li>a .avia-menu-subtext {
        color: #4670fa;
    }
    

    If you can’t find that css code, add this one:

    #top #wrap_all .header_color.av_header_transparency, #top #wrap_all .header_color.av_header_transparency .phone-info.with_nav span, #top #header.header_color.av_header_transparency .av-main-nav>li>a .avia-menu-text, #top #header.header_color.av_header_transparency .av-main-nav>li>a .avia-menu-subtext {
        color: #ffffff !important;
    }

    Best regards,
    Ismael

    #660613

    Thank you, Ismael! I did not find the code, but added your code to CSS, and it appears the problem has been fixed. Thanks again!

    Best,
    Eric

    #660755

    Hi,

    Glad we could help! To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Main Menu Not Visible’ is closed to new replies.