Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Create an EZ pages box that is horizontal under header

Create an EZ pages box that is horizontal under header

Locked

Views: 1,987

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
2 Jul 2006, 3:50 PM
#1
bc1 avatar

bc1

New Zenner

Join Date:
Jul 2006
Posts:
3
Plugin Contributions:
0

Create an EZ pages box that is horizontal under header

Hi everyone,

I'm new to Zen Cart and have been able to make make most of the changes I desire. I just have one nagging idea that I cannot seem to change. How can I create an EZ pages box that is horizontal that is located underneath the header? Ultimately, I would like to have these be CSS buttons. Similar to the mod for CSS buttons for the catagories box? Thanks in advance for your contribution.

http://store.eatallnatural.com

4 Jul 2006, 12:11 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Create an EZ pages box that is horizontal under header

You can define where the ezpage is to be displayed.

But if you are seeking a navigation bar that will display in all pages and it is one that contains the zencart links try setting the categories in admin > configuration > layout controller > Categories-Tabs Menu ON/OFF.

This will place the categories tabs in the header area.

If you want a custom nav bar on all pages you can add the correct code to the css file. One way is to follow with adjustments the code available here:
menus for css

4 Jul 2006, 4:02 AM
#3
bc1 avatar

bc1

New Zenner

Join Date:
Jul 2006
Posts:
3
Plugin Contributions:
0

Re: Create an EZ pages box that is horizontal under header

kobra,

Thanks for the response. I am familiar with concepts you have directed me towards. I just didn't realize that was the way to go. I now have my horizontal menu built, but unfortunately, that raises other questions...

I know to put my css in /store/includes/templates/CUSTOM/css/ but which page do I edit to add the link code? <script type="text/javascript" src="menuchrome.js"></script>

And I am assuming that this is the same page that I would put the html for the menu. Please correct me if I am wrong, but I am thinking... tpl_ezpages_bar_header.php

Again,
Thanks for all your help.

4 Jul 2006, 5:08 AM
#4
bc1 avatar

bc1

New Zenner

Join Date:
Jul 2006
Posts:
3
Plugin Contributions:
0

Re: Create an EZ pages box that is horizontal under header

Well here's what I did. I added the html to the tpl_header in my custom folder and then added the css to the css custom folder. And it worked. I didn't know that Zen automatically finds the proper css info. Pretty cool. Anyway, I hope I did this correctly. Feel free to correct any of my processes.

Thank you for pointing me in the correct direction .