Support » Plugin: Custom Menu Wizard Widget » Multilevel menu displaying all top level siblings?

  • Resolved oorafal

    (@oorafal)


    Hi, all,
    is such thing possible with this widget?
    I have menu like this:

    AAA
      aaa
        111
        222
      bbb
        111
      ccc
    BBB
      aaa
    CCC

    When my active item is “111”, I managed to get output like this:

    AAA
      aaa
        111 <- current
        222
      bbb <- not expanded, good!
      ccc

    which is almost perfect, except that I would like to have visible all top level items, like this (the BBB is not expanded but visible, CCC is visible):

    AAA
      aaa
        111 <-current
        222
      bbb <-not expanded
      ccc
    BBB <-not expanded, visible!
    CCC <-not expanded, visible!

    So the algorithm would be:
    {
    1. Display siblings of current item.
    2. Get parent item.
    }
    Repeat until parent item not found

    Can this be done with this widget?
    Thx in advance.

    http://wordpress.org/plugins/custom-menu-wizard/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Multilevel menu displaying all top level siblings?’ is closed to new replies.