Zen Cart Logo
Forums / General Questions / Logo Mouse Over Alt text

Logo Mouse Over Alt text

Locked

Views: 2,464

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
6 Mar 2008, 4:00 AM
#1
lovely avatar

lovely

New Zenner

Join Date:
Feb 2008
Location:
Colorado
Posts:
77
Plugin Contributions:
0

Logo Mouse Over Alt text

Where does one change the alt text in the logo/header?

Mine says "Powered by Zen Cart: The art of ecommerce"

6 Mar 2008, 2:13 PM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Logo Mouse Over Alt text

In includes/languages/english/YOUR_TEMPLATE/header.php look for the line I highlighted in red and change as desired.

// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce [home link]');define('HEADER_SALES_TEXT', '<h1>Sales Message Goes Here</h1>');
define('HEADER_LOGO_WIDTH', '200px');
define('HEADER_LOGO_HEIGHT', '70px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
6 Mar 2008, 2:18 PM
#3
lovely avatar

lovely

New Zenner

Join Date:
Feb 2008
Location:
Colorado
Posts:
77
Plugin Contributions:
0

Re: Logo Mouse Over Alt text

That line has been changed, but to no avail.

Where else should I look?

6 Mar 2008, 2:55 PM
#4
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Logo Mouse Over Alt text

As far as I know, that's the only place. I did a search in the admin of one of my sites using the Developer's Toolkit and that's the only place that phrase shows up (outside of one admin file).

6 Mar 2008, 3:04 PM
#5
lovely avatar

lovely

New Zenner

Join Date:
Feb 2008
Location:
Colorado
Posts:
77
Plugin Contributions:
0

Re: Logo Mouse Over Alt text

It is very mysterious :) I've checked and triple checked every file.

On "View Source", it comes up as the logo alt text. Can't find the "define" line anywhere.

Cue Twilight Zone music.