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

Glacial Age Template Support Thread

Views: 70,761

Results 361 to 380 of 392
7 Jun 2011, 3:50 PM
#361
vintage_rod avatar

vintage_rod

New Zenner

Join Date:
Jun 2011
Posts:
13
Plugin Contributions:
0

Glacial Age Template Support Thread

I am at the very beginning of customizing the Glacial Age skin and am a complete novice at building carts.
On each page, in the lower center it displays "New Products for June". How can I remove this, or make it display only on the home page?
Any other thoughts/suggestions are appreciated!
https://www.vintagerodcomponents.com/retail

7 Jun 2011, 4:32 PM
#362
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

Vintage Rod:

I am at the very beginning of customizing the Glacial Age skin and am a complete novice at building carts.
On each page, in the lower center it displays "New Products for June". How can I remove this, or make it display only on the home page?
Any other thoughts/suggestions are appreciated!
https://www.vintagerodcomponents.com/retail

This is not specific to this template.

You can manage the display of these items in:

admin -> configuration -> Index Listing

7 Jul 2011, 10:39 PM
#363
Join Date:
Jun 2011
Location:
Missouri
Posts:
60
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

First off, I want to say how I love your Glacial Age template and that I am a complete novice to the Zencart thing.

I am using Zencart version 1.39h.
I have the shipping module and Paypal module and the USPS module added and that is all as far as I know. I paid someone to install my cart.

I would like to know how to be able to increase the font size in the cneter part of the main page, and probably on other pages also, when I get to them. When I use the built in editor the larger font looks so bad and the lines so close together that it looks horrible. Here is a link to my site and this is as big as I dare to make the font.

http://www.interdigitaldesigns.com/

I would like to have the font a bit larger so it is easier to read for older folks...like me!

Elaine

7 Jul 2011, 10:43 PM
#364
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

Interdigital_Designs:

First off, I want to say how I love your Glacial Age template and that I am a complete novice to the Zencart thing.

I am using Zencart version 1.39h.
I have the shipping module and Paypal module and the USPS module added and that is all as far as I know. I paid someone to install my cart.

I would like to know how to be able to increase the font size in the cneter part of the main page, and probably on other pages also, when I get to them. When I use the built in editor the larger font looks so bad and the lines so close together that it looks horrible. Here is a link to my site and this is as big as I dare to make the font.

http://www.interdigitaldesigns.com/

I would like to have the font a bit larger so it is easier to read for older folks...like me!

Elaine

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

find the following and make the highlighted changes:

.centerColumn {
padding: 0.8em 0.8em 30px 0.8em;
background: #D8E0F7;
font-size: 1.4em;
height: 1%;
line-height:1.5em
}

7 Jul 2011, 11:18 PM
#365
Join Date:
Jun 2011
Location:
Missouri
Posts:
60
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Thank you so very much. That worked like a charm. TY so very much for being so quick with your reply also. I really do appreciate that very much.

7 Jul 2011, 11:24 PM
#366
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

Interdigital_Designs:

Thank you so very much. That worked like a charm. TY so very much for being so quick with your reply also. I really do appreciate that very much.

glad to help.

8 Jul 2011, 9:36 AM
#367
Join Date:
Jun 2011
Location:
Missouri
Posts:
60
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Clyde, is there a way to increase font size for the category headings also?

http://interdigitaldesigns.com

I am using version 1.39h.

8 Jul 2011, 2:42 PM
#368
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

Interdigital_Designs:

Clyde, is there a way to increase font size for the category headings also?

http://interdigitaldesigns.com

I am using version 1.39h.

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

find the following and make changes to the highlighted portion:

h3.leftBoxHeading, h3.leftBoxHeading a, h3.leftBoxHeading label, h3.rightBoxHeading, h3.rightBoxHeading a, h3.rightBoxHeading label {
font-size: 1.4em;
color: #000;
}

8 Jul 2011, 6:01 PM
#369
Join Date:
Jun 2011
Location:
Missouri
Posts:
60
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Thank you. I should have tried doing it before I made the post asking because when I went ahead and did what you told me before and it worked like a charm. TY again.

9 Jul 2011, 1:17 AM
#370
Join Date:
Jun 2011
Location:
Missouri
Posts:
60
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

It is me again Clyde. Got a question for you. When I click on "Customers" in the admin area the Customers do show up but I have no DELETE or EDIT or anything. I am wanting to delete a couple of test customer names I tried. Would you mind telling me how I get that stuff like everyone says I am supposed to have?

9 Jul 2011, 2:09 AM
#371
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

Interdigital_Designs:

It is me again Clyde. Got a question for you. When I click on "Customers" in the admin area the Customers do show up but I have no DELETE or EDIT or anything. I am wanting to delete a couple of test customer names I tried. Would you mind telling me how I get that stuff like everyone says I am supposed to have?

What exactly do you see displayed? (on the right hand side of the page)

9 Jul 2011, 2:38 AM
#372
Join Date:
Jun 2011
Location:
Missouri
Posts:
60
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Here is a screen shot for you to see.

9 Jul 2011, 2:47 AM
#373
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

Interdigital_Designs:

Here is a screen shot for you to see.

try uploading a fresh/clean copy of customers.php to your admin folder.

9 Jul 2011, 2:52 AM
#374
Join Date:
Jun 2011
Location:
Missouri
Posts:
60
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Sorry but where is the one I am replacing and where do I get a clean fresh copy?

Also, how do I turn off the newsletter because I am not going to have a newsletter??

9 Jul 2011, 3:28 AM
#375
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

Interdigital_Designs:

Sorry but where is the one I am replacing and where do I get a clean fresh copy?

Also, how do I turn off the newsletter because I am not going to have a newsletter??

Its in your admin folder on your server. (you may have to download the latest version of Zen Cart to your PC, extract the files and then upload the file to your server)

admin -> configuration -> customer details -> Show Newsletter Checkbox (set to 0)

9 Jul 2011, 3:29 AM
#376
Join Date:
Jun 2011
Location:
Missouri
Posts:
60
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

TY and I will work on this tomorrow. late here and I am tired. Ty again.

9 Jul 2011, 3:20 PM
#377
Join Date:
Jun 2011
Location:
Missouri
Posts:
60
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

OK Clyde, I uploaded a fresh copy of the customer.php and I still have the same thing. It didn't work. Got any more suggestions?

9 Jul 2011, 3:44 PM
#378
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

Interdigital_Designs:

OK Clyde, I uploaded a fresh copy of the customer.php and I still have the same thing. It didn't work. Got any more suggestions?

Sorry, no I don't, and we're way off topic for this support thread.

22 Jul 2011, 4:11 AM
#379
chance2546 avatar

chance2546

New Zenner

Join Date:
Jul 2011
Posts:
8
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hi, was just wondering if it would be posible to make the extra text line scroll across the page or would it be more trouble than its worth...Thanks!

22 Jul 2011, 4:32 AM
#380
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

chance2546:

Hi, was just wondering if it would be posible to make the extra text line scroll across the page or would it be more trouble than its worth...Thanks!

You'll need to modify about 3 files and find a scrolling script you want to use.