Okay. I have a drop down menu created using WayFinder. It works fine, but with a little bit of glitch.
So basically I have this:
<ul>
<li>Option 1</li>
<li>Option 2
<ul><li>Suboption1</li>
<li>Suboption2</li>
</ul></li>
<li>Option 3
<ul><li>Suboption1</li>
<li>Subotion2</li>
</ul></li>
<li>Option 4</li>
</ul>
Since two of the four options have suboptions, I couldn’t create a menu using ParentRowTpl, so can I use outerTpl and rowTpl instead?
I don’t know if this is making sense but your help would be greatly appreciated.
I was wondering if I substitute parentRowTpl with outTpl whether it will work.