• giloria

    (@giloria)


    Hello,

    I’m running WordPress 3.8.1 and I have a theme called Hoarder from Themezilla.

    A few days ago I noticed the top Navigation menu under my header had disappeared- the space is there, but the text doesn’t show up, and the links don’t work either.

    This is the site – http://www.ghettofilm.org/

    When I go on Appearance- Menu, it won’t let me save a new Menu, it just loads the page again as though I’m creating one from scratch.

    When I change themes, it makes all of my pages visible under the header in a Menu that includes everything- but when I go to change this WordPress doesn’t let me modify or create menus at all.

    Please help! 🙁

Viewing 3 replies - 1 through 3 (of 3 total)
  • <div id="primary-nav">
    
        <div class="sf-menu">
            <ul>
                <li class="page_item page-item-2848 page_item_has_children"></li>
                <li class="page_item page-item-3310"></li>
                <li class="page_item page-item-3302"></li>
                <li class="page_item page-item-2938">
                    <a href="http://www.ghettofilm.org/wordpress/homepage/">
    
                        HOMEPAGE
    
                    </a>
                </li>
                <li class="page_item page-item-3304">
                    <a href="http://www.ghettofilm.org/wordpress/partners/">
    
                        PARTNERS
    
                    </a>
                </li>
                <li class="page_item page-item-3219"></li>
                <li class="page_item page-item-296 page_item_has_children"></li>
                <li class="page_item page-item-705"></li>
                <li class="page_item page-item-874"></li>
                <li class="page_item page-item-875"></li>
                <li class="page_item page-item-876"></li>
                <li class="page_item page-item-1219"></li>
                <li class="page_item page-item-873"></li>
            </ul>
        </div>

    menu showing may be your margin problem….

    .sf-menu ul {
    position: relative;
    display: none;
    top: 100%;
    left: 0px;
    min-width: 12em;
    z-index: 99;
    }
    remove display none from this class it will show …. cheer up

    Here is the class you replace with it

    .sf-menu ul {
        position: relative;
        top: 100%;
        left: 0px;
        min-width: 12em;
        z-index: 99;
    }
    Thread Starter giloria

    (@giloria)

    Thanks. Now it shows the menu options on the homepage, which is some progress, but it still doesn’t let me modify it or make a new menu.

    Any idea what this could be?

    FYI- I reinstalled 3.8.1 and I’ve disabled all my plug-ins. I’m working on Chrome and the problem is visible on Chrome, Firefox and Safari.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Menu Gone and Can't Create Menus’ is closed to new replies.