how to disable the main menu without it messing up other parts of the site?

Discussion in 'GeoCraft WordPress Theme' started by michaeldemille, May 7, 2013.

Thread Status:
Not open for further replies.
  1. michaeldemille

    michaeldemille New Member

    Joined:
    Apr 27, 2013
    Messages:
    9
    Likes Received:
    1
    I'd like to not have the main menu display on my site, but when I do other parts of the site don't work properly.

    What I've tried is to simply create an empty menu, and set it as the main menu, which then works to not display any menu.

    But then when I go to like the submit a new listing page, things don't work properly. First of all the featured listing checkboxes display even though I have them disabled. Secondly it doesn't verify if all the necessary information blocks are filled in or not. And thirdly I've noticed that it never goes to paypal to make a payment even though I've selected a paid listing option.

    The second I go and add a page to my menu, and my menu is displaying then all the issues go away and everything works like it should.

    Thanks, and love the theme so far.
     
  2. michaeldemille

    michaeldemille New Member

    Joined:
    Apr 27, 2013
    Messages:
    9
    Likes Received:
    1
    Never mind, I think I figured it out by adding the following code into my custom css section

    Code:
    #menu .ddsmoothmenu li a {
    display: none;
    }
     
    .menu_wrapper .menu-container {
    display: none;
    }
    Not sure if that's the best way to do it, but it seems to work without messing anything up.
     
Thread Status:
Not open for further replies.

Share This Page