Forums / Addon Templates / Glacial Age Template Support Thread

Glacial Age Template Support Thread

Results 1 to 20 of 392
09 Aug 2008, 14:38
#1
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Glacial Age Template Support Thread

Glacial Age Template
Designed for Zen Cart version 1.3.8.

This template modifies tpl_main_page.php, tpl_header.php and tpl_footer.php to achieve its look. It is designed to "DROP" the right colomn on category/product listing pages.

Features:
Full width 3 column display
Colors: Styled in shades of blue.
Customized button set included.
Date in Navigation Bar.
Order Steps (tableless) installed.
Better Categories Sidebox installed.
Tested using Firefox, IE7, Opera, Safari.

Will be available in the downloads section shortly
17 Aug 2008, 12:58
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

Glacial Age is now available in the downloads section
11 Sep 2008, 05:29
#3
thomaswhiteeagle avatar

thomaswhiteeagle

New Zenner

Join Date:
May 2007
Posts:
93
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Nice template, thanks for your work. I'm customizing the color scheme. Managed to figure out everyting except the category menu on the left column. Can't find it in the css or anywhere with respect to the light blue rollover color and the darker blue background color, doesn't seem to be image based or anywhere in the css can you tell me where I can modify those two colors?

Thanks much.
11 Sep 2008, 05:37
#4
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

thomaswhiteeagle:

Nice template, thanks for your work. I'm customizing the color scheme. Managed to figure out everyting except the category menu on the left column. Can't find it in the css or anywhere with respect to the light blue rollover color and the darker blue background color, doesn't seem to be image based or anywhere in the css can you tell me where I can modify those two colors?

Thanks much.


includes/templates/glacial_age/css

stylesheet_betterCategoriesEzInfo.css
26 Sep 2008, 20:16
#5
itspec avatar

itspec

New Zenner

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

Re: Glacial Age Template Support Thread

Really Nice template. Thanks...

One question I would like to be able to turn off the header expansion and icon when you move your mouse down to a product. Is this possible. Thanks
26 Sep 2008, 21:21
#6
soba avatar

soba

New Zenner

Join Date:
Jan 2008
Posts:
66
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

it a nice template and soft

but here is some problems for me :

1. I need right column always on.
2. more information side box contains disapear. both in IE and FF
3. there is a problem in footer IE
4. links in header (contact us & account & shoping cart didnt work in FF.
5. Need to may spaces between lines in all pages ( can be edited one by one from define page editoe by addining ablank line. ut I think there is way from CSC


thank you in advance
26 Sep 2008, 21:22
#7
soba avatar

soba

New Zenner

Join Date:
Jan 2008
Posts:
66
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

sorry

the link
26 Sep 2008, 22:16
#8
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

soba:

it a nice template and soft

but here is some problems for me :

1. I need right column always on.
2. more information side box contains disapear. both in IE and FF
3. there is a problem in footer IE
4. links in header (contact us & account & shoping cart didnt work in FF.
5. Need to may spaces between lines in all pages ( can be edited one by one from define page editoe by addining ablank line. ut I think there is way from CSC


thank you in advance

QUOTE=soba;617901]sorry

the link


1. I need right column always on.

Open includes/templates/glacial_age/common/tpl_main_page.php
find and comment out/delete these lines of code
 if (in_array($current_page_base,explode(",",'specials,products_new,featured_products,products_all')) ) {
    $flag_disable_right = true;
  }

if ($current_page_base == 'index' and $cPath > '0' ) {
$flag_disable_right = true;
}  


2. more information side box contains disapear. both in IE and FF

I didn't notice anything unusual about the sideboxes.

3. there is a problem in footer IE

can you be more specific about what the problem is?

4. links in header (contact us & account & shoping cart didnt work in FF.

They work when setting the site to English so I'm guessing this has something to do with your arabic language file(s) and or the character set when displaying the site in Arabic.

5. Need to may spaces between lines in all pages ( can be edited one by one from define page editoe by addining ablank line. ut I think there is way from CSC

Open includes/templates/glacial_age/css/stylesheet.css
add the highlighted section to the body declaration

body {
margin: 0;
padding: 0;
font: normal 62.5%/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000000;
background: #ccccff;
line-height: 1.4em;
}
26 Sep 2008, 23:13
#9
soba avatar

soba

New Zenner

Join Date:
Jan 2008
Posts:
66
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

thank you for your help


clydejones:

1. I need right column always on.

it is ok for categories but not work if open one product details

2. more information side box contains disapear. both in IE and FF

see the Our customers side box and try mouseover

3. there is a problem in footer IE

can you be more specific about what the problem is?

in IE only but in FF ok ( see attachment )

4. links in header (contact us & account & shoping cart didnt work in FF.

They work when setting the site to English so I'm guessing this has something to do with your arabic language file(s) and or the character set when displaying the site in Arabic.

the links work in IE both languges. but in FF work for English only


}
27 Sep 2008, 00:27
#10
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

soba:

thank you for your help


1. I need right column always on.
it is ok for categories but not work if open one product details

make sure you've deleted this line of code in includes/templates/glacial_age/common/tpl_main_page.php

if ($current_page_base == 'index' and $cPath > '0' ) {
$flag_disable_right = true;
}


2. more information side box contains disapear. both in IE and FF
see the Our customers side box and try mouseover


Appears to be working normaly - I show a hover effect where the text turns white in a darker blue background

3. there is a problem in footer IE
can you be more specific about what the problem is?
in IE only but in FF ok ( see attachment )


I'll have to take a closer look at this issue.

----------

Can you post a zip file of tpl_main_page.php and tpl_header.php
27 Sep 2008, 00:43
#11
soba avatar

soba

New Zenner

Join Date:
Jan 2008
Posts:
66
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

here is 2 the files
plus 2 side boxes problem
27 Sep 2008, 01:24
#12
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

soba:

here is 2 the files
plus 2 side boxes problem


I made one correction to this file.

Just unzip it and upload to your server (includes/templates/glacial_age/common/

Attachment #4602
27 Sep 2008, 03:39
#13
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

Originally Posted by soba

open includes/templates/glacial_age/css/stylesheet.css

make the highlighted change

#logoWrapper {
margin: 0;
padding: 0;
height:100px;
background: /*url(../images/bg.gif)*/ #D7E0F8;
position:relative;
}

doing this change will correct the problem with "contact" "My Account" "Shopping Cart" menu
27 Sep 2008, 09:43
#14
itspec avatar

itspec

New Zenner

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

Re: Glacial Age Template Support Thread

Really Nice template. Thanks...

One question I would like to be able to turn off the header expansion and icon when you move your mouse down to a product. Is this possible. Thanks
itspec is online now Report Post Reply With Quote
27 Sep 2008, 14:06
#15
soba avatar

soba

New Zenner

Join Date:
Jan 2008
Posts:
66
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

hi clydejones

by uploading the default tpl_footer.php it works fine now.

the only problem is IE side box

thank you for you help
27 Sep 2008, 15:41
#16
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

soba:

hi clydejones

by uploading the default tpl_footer.php it works fine now.

the only problem is IE side box

thank you for you help


try adding the following to the stylesheet.css

.sideBoxContent a {
color: #000;
text-decoration: none;
}
27 Sep 2008, 15:43
#17
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

itspec:

Really Nice template. Thanks...

One question I would like to be able to turn off the header expansion and icon when you move your mouse down to a product. Is this possible. Thanks
itspec is online now Report Post Reply With Quote


URL for your site
27 Sep 2008, 16:41
#18
itspec avatar

itspec

New Zenner

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

Re: Glacial Age Template Support Thread

www.iphotozz.com ...Thx
27 Sep 2008, 16:55
#19
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Posts:
7,017
Plugin Contributions:
12

Re: Glacial Age Template Support Thread

itspec:

www.iphotozz.com ...Thx


itspec:

Really Nice template. Thanks...

One question I would like to be able to turn off the header expansion and icon when you move your mouse down to a product. Is this possible. Thanks
itspec is online now Report Post Reply With Quote


make sure that the following image handler2 folders are located in
includes/templates/glacial_age/

The jscript folder
The popup_image_additional folder
27 Sep 2008, 17:26
#20
itspec avatar

itspec

New Zenner

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

Re: Glacial Age Template Support Thread

Thank much... That did it