Page 1 of 1
Nav bar
Posted: Thu Feb 14, 2013 11:40 am
by Delpfine
I've experimented with different ways of displaying the navigation. Since I'm adding the shop to an existing site, what I'd like to do is retain the horizontal navigation as it is with the addition of a shop button and put the shop-specific buttons on the very top. What's the easiest way to display both sets of nav bars?
Re: Nav bar
Posted: Sat Feb 16, 2013 10:23 am
by Delpfine
I've got the shop buttons on the top now. In what file would I add the html for the horizontal nav to match the rest of the site?
Re: Nav bar
Posted: Sat Feb 16, 2013 12:37 pm
by Brent
The nav CSS is in the color.css using whichever color you have specified in admin settings.
Re: Nav bar
Posted: Sat Feb 16, 2013 1:08 pm
by Delpfine
I wasn't clear. The navigation that I want to add isn't the Alegro cart nav. I have that elsewhere. I want to add the site navigation that I already have on my website. It's not the cart stuff.
Re: Nav bar
Posted: Sat Feb 16, 2013 3:43 pm
by Brent
You would have to manually add it then with hard code links matching you main site.
You could try putting in a dive above the nav code and see if that works.
Re: Nav bar
Posted: Sat Feb 16, 2013 3:57 pm
by Delpfine
I just finished with this. Sort of. What I did was add the html to header.tpl and the css to blue.css. That may not be standard and might be a problem with updates, but it works for now.
