In your "mmenuouter" chunk, do you have some wayfinder tags that should have stay with the notation for Evolution and older versions ? (ie call of the tv, placeholders...) ? It could be a reason...
Cheers
It must not be correct as I tried just [[!Wayfinder?&startId=`0` &level=`1`]] and it did not show anything still, how do I reinstall this?
I tried copying the files over again and still nothing works,
cbartgu,
-
☆ A M B ☆
- 872 Posts
Uninstall it completly from the package manager (con’t preserve file when asked), re donwload it from MODx’s provider and do clean install of the component.
Thanks all, I reinstalled and got it to work, think that revolution is still a bit buggy.
-
☆ A M B ☆
- 427 Posts
You will find that every now in then it is good to clear the cache as you work and update in the backend.
Wayfinder itself has been pretty solid since last year.
I am glad you got it working.
Welcome to the Revolution
I know this is an old thread but hopefully someone is still listening.
I have watched tutorials read the docs and I still can't get Wayfinder to work.
Here's what I've got:
<nav id="fh5co-menu-wrap" role="navigation">
[[Wayfinder? &startId=`0` &outerTpl='outerTpl' &innerTpl='innerTpl' &level='2']]
</nav>
Could the id= and role= be causing it to screw up??? I tried stripping it and leaving it as <nav> but that didn't work either. I've tried to stick the basic wayfinder call in there and nothing works.
What happens if you do not specify a template? ie:
[[Wayfinder? &startId=`0`&level=`1`]]
Also, the back ticks around your
outerTpl,
innerTpl and
2 look like single quote marks, not back ticks. It might be worth checking them.