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

Glacial Age Template Support Thread

Views: 70,752

Results 61 to 80 of 392
24 Feb 2009, 5:57 AM
#61
pandorasposters avatar

pandorasposters

New Zenner

Join Date:
Feb 2009
Posts:
2
Plugin Contributions:
0

Glacial Age Template Support Thread

Hi Clyde.
could you help me with 3 questions.

#1 I have been trying to make my logo longer and centered, I have changed the css and header files as instructed in the wiki but its simply not working. any suggestions?

#2 I also cant figure out how to put featured products and monthly specials into the center of the main page as is shown on your demo.

#3 - how can I make a border around my new items, and featured, and specials such as there was in the classic version?

by the way fantastic template, I take forever to choose anything but IM sure yours was the right one for my site.:cool:

https://www.pandorasposters.com

24 Feb 2009, 7:05 AM
#62
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

pandorasposters:

Hi Clyde.
could you help me with 3 questions.

#1 I have been trying to make my logo longer and centered, I have changed the css and header files as instructed in the wiki but its simply not working. any suggestions?

#2 I also cant figure out how to put featured products and monthly specials into the center of the main page as is shown on your demo.

#3 - how can I make a border around my new items, and featured, and specials such as there was in the classic version?

by the way fantastic template, I take forever to choose anything but IM sure yours was the right one for my site.:cool:

https://www.pandorasposters.com

#1 - open includes/templates/glacial_age/css/stylesheet.css

find and change the following declaration as indicated by the highlighted portion.

#logo {
margin:0;
text-align: center;
}

#2 - Edit the following settings:
admin -> configuration -> index listing
Show New Products on Main Page 1
Show Featured Products on Main Page 2
Show Special Products on Main Page 3
Show Upcoming Products on Main Page 4

#3 - open inlcudes/templates/glacial_age/css/stylesheet.css
find and change the following declarations as indicated by the highlighted portion:

.centerBoxWrapper {
margin: 0;
background-image:url(../images/title_cap_left.gif);
background-repeat:no-repeat;
background-position:top left;
border: 1px solid #AAB7F3;
}

25 Feb 2009, 2:34 AM
#63
pandorasposters avatar

pandorasposters

New Zenner

Join Date:
Feb 2009
Posts:
2
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Thank you very much Clyde. It all worked exactly as I envisioned. Its great that you do this like you do, not many people would. As I continue to set up my site, If you would like a free poster just let me know and I will be glad to ship it right out to you.

25 Feb 2009, 3:25 AM
#64
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

pandorasposters:

Thank you very much Clyde. It all worked exactly as I envisioned. Its great that you do this like you do, not many people would. As I continue to set up my site, If you would like a free poster just let me know and I will be glad to ship it right out to you.

Glad to help

22 Mar 2009, 7:45 PM
#65
miskowaty avatar

miskowaty

New Zenner

Join Date:
Nov 2008
Posts:
2
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi Clyde

I'm new to ZenCart and I attempt to redesign your template. I changed images of side boxes, header, footer but I don't know how to change colors of main background :). I tried a different lines of code in stylesheet.css but it doesn’t work for me.

Thanks

23 Mar 2009, 2:25 AM
#66
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

miskowaty:

Hi Clyde

I'm new to ZenCart and I attempt to redesign your template. I changed images of side boxes, header, footer but I don't know how to change colors of main background :). I tried a different lines of code in stylesheet.css but it doesn’t work for me.

Thanks

URL for your site?

23 Mar 2009, 11:49 PM
#67
miskowaty avatar

miskowaty

New Zenner

Join Date:
Nov 2008
Posts:
2
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi Clyde, I'm using localhost at the moment for test of zencart so no url available. When I changing that part in Classic Contemporary Green template, color of background is changing

#mainWrapper {
background-color: #20955d;
text-align: left;
width: 100%;
vertical-align: top;
border: 0px solid #000000;
}

in your template this looks like that

#mainWrapper {
   margin: 0 auto;
   padding: 0;
	background: #fff;
	border: 1px solid #000;
	text-align: left;
	width: 90%;
	vertical-align: top;
	}

I'm beginner so if you can give me some tips I'll be grateful. Thanks

24 Mar 2009, 2:06 AM
#68
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

miskowaty:

Hi Clyde, I'm using localhost at the moment for test of zencart so no url available. When I changing that part in Classic Contemporary Green template, color of background is changing

#mainWrapper {
background-color: #20955d;
text-align: left;
width: 100%;
vertical-align: top;
border: 0px solid #000000;
}

in your template this looks like that

#mainWrapper {
margin: 0 auto;
padding: 0;
background: #fff;
border: 1px solid #000;
text-align: left;
width: 90%;
vertical-align: top;
}

> I'm beginner so if you can give me some tips I'll be grateful. Thanks

The default declaration in the stylesheet.css for glaicial_age looks like this. You want to change the highlighted portion.

#mainWrapper {
margin: 0 auto;
padding: 0;
background: #ccccff;
border: 1px solid #000;
text-align: left;
width: 90%;
vertical-align: top;
}


If you want to change the background color(s) of the center column then look in the stylesheet.css for the following declarations and change the background to the color of your choice:

#centerOuterBorder 

.centerColumn
18 Apr 2009, 3:31 PM
#69
bruce1952 avatar

bruce1952

Totally Zenned

Join Date:
Aug 2008
Location:
Sydney Australia
Posts:
828
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi all,

I am having problems with the viewing in the browser using IE compared to Firefox.

Everything looks good in Firefox but if I use Internet explorer the top looks different (not showing all the buttons). Also left side box drop down list appears wider.

This is my site: http://www.outdoorking.com/

Any help fixing this up would be appreciated.

18 Apr 2009, 5:07 PM
#70
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

Bruce1952:

Hi all,

I am having problems with the viewing in the browser using IE compared to Firefox.

Everything looks good in Firefox but if I use Internet explorer the top looks different (not showing all the buttons). Also left side box drop down list appears wider.

This is my site: http://www.outdoorking.com/

Any help fixing this up would be appreciated.

Hopefully this will fix both issues.

Just unzip the file and upload the entire includes folder to your server.

[Attachment no longer available]

19 Apr 2009, 2:10 AM
#71
bruce1952 avatar

bruce1952

Totally Zenned

Join Date:
Aug 2008
Location:
Sydney Australia
Posts:
828
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

clydejones:

Hopefully this will fix both issues.

Just unzip the file and upload the entire includes folder to your server.

[Attachment no longer available]

Where exactly do you want the includes directory put into the includes/template/glacial_age directory or into the default directory?

Thanks for your help but I just want to make an error as the site is live.

19 Apr 2009, 2:54 AM
#72
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

Bruce1952:

Where exactly do you want the includes directory put into the includes/template/glacial_age directory or into the default directory?

Thanks for your help but I just want to make an error as the site is live.

FTP the includes folder to where you have Zen Cart installed on your server.

You do this the same way you installed the template.

NOTE: you can always put the site down for maintenance while you do the upload.

19 Apr 2009, 5:34 AM
#73
bruce1952 avatar

bruce1952

Totally Zenned

Join Date:
Aug 2008
Location:
Sydney Australia
Posts:
828
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

clydejones,

Thanks for the file it worked a treat but I have one other question regarding the footer as in Firefox it looks good but not in IE as it does not stay in the same area.

What do I need to change to correct this.

19 Apr 2009, 6:17 AM
#74
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

Bruce1952:

clydejones,

Thanks for the file it worked a treat but I have one other question regarding the footer as in Firefox it looks good but not in IE as it does not stay in the same area.

What do I need to change to correct this.

I checked in FF, IE7, Opera, Safari and Chrome and I don't see anything unusual.

9 Jul 2009, 1:43 AM
#75
designgoddess avatar

designgoddess

New Zenner

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

Re: Glacial Age Template Support Thread

Your template is great and thus far I have had no issues with it ... other than the images not lining up but I think after viewingI found out the issue and will address that later...it looks fine the way it is now ...

http://www.brightmindsforkids.com/

However, if you scroll towards the bottom the center column isn't as long as the two side columns ... how do i fix this so it's even all the time ...if you look at any of the product pages, it doesn't line up right there either .

Thanks!

9 Jul 2009, 2:09 AM
#76
designgoddess avatar

designgoddess

New Zenner

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

Re: Glacial Age Template Support Thread

Also, on https://www.brightmindsforkids.com the ez pages aren't showing up on the sidebar ... help?

9 Jul 2009, 2:27 AM
#77
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

designgoddess:

Your template is great and thus far I have had no issues with it ... other than the images not lining up but I think after viewingI found out the issue and will address that later...it looks fine the way it is now ...

http://www.brightmindsforkids.com/

However, if you scroll towards the bottom the center column isn't as long as the two side columns ... how do i fix this so it's even all the time ...if you look at any of the product pages, it doesn't line up right there either .

Thanks!

The pages in Zen Cart are dynamic and only take up as much space as they need.

If the left or right columns take up space that extends them to the bottom of the page and the center section doesn't then you'll be left with what you are describing.

one way to avoid this would be to change this declaration in the stylesheet.css as indicated by the highlight

#contentMainWrapper {
padding: 0 0 20px 0;
background: #AAB7F3;
}

9 Jul 2009, 2:29 AM
#78
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

designgoddess:

Also, on https://www.brightmindsforkids.com the ez pages aren't showing up on the sidebar ... help?

make sure you've assigned a sort order to those pages you wish to appear in the side box and that the sidebox is activated.

9 Jul 2009, 2:31 AM
#79
designgoddess avatar

designgoddess

New Zenner

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

Re: Glacial Age Template Support Thread

Also is there a way of duplicating the contact page for newsletter sign up? and changing the contact form?

9 Jul 2009, 2:36 AM
#80
designgoddess avatar

designgoddess

New Zenner

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

Re: Glacial Age Template Support Thread

perfect thank you :)