• Im using wp 3.5 and im making my own child menu… i have problem with making child menu in wordpress menu… when im trying to drag to the help so the page other my main menu become child menu, when im saving it all the menu is back to align to each other… sorry for the grammar. can anyone help me to this error.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Link to your site?

    Thread Starter rjay3087

    (@rjay3087)

    i dont have a live site.

    this is the structure of my current menu, when using child menu of twenty twelve

    the problem is in the <li id=”menu-item-343″> must have a ul for the child menu. i already fix the setting of my pages

    <div class=”menu-top-menu-container”>
    <ul id=”menu-top-menu” class=”top-menu”>
    <li id=”menu-item-343″ class=”menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-7 current_page_item menu-item-343″>
    HOME

    <li id=”menu-item-344″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-344″>
    <li id=”menu-item-345″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-345″>
    <li id=”menu-item-346″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-346″>
    <li id=”menu-item-347″ class=”menu-item menu-item-type-post_type menu-item-object-page menu-item-347″>
    <li id=”search-box”>

    </div>

    and when im using other theme this is the structure

    this is the structure that i want to obtain

    <div class=”menu”>

      <li class=”page_item page-item-312″>
      <li class=”page_item page-item-315″>
      <li class=”page_item page-item-7 current_page_item”>
      HOME
      <ul class=”children” style=”display: none;”>

      <li class=”page_item page-item-117″>
      <li class=”page_item page-item-31″>

    </div>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Child Menu in WordPress 3.5 doesn't work’ is closed to new replies.