Nav bar

General Support for technical Issues relating to AlegroCart
Post Reply
Delpfine
Posts: 142
Joined: Fri Feb 08, 2013 3:47 pm
Location: Austin, TX

Nav bar

Post by Delpfine » Thu Feb 14, 2013 11:40 am

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?

Delpfine
Posts: 142
Joined: Fri Feb 08, 2013 3:47 pm
Location: Austin, TX

Re: Nav bar

Post by Delpfine » Sat Feb 16, 2013 10:23 am

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?

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Nav bar

Post by Brent » Sat Feb 16, 2013 12:37 pm

The nav CSS is in the color.css using whichever color you have specified in admin settings.

Delpfine
Posts: 142
Joined: Fri Feb 08, 2013 3:47 pm
Location: Austin, TX

Re: Nav bar

Post by Delpfine » Sat Feb 16, 2013 1:08 pm

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.

User avatar
Brent
Site Admin
Posts: 4459
Joined: Sat Dec 12, 2009 3:35 pm
Location: Canada eh

Re: Nav bar

Post by Brent » Sat Feb 16, 2013 3:43 pm

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.

Delpfine
Posts: 142
Joined: Fri Feb 08, 2013 3:47 pm
Location: Austin, TX

Re: Nav bar

Post by Delpfine » Sat Feb 16, 2013 3:57 pm

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. ;)

Post Reply