Autonav children not showing in navigation

Permalink
Hey,

I have a strange problem with my concrete5 site that I can't seem to work out. To better explain, please check this link of my page:

http://tinyurl.com/n2fuvsl

Now hover over the about link in the navigation. You will see there is no dropdown menu. However, if you click on about and go to the page, hover over the link again and you will see the dropdown.

How do I get this same dropdown to be on every page and not just the about page?

Thanks

 
hutman replied on at Permalink Reply
hutman
If you are able to edit the Autonav, edit it and see if the Sibling Pages is set to Show All, this appears to be an issue of Relevant Sub Pages being selected rather than Show All.
mcmaster replied on at Permalink Reply
I just checked and Siblings is set to display all so I'm stuck here
hutman replied on at Permalink Reply
hutman
Is that block inside of a Global Area or is it individual on each page?

In the block Included Pages on the right hand side does it show that those pages should be included?

Have you cleared the cache (even if it's set to off)?
mcmaster replied on at Permalink Reply
It's a global area like this:

<?php
$a = new GlobalArea('Header Navigation');
$a->display();
?>

Yes, it does show the pages as included and I've cleared the cache. Still no luck though :(