I’m putting together my first menu with Wayfinder.
Everything shows up in the menu except for my Home page. It’s published and the ID is set to 1.
My call is:
<div id="menu">
[!Wayfinder? &startId=`0` &level=`0` &parentRowTpl=`cssplay_revParentRow`!]
</div>
My chunk is:
<div class="menu">
<li><a [+wf.classes+] href="[+wf.link+]" title="[+wf.title+]">[+wf.linktext+]<!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
[+wf.wrapper+]
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
</li>
</div>
The source of the output page is:
<div id="menu">
<ul><li class="active"><a href="http://www.buildlocal.org/" title="Home" >Home</a></li>
<div class="menu">
<li><a href="/index.php?id=2" title="Partners">Partners<!--[if IE 7]><!--></a><!--<![endif]--><!--[if lte IE 6]><table><tr><td><![endif]-->
<ul><li><a href="/index.php?id=3" title="Foresters" >Foresters</a></li>
<li class="last"><a href="/index.php?id=4" title="Millers" >Millers</a></li>
</ul>
<!--[if lte IE 6]></td></tr></table></a><![endif]-->
Isn’t the first <ul> supposed to show up within the <div class="menu"> tag?
I’m using 9.6 and i get the same behavior in both IE and Firefox. I’ve been looking for two days to solve this myself!!!
thanx!