• Resolved KconleyK

    (@kconleyk)


    Not sure if this is something easy to do or not, but at https://www.AverageGuyGolf.com I have a top menu bar with all my pages, I’d like to make some of the pages a child page and when you scroll over the parent page a drop down happens so you can click the child page. Right now if I make a child page the only way to get to it is via a link.

    Is there any easy way to make my menu have a drop down?

    Thanks

Viewing 13 replies - 1 through 13 (of 13 total)
  • See WordPress Menu User Guide ? WordPress Codex, if your theme supports the newer WP3 menu system.

    Thread Starter KconleyK

    (@kconleyk)

    I figured out how to make the menu the way I wanted it but then in the top left I saw this so I guess i can’t have a drop down menu using this theme.

    Theme Locations
    The current theme does not natively support menus, but you can use the “Custom Menu” widget to add any menus you create here to the theme’s sidebar.

    The current theme does not natively support menus….

    You need to change the theme to support WP3 menus.

    Thread Starter KconleyK

    (@kconleyk)

    Do you mean change to a new theme, or edit the current theme to allow it?

    Thread Starter KconleyK

    (@kconleyk)

    Thanks for the help. I’ve read that whole article and tried pasting what I thought I should into the functions.php file but can’t get it to work. All I can achieve is the menu tree somehow appearing at the top of the page.

    Thread Starter KconleyK

    (@kconleyk)

    This is what I put in my functions.php file if anyone can help it would be appreciated. All this does is add the tree to the top of my site.

    <script src=’https://pastie.org/3879125.js’></script&gt;

    Thread Starter KconleyK

    (@kconleyk)

    I have tried everything I can think of this is driving me crazy, sounds like it should be so easy.

    Any help in the right direct would be amazing.

    First of all, uncheck “resolved” in this thread. That makes people think the issue is resolved.

    Second, did you add

    <?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>

    to header.php?

    Thread Starter KconleyK

    (@kconleyk)

    I figured it out, that is why I checked resolved. I posted that I got it working but guess I either didn’t hit post after writing it or it didn’t go through.

    https://www.averageguygolf.com the menu is up and working, thanks.

    OMG – I am so way behind lots of people on here in terms of language to use to even ask my questions.
    I’ve just ordered WordPress for Dummies to help me to get started.
    This forum looks great, but whilst I want to do the same as KconleyK, I’m not even close to knowing/understanding any of the above – how dim am I (don’t answer that), I’ll get there!

    I am like Westle69. I don’t understand all the programming talk and I’m getting very discouraged. All I want is a simple answer (if there is such a thing!). I need to figure out how to fix my top menu bar so that it isn’t half a page long. I want to be able to just have a few categories across the top (like – Cakes – Cookies – Pies….) and then people just hover or click those words to find sub-menu to the cakes listed under cakes, etc. I can’t go any further if my menu bar keeps growing like this. Can someone please have mercy and help me….. please. After all this, I will still have much to learn about advertising if this web site is going to ever go any where. I am getting very discouraged at this point. I am 67 years old and maybe I took on much more than I can handle. If you want to see what my problem is, my site is grandmasprivatecollection.com/

    Thread Starter KconleyK

    (@kconleyk)

    For both of you above, first off your websites look great. I am not even close to a pro but I figured a few things out on my own. The first thing you want to do to get organized is use categories. Go https://www.averageguygolf.com look at the top of my site, all those drop downs are categories. Then in wordpress under apperance click on Menu’s and add a new menu. You can then drag and drop or add the category pages and add individual pages as sub pages. So when they hover over say Cakes, they will see all the cakes below or same with cookies. Similar to how mine is for equipment, courses etc.

    Once you set up your menu with a name you call it, I call mine Top Navigation Menu, go to your theme settings under apperance and tell it to use the menu you name you picked.

    Hope this works, it took me a while to figure it out as well.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Adding Drop downs to my top menu bar’ is closed to new replies.