Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Unable view Zen Cart Header Logo

Unable view Zen Cart Header Logo

Locked

Views: 1,323

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
10 Feb 2009, 7:16 AM
#1
hansolo2008 avatar

hansolo2008

New Zenner

Join Date:
Apr 2008
Posts:
28
Plugin Contributions:
0

Unable view Zen Cart Header Logo

I'm using barebone Template, and i originally wanted to add a logo banner that was 1024 by 155 and adjusted the height - but that wasn't working. is there a size limit on the Logo you can use in the header? Now I'm just trying to get the zen cart logo back up, but that is not working.

Any help would be great. Thanks

includes/templates/CUSTOM/images/your_image_name.??? and

includes/languages/ENGLISH/header.php

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

10 Feb 2009, 8:33 AM
#2
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: Unable view Zen Cart Header Logo

IF...

includes/templates/CUSTOM/images/your_image_name.???

THEN.....

includes/languages/ENGLISH/header.php

define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_LOGO_WIDTH', '1020px');
define('HEADER_LOGO_HEIGHT', '155px');
define('HEADER_LOGO_IMAGE', 'your_image_name.???');


10 Feb 2009, 8:43 AM
#3
hansolo2008 avatar

hansolo2008

New Zenner

Join Date:
Apr 2008
Posts:
28
Plugin Contributions:
0

Re: Unable view Zen Cart Header Logo

Thanks for the reply, still trying to figure this one out.

I've been over everything. I put the image inmy image folder in the barebones template and in the default template, just to make sure. I also changed the height of the header. i'm at a lost. Please let me know if you might know what it is. Thanks

10 Feb 2009, 9:09 AM
#4
fairestcape avatar

fairestcape

Totally Zenned

Join Date:
Mar 2008
Location:
Cape Town & London (depends on the season)
Posts:
2,957
Plugin Contributions:
0

Re: Unable view Zen Cart Header Logo

Better still...

includes/templates/barebones/images/your_image_name.???

includes/languages/ENGLISH/barebones/header.php

define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_LOGO_WIDTH', '1020px');
define('HEADER_LOGO_HEIGHT', '155px');
define('HEADER_LOGO_IMAGE', 'your_image_name.???');


10 Feb 2009, 9:20 AM
#5
hansolo2008 avatar

hansolo2008

New Zenner

Join Date:
Apr 2008
Posts:
28
Plugin Contributions:
0

Re: Unable view Zen Cart Header Logo

I think we are on to something here...but this could be black magic here:

I don't see includes/languages/ENGLISH/barebones/header.php

I do see includes/languages/ENGLISH/header.php - and i changed the "Home" Link In that header to something else to check if it was that header controller my page and it changed it, so that my header. nut is i'm don't see "barebones in the english directory, does that mean that is the problem? and i have to load it in there some how? Thanks For the help.

includes/templates/barebones/images/your_image_name.???

includes/languages/ENGLISH/barebones/header.php

define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_LOGO_WIDTH', '1020px');
define('HEADER_LOGO_HEIGHT', '155px');
define('HEADER_LOGO_IMAGE', 'your_image_name.???');

10 Feb 2009, 9:37 AM
#6
hansolo2008 avatar

hansolo2008

New Zenner

Join Date:
Apr 2008
Posts:
28
Plugin Contributions:
0

Re: Unable view Zen Cart Header Logo

When i Edit define('HEADER_TITLE_CATALOG', 'Home'); and change the home to something else, it shows up on the page.

Bu tin the section below, sales text and image, nothing is resending.

define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce'); is not showing up as well.

Could this be a cache problem? - Thanks

// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_SALES_TEXT', 'MY SALES TEXT IS NOT SHOWING UP');
define('HEADER_LOGO_WIDTH', '1024px');
define('HEADER_LOGO_HEIGHT', '155px');
define('HEADER_LOGO_IMAGE', 'MYLOGOISMISSING.gif');

// header Search Button/Box Search Button
define('HEADER_SEARCH_BUTTON','Search');
define('HEADER_SEARCH_DEFAULT_TEXT', 'Enter search keywords here');

?>