The existing Navigation menu is able to have a hierarchical structure, but menus that I create as the administrator aren't. I'm able to add sub items in the menu admin section, but when clicking on the links in the actual rendered menu, no sub items appear, the menu doesn't expand.

Comments

jonbob’s picture

Are you using aliased paths for the menu items you're adding? Try using the unaliased version ("node/52" rather than "foo/bar"). Typing in aliased paths would give this behavior.

There is an open bug report to make this behavior more intuitive, if that is what's causing your issue.

robertdouglass’s picture

Aha, that's the problem. I had to address the parent and the child with unaliased URLs for it to work. Thanks JonBob.

robertdouglass’s picture