Zen Cart Logo
Forums / Addon Templates / Glacial Age Template Support Thread

Glacial Age Template Support Thread

Views: 70,763

Results 301 to 320 of 392
30 Jul 2010, 5:27 PM
#301
clydejones avatar

clydejones

Deceased

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

Glacial Age Template Support Thread

pjlarambla:

Hi Clyde,

Sorry forgot about the link still building site at the moment link is

https://WWW.silver-zone.co.uk

Thanks its just the right corner.

create you new logo and name it logo2.gif
save it to includes/templates/glacial_age/images

open includes/templates/glacial_age/css/stylesheet.css
add the following declaration to the stylesheet.css

#logo2 {
position:absolute;
top: 0;
right: 0;
height:75px;
background: url(../images/logo2.gif) no-repeat;
}

open includes/templates/glacial_age/common/tpl_header.php

find the following section and add the highlighted portion.

<div id="logoWrapper"> <div id="navMainSearch"></div> <div id="logo2"> </div>
30 Jul 2010, 7:09 PM
#302
pjlarambla avatar

pjlarambla

New Zenner

Join Date:
Jun 2010
Posts:
58
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Thanks Clyde will give that a go tomorrow and let you know how I get on just popping out now for a beer.

Very many thanks.

P.S. does it matter where the code goes in the style css.

30 Jul 2010, 7:25 PM
#303
clydejones avatar

clydejones

Deceased

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

Re: Glacial Age Template Support Thread

pjlarambla:

Thanks Clyde will give that a go tomorrow and let you know how I get on just popping out now for a beer.

Very many thanks.

P.S. does it matter where the code goes in the style css.

Just put it at the end.

30 Jul 2010, 9:44 PM
#304
pjlarambla avatar

pjlarambla

New Zenner

Join Date:
Jun 2010
Posts:
58
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi Clyde,

Done that twice still nothing coming up,

Would it make a diffrence if the gif was a little biger like 220x76

I might be doing something wrong,

I would zip the files up and place it here for you to look at but I do not know how to.

30 Jul 2010, 10:31 PM
#305
clydejones avatar

clydejones

Deceased

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

Re: Glacial Age Template Support Thread

pjlarambla:

Hi Clyde,

Done that twice still nothing coming up,

Would it make a diffrence if the gif was a little biger like 220x76

I might be doing something wrong,

I would zip the files up and place it here for you to look at but I do not know how to.

did you upload the image to your server?

31 Jul 2010, 4:51 PM
#306
pjlarambla avatar

pjlarambla

New Zenner

Join Date:
Jun 2010
Posts:
58
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Yes Clyde,

Done it in the order you said, image frist then the style sheet, then the template header, copied and pasted all the lines you said, I was wondering if putting at the bottom of the style sheet made any difference. I had to make an exta line in the header to get it under the two lines you said. I am afraid I am not being very helpful as I do not know what is happening.

Best regards

31 Jul 2010, 5:02 PM
#307
pjlarambla avatar

pjlarambla

New Zenner

Join Date:
Jun 2010
Posts:
58
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Clyde here are my files copied and pasted them in parts.

Tem Header:

<div id="headerWrapper"> <!--bof-branding display--> <div id="logoWrapper"> <div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div> <div id="logo2"> </div> <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT, HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT) . '</a>'; ?></div> <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?>
<div id="taglineWrapper">

Style Sheet:

background: url(../images/tick.png) left center no-repeat;
height:16px;
}
.new {
background: url(../images/new.png) left center no-repeat;
height:16px;
}
#logo2 {
position:absolute;
top: 0;
right: 0;
height:75px;
background: url(../images/logo2.gif) no-repeat;
}

31 Jul 2010, 5:11 PM
#308
clydejones avatar

clydejones

Deceased

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

Re: Glacial Age Template Support Thread

pjlarambla:

Yes Clyde,

Done it in the order you said, image frist then the style sheet, then the template header, copied and pasted all the lines you said, I was wondering if putting at the bottom of the style sheet made any difference. I had to make an exta line in the header to get it under the two lines you said. I am afraid I am not being very helpful as I do not know what is happening.

Best regards

try making the following change in the stylesheet.css

#logo2 {
position:absolute;
top: 0;
right: 0;
height:75px;
width:220px;
background: url(../images/logo2.gif) no-repeat;
}

31 Jul 2010, 5:42 PM
#309
pjlarambla avatar

pjlarambla

New Zenner

Join Date:
Jun 2010
Posts:
58
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi Clyde,

Thats done it, have a look at my link now I need to get the tagline over to the right a bit more just to make it more central in the header. Have you any idea how I can do this please.

https://www.silver-zone.co.uk

But many thanks

31 Jul 2010, 5:51 PM
#310
clydejones avatar

clydejones

Deceased

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

Re: Glacial Age Template Support Thread

pjlarambla:

Hi Clyde,

Thats done it, have a look at my link now I need to get the tagline over to the right a bit more just to make it more central in the header. Have you any idea how I can do this please.

https://www.silver-zone.co.uk

But many thanks

in the stylesheet.css change the left declaration in the following until you have the look you want:

#taglineWrapper {
/margin: 0;/
position: absolute;
top: 20px;
left: 250px;
width: 360px;
height:1%;
}

31 Jul 2010, 6:25 PM
#311
pjlarambla avatar

pjlarambla

New Zenner

Join Date:
Jun 2010
Posts:
58
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi Clyde,

I have been right upto 380px and right down to 15px but it just does not seem to be moving either way

31 Jul 2010, 7:10 PM
#312
clydejones avatar

clydejones

Deceased

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

Re: Glacial Age Template Support Thread

pjlarambla:

Hi Clyde,

I have been right upto 380px and right down to 15px but it just does not seem to be moving either way

try this: and make sure to clear your browser cache

#taglineWrapper {
/margin: 0;/
position: absolute;
top: 20px;
left: 350px;
width: 360px;
height:1%;
}

1 Aug 2010, 9:31 PM
#313
pjlarambla avatar

pjlarambla

New Zenner

Join Date:
Jun 2010
Posts:
58
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi Clyde,

Sorry for the delay in returning, an answer to you, but we have been out for the day, be off to bed in a short while.

I have done what you said finaly settled for 320px just what I wanted looks good in FireFox, but has made no difference in IE8, I have cleared all the history and every thing but it is still the same, have also changed the logos did not like what I had up.

Have you any ideas about IE8, will also have to download a couple more browsers and see what it looks like in them.

With many thanks :clap:

Peter

1 Aug 2010, 9:44 PM
#314
clydejones avatar

clydejones

Deceased

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

Re: Glacial Age Template Support Thread

pjlarambla:

Hi Clyde,

Sorry for the delay in returning, an answer to you, but we have been out for the day, be off to bed in a short while.

I have done what you said finaly settled for 320px just what I wanted looks good in FireFox, but has made no difference in IE8, I have cleared all the history and every thing but it is still the same, have also changed the logos did not like what I had up.

Have you any ideas about IE8, will also have to download a couple more browsers and see what it looks like in them.

With many thanks :clap:

Peter

are you using an IE specific stylesheet?

If so you might want to check the settings in that stylesheet and make sure they match any changes you made.

2 Aug 2010, 6:37 PM
#315
pjlarambla avatar

pjlarambla

New Zenner

Join Date:
Jun 2010
Posts:
58
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi Clyde,

I did not know you had to use different style sheets for different Browsers, Where do you get them from, I thought the style sheet done them all, just shows you how thick I am.

Do you know what you have to do, please guide me, as I say I just had no idea.

Many Thanks,

5 Aug 2010, 5:37 PM
#316
clydejones avatar

clydejones

Deceased

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

Re: Glacial Age Template Support Thread

pjlarambla:

Hi Clyde,

I did not know you had to use different style sheets for different Browsers, Where do you get them from, I thought the style sheet done them all, just shows you how thick I am.

Do you know what you have to do, please guide me, as I say I just had no idea.

Many Thanks,

Sorry for the delayed response.

My mom passed away last weekend and I had to travel to attend her funeral. I'll give you a more detailed response when I return home early next week.

11 Aug 2010, 10:17 AM
#317
pjlarambla avatar

pjlarambla

New Zenner

Join Date:
Jun 2010
Posts:
58
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi Clyde,

Do not really want to worry you at the moment but should you have time to reply please do.

Many thanks.

11 Aug 2010, 1:24 PM
#318
clydejones avatar

clydejones

Deceased

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

Re: Glacial Age Template Support Thread

pjlarambla:

Hi Clyde,

Do not really want to worry you at the moment but should you have time to reply please do.

Many thanks.

pjlarambla:

Hi Clyde,

I did not know you had to use different style sheets for different Browsers, Where do you get them from, I thought the style sheet done them all, just shows you how thick I am.

Do you know what you have to do, please guide me, as I say I just had no idea.

Many Thanks,

generally speaking, you don't really need to use different stylesheets.

but for Internet explorer 6/7 it is sometimes useful to have a specific stylesheet to handle some of the quirky behaivor.

there is an ie specific stylesheet included with the template.

look in includes/templates/glacial_age/css/ie_stylesheet.css

12 Aug 2010, 8:01 PM
#319
pjlarambla avatar

pjlarambla

New Zenner

Join Date:
Jun 2010
Posts:
58
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi Clyde,

Hope all went well.

Thanks for your answer, I am using IE8, Do I have to used the ie_style sheet as the default sheet if so how do I get It to load.

Also on my large category pages the top line is bleeding into the next line, they are bold headlines is this any thing to do with the style sheet.

Thanking you in Advance.

Peter

12 Aug 2010, 8:10 PM
#320
clydejones avatar

clydejones

Deceased

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

Re: Glacial Age Template Support Thread

pjlarambla:

Hi Clyde,

Hope all went well.

Thanks for your answer, I am using IE8, Do I have to used the ie_style sheet as the default sheet if so how do I get It to load.

Also on my large category pages the top line is bleeding into the next line, they are bold headlines is this any thing to do with the style sheet.

Thanking you in Advance.

Peter

  1. No you don't need to use the ie specific stylesheet as the default.
    The ie stylesheet will only load if the browser being used is an ie browser.

  2. I'd need to look at your site to see the specific problem your are talking about.