Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to Make - Home / Log In Links into buttons?

How to Make - Home / Log In Links into buttons?

Locked

Views: 1,646

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
2 Mar 2010, 8:15 PM
#1
bexley avatar

bexley

New Zenner

Join Date:
Dec 2009
Location:
Perth Western Australia
Posts:
47
Plugin Contributions:
0

How to Make - Home / Log In Links into buttons?

Hi all my site is coming along great but I rely would like to loose the text links in the header and replace them with buttons nothing fancy and all the buttons could be the same size. Home and Log In look so last year that I want to change the look but not change the functionality. I'm not after fly down menus with categories just a plain graphic or an oval button would be nice.
I realize that links appear on the header bar but there must be a solution thats not so difficult as changing the database to handle the graphics. Need it to work in IE.
Anybody out there any ideas please.
This is the look I'm looking for

http://www.bexley.net.au/grab.tiff

Thanks to all that spend time to help

Steve from a land down under

2 Mar 2010, 9:25 PM
#2
kobra avatar

kobra

Black Belt

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

Re: How to Make - Home / Log In Links into buttons?

Create your own properly sized images and upload them to your /images folder

Then in your template's copy of /languages/english/your_template/header.php find the text for them such as:

define('HEADER_TITLE_CATALOG', 'Home');

Replace 'Home' with imageto resemble

define('HEADER_TITLE_CATALOG', '<img src="images/your_image.XXX" alt="Your_Alt_Text" />');

Same for logon & others
If you need to find the file where the defines for the text is use the developers tools
https://www.zen-cart.com/tutorials/index.php?article=38
https://www.zen-cart.com/tutorials/index.php?article=39

3 Mar 2010, 10:24 AM
#3
bexley avatar

bexley

New Zenner

Join Date:
Dec 2009
Location:
Perth Western Australia
Posts:
47
Plugin Contributions:
0

Re: How to Make - Home / Log In Links into buttons?

Thank you that's just what I needed to know
take a peek if you want its not finished yet but its coming along
http://www.bexley.net.au
thanks again
steve from a land down under

4 Mar 2010, 1:59 AM
#4
kobra avatar

kobra

Black Belt

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

Re: How to Make - Home / Log In Links into buttons?

take a peek if you want its not finished yet but its coming along
Nice touch over just text

4 Mar 2010, 1:30 PM
#5
kobra8 avatar

kobra8

Zen Follower

Join Date:
Mar 2009
Location:
Serbia
Posts:
350
Plugin Contributions:
0

Re: How to Make - Home / Log In Links into buttons?

Hi,
I do, create your own properly sized images and upload them to your /images folder
Then in your template's copy of /languages/english/your_template/header.php find the text for them such.

End work fine :smile:

Byt I intereset where to change the link of thet buttons???
Thenks