-
☆ A M B ☆
- 1,780 Posts
Set &level to `0`, it'll show all submenus. If you only want to show the second level, and hide the third level (assuming there is a third level) then set the &level with a positive number. If there are no third level resources, `0` will work fine. You don't need the &hideSubmenus parameter.
Wayfinder is a little picky about levels however, depending on what level you're actually on and due to the fact that the "web" context is actually level 1. So, if &level=`2` doesn't show submenus, try `3` or `4`, depending on what level the snippet is being called on. IME, it's typically one number higher than I think it is.
-
☆ A M B ☆
- 1,780 Posts
Set &level to the depth you need. Include web as level 1 when you count the depth.
And remove the spaces just after the first double bracket.
i've also tried different levels
May be we could help you better if we knew your chunks "navrow", "mainnav" and "subnav-ul".
Most likely you forgot to include [[+wf.wrapper]] in one of them.