Move sitenav below header image
Permalink
I am just starting to build my first site with concrete.
I want to move the header navigation menu below the header image. But the "move" option is not available for the header navigation.
How can I move the header navigation menu below the header image?
My site is athttp://www.broens-aa.dk
Thanks
Martin
I want to move the header navigation menu below the header image. But the "move" option is not available for the header navigation.
How can I move the header navigation menu below the header image?
My site is athttp://www.broens-aa.dk
Thanks
Martin
Hi, maybe your header naviagtion is "hard-coded" so the code of the header nav is in header.php file.
If it's like that, thats the thing, why you can't just move the navigation block.
Post some informations about the theme.
If it's like that, thats the thing, why you can't just move the navigation block.
Post some informations about the theme.
Hi guys,
I am using the "Greek Yogurt" theme.
But I found a way to do it. Delete the header global navigation menu, and manually add a new one below the header image on all pages.
Seems that's the only way with this theme. Though it seems strange that it can only be done this way.
Martin
I am using the "Greek Yogurt" theme.
But I found a way to do it. Delete the header global navigation menu, and manually add a new one below the header image on all pages.
Seems that's the only way with this theme. Though it seems strange that it can only be done this way.
Martin
To get more control with blocks, which should appear on each page (like header naviagtion, breadcrumbs, footer and so on) Concrete5 have functionality like "Stacks".
you just put desired block into stack and then add stack to the desired pages (also to the page types).
then in dashboard with few clicks you can change the stack content which is automaticaly published, where the stack is placed
you just put desired block into stack and then add stack to the desired pages (also to the page types).
then in dashboard with few clicks you can change the stack content which is automaticaly published, where the stack is placed
I see the principle, and that is exactly what I'm looking for. How exactly do I put a block in a stack?
see dashboard/stacks and blocks/stacks, create new stack and put block there. dont be afraid if your block isnt displayed properly in dashboard (lack of styles), in frontend layout it will be looking good, after you add stack to desired place.
see:
http://www.concrete5.org/documentation/using-concrete5/dashboard/st...
see:
http://www.concrete5.org/documentation/using-concrete5/dashboard/st...
Are both elements you want to move in an area ? or are they directly rendered in the page type ?