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

Glacial Age Template Support Thread

Views: 70,761

Results 161 to 180 of 392
1 Feb 2010, 10:09 PM
#161
clydejones avatar

clydejones

Deceased

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

Glacial Age Template Support Thread

NickP:

Perhaps I'm missing something, but isn't that the original code I had? (see earlier post)

yes, but the declaration that set it display: none is now commented out.

1 Feb 2010, 10:43 PM
#162
nickp avatar

nickp

New Zenner

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

Re: Glacial Age Template Support Thread

Alas. Still not functioning. Is there perhaps another file linked to the stylesheet that could cause the problem.
I'm using Dutch language files.

1 Feb 2010, 11:42 PM
#163
nickp avatar

nickp

New Zenner

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

Re: Glacial Age Template Support Thread

Category tabs solved. Finally succes:clap:

Original stylesheet.css:

/*#navCatTabsWrapper, #siteinfoIP {
display: none;
}
#navCatTabsWrapper {
    margin: 0;
    background-color: #E5EDF5;
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    width: 100%;
    }
#navCatTabs ul  {
    margin: 0;
    padding:  0.5em 0em;
    list-style-type: none;
    text-align: center;
    line-height: 1.5em;
    }
#navCatTabs ul li {
    display: inline;
    white-space: nowrap;
    }
#navCatTabs ul li a {
    text-decoration: none;
    padding: 0em 0.5em;
    margin: 0;
    color: #000;
    }
#navCatTabs ul li a:hover {
    color: #000;
    }*/  

Replaced with:

/*#navCatTabsWrapper*/
#navCatTabsWrapper {
    margin: 0;
    background-color: #E5EDF5;
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    width: 100%;
    } 
#navCatTabs ul  {
	margin: 0;
	padding:  0.5em 0em;
	list-style-type: none;
	text-align: center;
	line-height: 1.5em;
	}
#navCatTabs ul li {
	display: inline;
	white-space: nowrap;
	}
#navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #000;
	}
#navCatTabs ul li a:hover {
	color: #000;
	}

In includes/templates/glacial_age/common/tpl_header.php find the line:

<!--bof-optional categories tabs navigation display-->
<!--<?php // require($template->get_template_dir('tpl_modules_categories_tabs.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_categories_tabs.php'); ?>-->
<!--eof-optional categories tabs navigation display-->

replace with:

<!--bof-optional categories tabs navigation display-->
<?php require($template->get_template_dir('tpl_modules_categories_tabs.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_categories_tabs.php'); ?>
<!--eof-optional categories tabs navigation display-->
2 Feb 2010, 12:11 AM
#164
nickp avatar

nickp

New Zenner

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

Re: Glacial Age Template Support Thread

My earlier question about showing the right sideboxes on the indexpages also solved.

In includes/templates/glacial_age/common find the first following line and erase it:

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

:D

9 Feb 2010, 10:53 PM
#165
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi, how do I change the popup image sizes for this template when you click on the enlarge image?
Thanks

9 Feb 2010, 11:54 PM
#166
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

kenny724:

Hi, how do I change the popup image sizes for this template when you click on the enlarge image?
Thanks

Not a template specific question - this depends on what your settings are in admin -> configuration -> images

a link to your site would be useul

10 Feb 2010, 3:33 PM
#167
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

hi....the directory to the zencart is https://www.midsouthcoin.com/public_html. I don't see a large setting under there for the size. I do for the other sizes. Thanks.

10 Feb 2010, 3:46 PM
#168
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

kenny724:

hi....the directory to the zencart is https://www.midsouthcoin.com/public_html. I don't see a large setting under there for the size. I do for the other sizes. Thanks.

what is the size of the product image(s) you have already uploaded?

10 Feb 2010, 8:59 PM
#169
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi, I figured it out. it looks better. However, when you click on the products, this there a way to have just the pictures and description listed like the new products at the bottom instead of horizontally? I don't think that's a big deal...just curious. Thanks.

10 Feb 2010, 9:48 PM
#170
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

kenny724:

Hi, I figured it out. it looks better. However, when you click on the products, this there a way to have just the pictures and description listed like the new products at the bottom instead of horizontally? I don't think that's a big deal...just curious. Thanks.

not sure what you mean?

11 Feb 2010, 5:42 PM
#171
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

It's ok. I installed lightbox which seems to work pretty good with your template. What would be the file to change the background colors? Thanks.

11 Feb 2010, 5:50 PM
#172
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

kenny724:

It's ok. I installed lightbox which seems to work pretty good with your template. What would be the file to change the background colors? Thanks.

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

find the following declaration and change the highlighted portion to suit your needs

body {
margin: 0;
padding: 0;
font: normal 62.5%/1.3em Verdana, Geneva, Arial, Helvetica, sans-serif;
color: #000000;
background: #ccccff;
}

11 Feb 2010, 7:39 PM
#173
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

thanks for the information

12 Feb 2010, 4:04 PM
#175
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

NickP:

How can I get a border on the template as done in http://cheaperthanthem.net/CTTShop/index.php?

My website http://www.centrumgaia.nl/shop/jongleren-en-balans-c-1

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

find the following declaration and make the highlighted change:

#headerWrapper {
margin: 0;
padding: 0;
border: 1px solid #000;
background: #ccccff;
width: 100%;
}

12 Feb 2010, 5:31 PM
#176
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hey, Clyde. The blue color that you have on the category navigation menu, do you know what it is titled? I want to put a picture as the background instead of the dark blue. Thanks.

12 Feb 2010, 5:49 PM
#177
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

kenny724:

Hey, Clyde. The blue color that you have on the category navigation menu, do you know what it is titled? I want to put a picture as the background instead of the dark blue. Thanks.

open includes/templates/glacial_age/css/stylesheet_betterCategoriesEzInfo.css

edit the highlighted portion

.betterCategories a, .betterCategories a:visited,
.betterDocuments a, .betterDocuments a:visited,
.betterInformation a, .betterInformation a:visited,
.betterMoreinformation a, .betterMoreinformation a:visited,
.betterBestsellers a, .betterBestsellers a:visited {
display: block;
color:#ffffff;
background-color: #284683;
border-top: 1px solid #D8E0F7;
border-bottom: 1px solid #D8E0F7;
padding: 2px;
}

12 Feb 2010, 6:09 PM
#178
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Can't seem to change the blue background under the category navigation menu. I changed it to this

.betterCategories a, .betterCategories a:visited,
.betterDocuments a, .betterDocuments a:visited,
.betterInformation a, .betterInformation a:visited,
.betterMoreinformation a, .betterMoreinformation a:visited,
.betterBestsellers a, .betterBestsellers a:visited {
display: block;
color:#ffffff;

background-image:url('american_eagle_2004_bullion_gold.jpg');} 

border-top: 1px solid #D8E0F7;
border-bottom: 1px solid #D8E0F7;
padding: 2px;

}

midsouthcoin.com/public_html ....the dark blue background on the left in the different categories. Is that right for the background picture? Thanks

12 Feb 2010, 6:16 PM
#179
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Oh, stupid me. Wrong folder I uploaded it too. Thanks.

12 Feb 2010, 6:25 PM
#180
kenny724 avatar

kenny724

Zen Follower

Join Date:
Feb 2010
Posts:
181
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Do have another question.....where is the font size for the menu located. Thanks alot.