Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Header Logo will not change

Header Logo will not change

Views: 1,066

Results 1 to 7 of 7
31 May 2011, 12:17 PM
#1
tamuren avatar

tamuren

New Zenner

Join Date:
Apr 2011
Posts:
95
Plugin Contributions:
0

Header Logo will not change

Hello, I am trying to upgrade the header logo for my Zen Cart site with a crisper image. I followed the tutorial on changing the header image:

https://www.zen-cart.com/tutorials/index.php?article=125

However, after completing the steps outlined in this guide my logo did not change.

Here's me adding the new image into the correct folder via Filezilla, as outlined by the tutorial:

[IMG]http://img860.imageshack.us/img860/7922/unledlil.png[/IMG]

And here is the change I made to my header.php file to have it use logo.png as the header instead of logo.gif:

[IMG]http://img803.imageshack.us/img803/7194/unled1or.png[/IMG]

So why hasn't my header logo changed?

31 May 2011, 2:43 PM
#2
coolcarpartsonline avatar

coolcarpartsonline

Totally Zenned

Join Date:
Feb 2008
Posts:
1,386
Plugin Contributions:
0

Re: Header Logo will not change

I don't see a link to your site. Maybe the logo is hardcoded into the header not using Zen Cart default method.

31 May 2011, 5:02 PM
#3
tamuren avatar

tamuren

New Zenner

Join Date:
Apr 2011
Posts:
95
Plugin Contributions:
0

Re: Header Logo will not change

1 Jun 2011, 4:22 PM
#4
tamuren avatar

tamuren

New Zenner

Join Date:
Apr 2011
Posts:
95
Plugin Contributions:
0

Re: Header Logo will not change

bump...bump bump bump.

1 Jun 2011, 4:32 PM
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Header Logo will not change

There's no telling what the PHP looks like, but the header area HTML output is totally custom and uses none of the standard classes or ids (typical Template Monster behavior). It may not work the way it ought to for switching the logo image. Seeing your template copy of /includes/templates/your_template/common/tpl_header.php may let us advise you how to get it done.

3 Jun 2011, 5:25 PM
#6
tamuren avatar

tamuren

New Zenner

Join Date:
Apr 2011
Posts:
95
Plugin Contributions:
0

Re: Header Logo will not change

I solved this problem by using the same file name/type for my replacement picture. Not really a "fix", more like avoiding the underlying problem.

3 Jun 2011, 8:31 PM
#7
coolcarpartsonline avatar

coolcarpartsonline

Totally Zenned

Join Date:
Feb 2008
Posts:
1,386
Plugin Contributions:
0

Re: Header Logo will not change

The problem is in your template not Zen Cart. This is common with Template Monster templates.

Wait till you have to upgrade your software and see what kind of problems you will face.