We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 25586
    • 105 Posts
    Now I have another problem what I can’t fix.

    The website menu is broke up in 2 different parts and there are both located at the page. What I would like to do is:

    The horizontal navigation to hold the folder,

    And the vertical navigation to hold the children of the active horizontalFolder. Is this possible? I tried it by using http://www.muddydogpaws.com/development/wayfinder/parameters.html But I cant get it working sad

    Horizontal (working)
    [!Wayfinder? &startId=`0` &outerTpl=`HorMenuOuter` &rowTpl=`HorMenuRow` &hereTpl=`activeHorMenu` &excludeDocs=`12,13`!]


    Vertical (NOT Working)
    [!Wayfinder2? &startId=`0` &hideSubMenus=`TRUE`!]


    What is the difference between [[ snippit ]] or [! snippit !]

    Hope someone can help me
      • 28042 ☆ A M B ☆
      • 24,524 Posts
      For the second menu use
      [!Wayfinder? &startId=`[[UltiimateParent]]`!]

      This will use the top-level parent as the starting point for making the menu.
        Studying MODX in the desert - http://sottwell.com
        Tips and Tricks from the MODX Forums and Slack Channels - http://modxcookbook.com
        Join the Slack Community - http://modx.org
        • 25586
        • 105 Posts
        It worked thanks smiley just what I needed