Hi,
I'm trying to have wayfinder output a menu, and the submenus (dropdown via css) have this format:
<img><a href="wayfinder stuff"></a><p>Description of article</p>
Here's what I've done so far take a look at it and tell me where I'm going wrong.
Wayfinder Call:
[[Wayfinder? &startId=`0` &level=`2` &firstClass=`` &innerClass=`` &lastClass=`` &innerRowTpl=`submenuRows`]]
And my innerRowTpl named submenuRows:
<li[[+wf.classes]]>[[*NavIcon]]<a href="[[+wf.link]]" title="[[+wf.title]]">[[+wf.linktext]]</a>[[*NavDescription]][[+wf.wrapper]]</li>
NavIcon and NavDescription are both TV's. Each page will have a 30x30 image and a brief description, which I want wayfinder to include in each submenu. Can someone point me in the right direction? I'm pretty new to wayfinder, and have been banging my head against this one. I've read a few previous posts and come up empty. Any help would be appreciated!
Greg