Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Categories-tabs menu customization

Categories-tabs menu customization

Locked

Views: 1,810

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
9 Jul 2006, 5:52 PM
#1
onisama avatar

onisama

New Zenner

Join Date:
Dec 2005
Posts:
60
Plugin Contributions:
0

Categories-tabs menu customization

Is it possible to move the "Home," "Log In," "Shopping cart," and "Checkout," buttons from the header to the Categories-tabs menu?

I want those links in a horizontal menu below the logo instead of in the header.

9 Jul 2006, 7:10 PM
#2
tinas avatar

tinas

Totally Zenned

Join Date:
Jan 2005
Location:
Lake Havasu, AZ
Posts:
1,090
Plugin Contributions:
0

Re: Categories-tabs menu customization

Are you using Categories Tabs as well?

If not, then you can move it below quite easily in your includes/templates/YOUR_TEMPLATE/common/tpl_header.php

Simply move the code that is identified as the Header Navigation below the Header Image in that file.

If you are using category tabs as well - that one will take a lil more tweeking and I haven't personally done, so I can't tell you explicitly, sorry.

9 Jul 2006, 7:20 PM
#3
kuroi avatar

kuroi

Totally Zenned

Join Date:
Apr 2006
Location:
London, UK
Posts:
10,475
Plugin Contributions:
11

Re: Categories-tabs menu customization

If what you really want to do is swap the positions of the navigation menu and the the logo, then there is a simple contribution that does exactly this ...

Downloads > Templates > Alternative Header

9 Jul 2006, 7:59 PM
#4
onisama avatar

onisama

New Zenner

Join Date:
Dec 2005
Posts:
60
Plugin Contributions:
0

Re: Categories-tabs menu customization

Well I tried TinaS fix and it worked great.

Thx