Forums

Sub menus (yes again... but i need help) (7 posts)

  1. mrkingid
    Member
    Posted 1 year ago #

    I menu-ized my theme by adding the code to my functions php file.

    I then added this to my header to display my menu..

    <div id="nav">
    
    <ul>
    	<?php wp_nav_menu( array( 'container_class' => 'menu-header' ) ); ?>
    
    </ul>
     </div>

    When I try to do submenus it just plpps the submenu under the parent menu item. It doesn't allow you to hover and have it appear, it just plonks itself in and screws up the menu.

    Any help would be greatly appreciated!!!!!!!!!!!!!!!

    Please!!!!!!!!!!!

    site is http://www.fraservalleyartists.com

    I have it with a submenu so you can see what it is like. The sub menu called 'test junjk' is suppose to be under 'Meetings'.

  2. Amit_k
    Member
    Posted 1 year ago #

    I think there is no problem with your theme. Its OK.

  3. mrkingid
    Member
    Posted 1 year ago #

    **Really?? I wouldn't post if it didn't work and you can see that it doesn't. Troll **

    Is it a CSS issue?

  4. Amit_k
    Member
    Posted 1 year ago #

    Hey now its looking odd.!!

  5. mrkingid
    Member
    Posted 1 year ago #

    changed the code to

    <?php wp_nav_menu( array(  'sort_column' => 'menu_order' , 'depth'=> 0 ) ); ?>

    still no luck

  6. Amit_k
    Member
    Posted 1 year ago #

    Hey..

    Its a css problem. don't change the php codes.

  7. mrkingid
    Member
    Posted 1 year ago #

    ok. would anyone be able to guide me in the right direction with css for sub menus?

Topic Closed

This topic has been closed to new replies.

About this Topic