• mrkingid

    (@mrkingid)


    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 https://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’.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Amit_k

    (@amit_k)

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

    Thread Starter mrkingid

    (@mrkingid)

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

    Is it a CSS issue?

    Amit_k

    (@amit_k)

    Hey now its looking odd.!!

    Thread Starter mrkingid

    (@mrkingid)

    changed the code to

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

    still no luck

    Amit_k

    (@amit_k)

    Hey..

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

    Thread Starter mrkingid

    (@mrkingid)

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sub menus (yes again… but i need help)’ is closed to new replies.