Navigation disapearing
Permalink
I have 4 custom page type with a the top level navigation set down the bottom, full, home, middle and sub page.
On the full and home page types, the top level nav shows up along the bottom, just like I intended it too, however, on the page types middle and sub page, the top level nav isnt available.
I have included the following code on these pages to do this.
Is there any reason why this is not working?
When I add the top level auto-nav to the page types that are missing it, the home list item looses the class "first" and gains the class "nav-path-selected", I need it to not loose the class "first".
Regards,
Adam Clifford
On the full and home page types, the top level nav shows up along the bottom, just like I intended it too, however, on the page types middle and sub page, the top level nav isnt available.
I have included the following code on these pages to do this.
<?php $a = new Area('Header Nav'); $a->display($c); ?>
Is there any reason why this is not working?
When I add the top level auto-nav to the page types that are missing it, the home list item looses the class "first" and gains the class "nav-path-selected", I need it to not loose the class "first".
Regards,
Adam Clifford