• Resolved stargiss

    (@stargiss)


    So I installed the Twenty Twelve theme yesterday because I love the way it looks. When I first installed it the navigation bar was working fine. My parent pages displayed and the child pages would dropdown when touched.

    Somehow it quit working. If I add the child page to the menu it just displays like other pages, if I don’t add it to the menu it doesn’t show at all. I want to display the parent page on the menu bar and then have the child pages dropdown when there’s interaction with the parent page display.

    Can anyone help?

    [No bumping. If it’s that urgent, consider hiring someone.]

Viewing 3 replies - 16 through 18 (of 18 total)
  • I’ve not read the whole thread, but I have had the same issues with my menu not working on twenty twelve – the issue in my case was a clash with Google Analytics (so my developer tells me:

    “It was the Google Analytics that was breaking the iPhone menu. I’ve fixed the menu problem so go look at GA and make sure it’s still working there.”

    Sorry I can’t tell you how to fix it, but I hope this is a good starting point for someone!

    360IslandTours solution did not work for me. You need to do that, yes, but I already had the chidlren set up correctly in the custom menu for my twentytwelve child them. I had created some specific styling for the child menus based on the default navigation menu. The classes for custom menus are a little different. The solution is to find the style in your child theme that deines the look of the child/aka dropdown menus:

    .main-navigation li ul.children {your styles here}

    and appends it like this:

    .main-navigation li ul.children, .nav-menu li ul.children {your styles here}

    Voila! — problem solved

    OK -not quite that simple – I was looking at the wrong thing – but the custom menu styles are what need fixing here.

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Twenty Twelve Dropdown Menu Not Working’ is closed to new replies.