Zen Cart Logo
Forums / Addon Templates / Logo Full Width - Glacial Age template

Logo Full Width - Glacial Age template

Locked

Views: 1,534

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
4 Jul 2009, 2:36 AM
#1
rivercity avatar

rivercity

Zen Follower

Join Date:
Jul 2009
Location:
Arkansas
Posts:
178
Plugin Contributions:
0

Logo Full Width - Glacial Age template

Hello New Friends,

First, let me appologize, I have searched the forum and have also purchased the PDF version of e-Start Your Web Store with Zen Cart. I know my answer is in there somewhere and I am still looking but thought I would post here in hopes someone might have the link to where I could find my answer here in the forum.

I am new to ZC and am anxious to learn more as I build my store. I have a store with another system which I will move to using ZC as soon as I can learn how to get around it.

Ok, my problem, I am using ZC 1.3.8 with the Glacial Age template. I am trying to figure out how replace the smaller logo with one that is full page in width. I am maintaining the original height, just need to put one up that goes all the way across the page.

My URL: w w w . r i v e r c i t y e m p o r i u m . c o m

If anyone can send me the link to where I can find this in the forum or page number in the pdf book that explains it I would greatly appreciate it.

Again, I appologize for asking this as I know it's already been answered, I just can't find it. I guess that's a sign of old age but I'm hanging in there.

Thanks so much for any assistance,

6 Jul 2009, 5:54 PM
#3
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Logo Full Width - Glacial Age template

RiverCity:

Hello New Friends,

First, let me appologize, I have searched the forum and have also purchased the PDF version of e-Start Your Web Store with Zen Cart. I know my answer is in there somewhere and I am still looking but thought I would post here in hopes someone might have the link to where I could find my answer here in the forum.

I am new to ZC and am anxious to learn more as I build my store. I have a store with another system which I will move to using ZC as soon as I can learn how to get around it.

Ok, my problem, I am using ZC 1.3.8 with the Glacial Age template. I am trying to figure out how replace the smaller logo with one that is full page in width. I am maintaining the original height, just need to put one up that goes all the way across the page.

My URL: w w w . r i v e r c i t y e m p o r i u m . c o m

If anyone can send me the link to where I can find this in the forum or page number in the pdf book that explains it I would greatly appreciate it.

Again, I appologize for asking this as I know it's already been answered, I just can't find it. I guess that's a sign of old age but I'm hanging in there.

Thanks so much for any assistance,

The template at the site you reference is the rustic template not glacial age.

That aside the following should work.

create a new logo.gif image that is the width and height you want
upload that new image to includes/templates/glacial_age/images

open includes/languages/glacial_age/header.php

change the following definition statements to match the height and width of your new logo image

define('HEADER_LOGO_WIDTH', '200');
define('HEADER_LOGO_HEIGHT', '75');