Forums / General Questions / Logo Mouse Over Alt text

Logo Mouse Over Alt text

Locked
Results 1 to 5 of 5
This thread is locked. New replies are disabled.
06 Mar 2008, 04:00
#1
lovely avatar

lovely

New Zenner

Join Date:
Feb 2008
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"
06 Mar 2008, 14:13
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
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');
06 Mar 2008, 14:18
#3
lovely avatar

lovely

New Zenner

Join Date:
Feb 2008
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?
06 Mar 2008, 14:55
#4
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
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).
06 Mar 2008, 15:04
#5
lovely avatar

lovely

New Zenner

Join Date:
Feb 2008
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.