• 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.

    https://www.ads-software.com/plugins/custom-menu-wizard/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author wizzud

    (@wizzud)

    I’m sorry, but at present, No it can not.

    sgmurphy19

    (@sgmurphy19)

    oorafal,
    I am looking for the same solution. What did you ultimately do to get the look you were hoping for in your post above?
    Thanks!

    Thread Starter oorafal

    (@oorafal)

    Hi,
    I used a normal menu widget that always displays full menu tree structure, and then implemented a JS script that walks this tree and hides items that are not relevant.

    sgmurphy19

    (@sgmurphy19)

    Thanks for your feedback oorafal. I ended up replying to: your other post

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