Hi,
I hope somebody may be able to help me. I’m new to modx and have just taken on a site to develop that requires a dropdown menu. I understand that i need to include the wayfinder chunks but i’m having very little luck implementing it.
Regards
Holty33
I’ll walk you through what I have working at
http://xviewct.com
Way Finder Call
[[Wayfinder? &outerClass=`global_nav`&startId=`0`&level=`2`&outerTpl=`wf_outer_row`&innerTpl=`wf_inner_row`]]
wf_inner_row chunk
<ul[+wf.classes+]>
[+wf.wrapper+]
</ul>
wf_outer_chunk
<ul id="nav"[+wf.classes+]>
[+wf.wrapper+]
</ul>
The rest you should be able to get from the source, I’m using suckerfish or son of suckerfish I forget.
I hope this help.
Thanks for your help guys. I’ll have a look through the examples.