We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 40931
    • 4 Posts
    Upgraded to Evo 1.1 and having a problem with Wayfinder. Here is the call.
    [[Wayfinder?
                &startId=`9`
                &outerTpl=`sidenav-outer-tpl`
                &innerTpl=`sidenav-inner-tpl`
                &hereClass=`active` 
                &selfClass=`current`
                &displayStart=`true`
                &startItemTpl=`menuStart`
                &level=`2` 
                &hideSubMenus=`1`   
                &excludeDocs=`85`
                ]]
    


    This works on 1/2 the pages but fails 1/2 also. It will only show the startItem and nothing else. If I remove &displaystart=`true` , I will get all the items I was expecting but not the startItem (of course). The startItem is a WebLink but one of the pages that works also starts with a weblink. I can't seem to find anything different between the working and non-working pages.
      • 9995
      • 1,613 Posts
      I also have issues when using weblinks.
      There is no subnav.
      Quick fix is [[FirstChildRedirect]].
      I have added a Github issue.
      https://github.com/modxcms/evolution/issues/571#issuecomment-202870972
        Evolution user, I like the back-end speed and simplicity smiley
        • 40931
        • 4 Posts
        Thanks. I have used that before. I will try it now.