I am studying and testing the features and benefits of Wayfinder and I’m impressed with how powerful it is. Thanks for the great contribution. While I am studying I was wondering if someone would be so kind as to point me to a post, page, thread or provide some advice on how to create a simple menu. I am attempting to have the menu be a left or right menu (not a drop-down) and appear like:
Container 1
Container 2
Container 3
When you click on container 2 it would open like:
Container 1
Container 2
Container 2A
Document 2.1
Document 2.2
Container 3
When you Click on container 2A:
Container 1
Container 2
Container 2A
Document 2A.1
Document 2A.2
Container 3
So, in other words, only the currently selected container will display it’s content pages.
The stock template (modxcss) will allow me to display only the top level parent containers and none of the children. I am using modx 0.9.5 and have upgraded Wayfinder to V 2. Here is what is currently in the template:
[[Wayfinder? &startId=`0` &hereClass=`` &selfClass=`current` &outerClass=`sidemenu` &hideSubMenus=`true`]]
This is a simple one and I suspect that someone already has this on a forum page somewhere.
I’m looking forward to your help and suggestions.
I’m trying to get that same menu effect, too. I’m sure it’s been covered before but I haven’t found the right thread.
Thank you BB2 for the response and the link. I tried that one and it didn’t work but going through the exercise has helped me to understand Wayfinder better so it has helped. I still have more to learn but I do have a menu now that is working. When I complete it I’ll post it.