Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do i get the zen cart logo off the header completely?

How do i get the zen cart logo off the header completely?

Locked

Views: 1,481

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
9 Sep 2009, 5:44 AM
#1
gixxer1000stunna avatar

gixxer1000stunna

New Zenner

Join Date:
Sep 2009
Location:
Fl
Posts:
31
Plugin Contributions:
0

How do i get the zen cart logo off the header completely?

// added defines for header alt and text
define('HEADER_ALT_TEXT', '');
define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', '200px');
define('HEADER_LOGO_HEIGHT', '75px');
define('HEADER_LOGO_IMAGE', 'logo.gif');

thats what i got now. if i take logo.gif out theres still a little box there?

Any help would be appreciated...

also wheres the best place to put a big logo up top, in stylesheet or header.php?
m i k e s h o g d o g s u p p l y . c o m

9 Sep 2009, 6:42 AM
#2
charmedbytina2 avatar

charmedbytina2

Totally Zenned

Join Date:
Mar 2007
Location:
AZ
Posts:
1,890
Plugin Contributions:
0

Re: How do i get the zen cart logo off the header completely?

Tutorials/FAQ tab up top look up change / remove logo

Tina

9 Sep 2009, 6:51 AM
#3
gixxer1000stunna avatar

gixxer1000stunna

New Zenner

Join Date:
Sep 2009
Location:
Fl
Posts:
31
Plugin Contributions:
0

Re: How do i get the zen cart logo off the header completely?

define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');

Do the values in red have to match the exact size image you upload, or does that resize your logo to your specs?

Thanks...

9 Sep 2009, 12:50 PM
#4
cybagirl avatar

cybagirl

Zen Follower

Join Date:
Jul 2009
Posts:
119
Plugin Contributions:
0

Re: How do i get the zen cart logo off the header completely?

Those numbers would resize the image that you have uploaded to that size. If you want the image size to be different then you need to modify those dimensions.

For example if you uploaded an image that had a width of 300 and a height of 150. Then this would be resized to 192 x 64.

Trouble with resizing images like this, it tends to make them look terrible. Especially if the sizing differences is great. Best bet is to use Photoshop or some other imaging software (GIMP is free) to resize your image to the size that you have specified in the define tags.

9 Sep 2009, 4:12 PM
#5
gixxer1000stunna avatar

gixxer1000stunna

New Zenner

Join Date:
Sep 2009
Location:
Fl
Posts:
31
Plugin Contributions:
0

Re: How do i get the zen cart logo off the header completely?

Thats the way I thought it worked, but if i remove logo.gif it still shows a box with the red x where do i get rid of that?

Thanks...

9 Sep 2009, 4:13 PM
#6
afo avatar

afo

Totally Zenned

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

Re: How do i get the zen cart logo off the header completely?