Thanks for the tip about entering code Whistlemaker.
To explain further, I have created the 5 chunks as written in the Official Guide
The OuterTpl which I called WayfinderOuter has the following code
<div[[+wf.classes]]><ul>[[+wf.wrapper]]</ul></div>
which seems to be the same as written in the Wayfinder ebook by Kongondo. I've also created the innerTpl, parentRowTpl, rowTpl, CssTpl.
In my main navigation div I have the following
<!-- This is 'Header' -->
<div id="header">
<!-- This is 'rss_link' -->
<div id="rss" class="rss link">
<a href=""><img src="assets/components/images/rss link.png" width="19" height="19" alt="rss" class="pngimg" /></a> </div>
<!-- This is 'facebook_link' -->
<div id="fb" class="facebook link" >
<a href=""><img src="assets/components/images/fb link.png" width="23" height="23" alt="facebook" class="pngimg" /></a></div>
<!-- This is 'Titlebig_link' -->
<div id="titlebig" class="Titlebig link" >
<a href="http://localhost/manny/index.php?id=3"><img src="assets/components/images/site title large.png" width="334" height="166" alt="Titlebig" class="pngimg" border="0" /></a></div>
<div id="sitedeionbig" class="sitedeion">
<img src="assets/components/images/My pic2.png" width="250" height="258" alt="my pic" class="pngimg" border="0" /></div>
<div id="navigation" class="navigation"><img src="assets/components/images/navigation.png" width="1100" height="55" alt="sidebar" class="pngimg" />
[[$nav]]
<div id="search">[[!AdvSearchForm? &landing=`10`]]</div>
</div><!--Closes off navigation block-->
</div><!-- closer below closes off header -->
Then the Nav chunk has:
<div id="nav" class="nav">[[Wayfinder? &startId=`0`]]</div>
So, when I add the &outerTpl=`WayfinderOuter` &innerTpl=`WayfinderInner` ... etc to the Wayfinder call, the CSS styling totally messes up, and the main div and footer div become sub-divs of the nav div (as I described earlier).
After inspecting with Firebug, Wayfinder does seem to be creating a div, but it has zero height.
If I remove the &outerTpl, &innerTpl from the Wayfinder call, the CSS styling returns to the original correct positions and I get the default Wayfinder ul list. The sub-pages are showing as being processed by the Wayfinder dropdown.css, but not the main page names.
(Am I using xampp 1.7.3 as the later versions of xampp wouldn't work with Revo - don't know if this is worth mentioning?)
Am I doing something obvious, that is wrong?
[ed. note: manny wolf last edited this post 14 years, 6 months ago.]