Theme Problem

Permalink
I have created a custom theme which appears to work flawlessly... as part of my header I am using...
<?php
$a = new Area('Header Nav');
$a->display($c);
?>
...to display a menu bar which lists my many pages perfectly.

Now...

I have since edited the concrete/config/theme_paths.php to use my theme for pages such as login and page_not_found... the theme displays correctly EXCEPT that on all the single pages (login, page_not_found etc..) the menu bar (ie.. the code above) doesn't display the menu (it's blank!!)... but it still displays correctly in my normal content pages... why is this??... any ideas..?? ... I have searched the forum but couldn't find an answer.

JimboJetset
 
JimboJetset replied on at Permalink Reply
JimboJetset
Never mind... I found I had to edit each page individually and add in the auto-nav block manually to the blank header-nav on each page.

I must say... I do like concrete5 as a CMS... it aint the best but it's a world away from being the worst... and for me it ticks all the 'simplicity' boxes.
bcarone replied on at Permalink Reply
bcarone
Hi Jim

You can also edit your page type...make it so all the children of your new pages to have it with all the blocks you want on every page.

When I learned that I was like WOO OOO!!!

Bill