How to start adding the drop down menus once the main menu is set

Forums Forums Menus How to start adding the drop down menus once the main menu is set

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #609
    Anonymous
    Member

    I’m building a site for a company.  The website is http://www.thewafflecabin.com.  I implemented the plugin.  It took some time to figure out the perfect customization to get it to look good on the site and how to get rid of the first menu but I figured it out in time.  Now the question is, where in the plugin do I go to add on drop down menus to the links on the horizontal main menu?

    For example, I want "Locations" "News" and "Shop" all to have drop down menus.

    How would I put in a drop down menu to "Shop" where what appears  underneath it (Shop) are links to "shirts", "caps", and "pins"?  I thought I figured out the hardest part and now I dont even know how to put in the drop down menus! LOL.  Thank you for the help. 

    -Brian

    #5189
    Anonymous
    Member

    Ok, I think I might be starting to figure this out but it’s still not working.  I want to have some of my Pages have dropdown menu’s, so under the "Menu Contents" button, I put "Pages" under "Menu Item 2".  I then went down to "Custom Code 2" (The menus and custom codes correspond with each other, right?) and put in this code

    <li><a href="">Pages</a>
      <ul>
        <li><a href="http://thewafflecabin.com/locations">Shop</a&gt;
            <ul>
                  <li><a href="http://thewafflecabin.com/Hats/">Hats</a&gt;
      </ul>
    </li>

    so I can have a drop down menu under "Shop" that showed "Hats" that you would be able to click on.  This still didn’t work though.  No drop down menu appears under Shop.
    I would greatly appreciate anyone who could help me out with this.  Thank you.

    -Brian

    #5190

    It sounds like you just want to use the built in WordPress pages functionality, ie: the ‘Pages’ option in the Multi-level Navigation Plugin admin page.

    To make a dropdown of an existing page, you just need to give that page a page parent within WordPress. That is controlled by WordPress though, it has nothing to do with the plugin.

    #5191
    Anonymous
    Member

    Hello,
    I’m still trying to figure this plug-in out. Can someone help me? Are you saying that the primary point of this plug-in is not to make drop downs of child pages under their parent pages in a horizontal menu?

    I have pages set with parent pages and they are not appearing as drop downs in my horizontal menu. What am I missing?

    #5192

    @rosemckay:

    You don’t seem to be missing anything. There are many reasons you could be having problems, but it’s hard to know what that could be without seeing the problem in action. If you post a link we may be able to help.

    #5193
    Anonymous
    Member

    Here is the website. http://www.snubau.com/ the only one that is supposed to drop down is the one called Training.

    THANK YOU!

    #5194

    Hi,
    I’m guessing the following code is preventing the menu from display correctly.
    [code:109pb51p] <div id="navmenu">
    <ul>
                <li>
    [/code:109pb51p]

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.