Question on creating a static (non auto-nav) nav
Permalink
I've recently inherited a site built on concrete5 and am just starting the process learning about this CMS. I have to do a pretty extensive overhaul of the main nav on the site and have a very tight deadline. I fugured it would probably be easiest for me to build out a static version first, get it live before the deadline, and then go back and figure out how to integrate it with the auto-nav feature. I've hunted around a bit for some directions on how to do this, but can only find info on customizing the auto nav.
Any adivce on how I do this? Perhaps a link to info that I have missed? I don't need help with the actual building of the nav (the html/css portion), I'm more looking for how i structure it for concrete5, where to put the file etc.
Any help would be great!
Any adivce on how I do this? Perhaps a link to info that I have missed? I don't need help with the actual building of the nav (the html/css portion), I'm more looking for how i structure it for concrete5, where to put the file etc.
Any help would be great!
For starters, I would look at the php files in your theme folder and rename those areas I mentioned above. If your site uses a built-in theme, then you may need to create a localized copy of that before modifying.
[1]http://www.concrete5.org/help/developers-guide/how-tos/make-a-theme...