Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Logo image not displaying correctly

Logo image not displaying correctly

Locked

Views: 911

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
15 Jul 2009, 7:27 PM
#1
jbillens avatar

jbillens

New Zenner

Join Date:
Mar 2009
Posts:
5
Plugin Contributions:
0

Logo image not displaying correctly

I am just starting out and I can't find a solution to this seemingly simple problem. My logo is much taller than the default logo and when I replaced the default with mine it did not push the rest of the page down. It just went behind. How can I push the rest of the page down to view my entire logo?

15 Jul 2009, 8:08 PM
#2
afo avatar

afo

Totally Zenned

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

Re: Logo image not displaying correctly

Did you change the size of the logo in includes/languages/english/YOUR_TEMPLATE/header.php?

 define('HEADER_LOGO_WIDTH', '192px');
  define('HEADER_LOGO_HEIGHT', '64px');
15 Jul 2009, 8:22 PM
#3
jbillens avatar

jbillens

New Zenner

Join Date:
Mar 2009
Posts:
5
Plugin Contributions:
0

Re: Logo image not displaying correctly

Yes I have dont this. I can change it to 1000px and it will not change anything on the page. Is there somewhere else that I need to specify the height of the image?

15 Jul 2009, 9:16 PM
#4
janissaire avatar

janissaire

Zen Follower

Join Date:
Sep 2008
Location:
Toronto, Ontario, Canada
Posts:
474
Plugin Contributions:
0

Re: Logo image not displaying correctly

you acutally have to change it in 2 places - give me a sec -

ok here you go - here is my post showing the solution - hope it helps

http://www.zen-cart.com/forum/showthread.php?t=130792

16 Jul 2009, 2:48 PM
#5
jbillens avatar

jbillens

New Zenner

Join Date:
Mar 2009
Posts:
5
Plugin Contributions:
0

Re: Logo image not displaying correctly

Thank you janissaire.

16 Jul 2009, 3:23 PM
#6
afo avatar

afo

Totally Zenned

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

Re: Logo image not displaying correctly

Nice catch, janissaire!

16 Jul 2009, 4:12 PM
#7
janissaire avatar

janissaire

Zen Follower

Join Date:
Sep 2008
Location:
Toronto, Ontario, Canada
Posts:
474
Plugin Contributions:
0

Re: Logo image not displaying correctly

thanks - thought I'd try to save everyone some time - took me six hours to figure it out - checking page after page of code