• straderade

    (@straderade)


    In the process of converting a theme to wordpress and currently working on the Navigation Menu.

    I’ve got the correct javascript in place but having some issues with the CSS/PHP. See Here: http://test.tlcyouthgroup.com

    The menu in question is the one on the top left hand corner. As you can see the sub menus are not working correctly.

    Any help?

Viewing 1 replies (of 1 total)
  • NajafAli

    (@najafali)

    Take a look at the generated html source:

    <ul id="secnav">
    
    <li class="page_item page-item-324 current_page_item"><a href="http://www.test.tlcyouthgroup.com" >Home</a></li>
    <li class="page_item page-item-326"><a href="http://www.test.tlcyouthgroup.com/blog" >Blog</a></li>
    <li class="page_item page-item-328"><a href="http://www.test.tlcyouthgroup.com/about-us" >About Us</a></li>
    <li class="page_item page-item-330"><a href="http://www.test.tlcyouthgroup.com/services" >Services</a>
    <ul>
    	<li class="page_item page-item-394"><a href="http://www.test.tlcyouthgroup.com/services/print-design" >Print Design</a></li>
    
    	<li class="page_item page-item-332"><a href="http://www.test.tlcyouthgroup.com/services/website-design" >Website Design</a></li>
    	<li class="page_item page-item-334"><a href="http://www.test.tlcyouthgroup.com/services/logo-design" >Logo Design</a></li>
    </ul>
    </li>
    
    </ul>

    As you can see there, there are no menu items being generated for the first three top level headers. My guess would be that you need to add child pages to the ‘About-Us’, ‘Home’ and ‘Blog’ pages in order to get them to show up.

    Can’t be sure unless we know a little more about the way the menu is generated. Hope this helps.

    Ali

Viewing 1 replies (of 1 total)

The topic ‘Help: Navigation Menu PHP/CSS’ is closed to new replies.