Does anyone see what could be possibly wrong with the following (yes it is not working on the site I’m working on):
In the template I make the call:
[!Wayfinder? &startId=`0` &level=`0` &outerTpl=`wfOuter`!]
Under chunks I have the following chunk saved (by the name wfOuter):
<ul id="nav-secondary">[+wf.wrapper+]</ul>
In my CSS file I define the nav-secondary thing and I’ve tested it outside the menu and it works there so that should not be the cause of the error.
What happens is that the output I get is simply:
<ul>
*insert whatever Wayfinder does in here*
</ul>
So it is as if the chunk is never called or something.
Can anyone see what is going wrong?
What version of wayfinder are you using? and what version of modx?
ss
MODx version 0.9.5 and version 1.0.1 of Wayfinder.
Is this your exact call
[!Wayfinder? &startId=`0` &level=`0` &outerTpl=`wfOuter`!]
Try this
[Wayfinder? &startId=`0` &level=`0` &outerTpl=`wfOuter`]
Your start id is 0 that I take it you have some content? Try creating a folder and put some pages in it, then make a note of the id of the folder and change the 0 to whatever the id of the folder is.