Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi Daniela,

    Make sure under Apperance -> Customize in the menu section you see that menu is applied

    Thread Starter dany802

    (@dany802)

    Hi ibertrix,

    Thanks for your reply. I checked Apperance -> Customize –> Menu and I can see the menu as it was before (when it was showing) and the location selected as “Primary menu”.

    Is it this what you mean?

    Yes, that′s what I meant. Did you try to change the menu back and forth and save it again?

    Thread Starter dany802

    (@dany802)

    I did, and I created a new one as well, but nothing appears

    I checked the source code of your website and I found that in some CSS you have defined this:

    .navigation-wrapper {
        /* display: none; */
    }

    if you remove that display:none or that entry you will see the menu again on the top of the webpage

    • This reply was modified 4 years, 9 months ago by ibertrix.
    • This reply was modified 4 years, 9 months ago by ibertrix.
    Thread Starter dany802

    (@dany802)

    Thanks so much for you help and sorry to be a pain, but I can only see the CSS I have added and this entry is not there. I don’t know where I can see the theme CSS and edit it

    I am not in front of the computer but I recall to see some reference from wpstats. Maybe you have that plug-in installed?

    If not I would start deactivating plug-ins one by one

    The CSS mentioned is inline, not loaded in other extra CSS, so It probably has been introduced by someone manually in the header.php of your theme or with a plugin for customized CSS.

    I see in that CSS inline comments like:

    /* Navigation */
    
    [ CSS  ]
    
    /* Global */ 
    
    [ CSS ]
    
    /* Sidebar */

    … etc

    So take a look and see if that rings any bell

    Thread Starter dany802

    (@dany802)

    Sorry for my late reply and thanks a lot again for your suggestions. These are definitely not CSS lines that I have added, but I used a plug in to edit the pages CSS. I have removed the css, deactivated the plug in, deleted the pages, but the menu still doesn’t appear ??

    Maybe you have a cache plugin or the server has any kind of cache?

    Another place where you can look at is in your wp-content/theme/ in case you have a child theme.

    Also sometimes the theme has a place to put customized CSS.

    I can′t think of any of other ways where you can try to find where this CSS has been added without looking your website myself.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Main Menu disappeared’ is closed to new replies.