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

Glacial Age Template Support Thread

Views: 70,763

Results 221 to 240 of 392
18 Feb 2010, 7:43 PM
#221
kenny724 avatar

kenny724

Zen Follower

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

Glacial Age Template Support Thread

Hey, Clyde. On the main page...https://www.midsouthcoin.com/midsouthcoinstore the Mid South Coin Co., Inc. at the top's font size is controlled by the tagline wrapper, right?

18 Feb 2010, 7:58 PM
#222
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. On the main page...https://www.midsouthcoin.com/midsouthcoinstore the Mid South Coin Co., Inc. at the top's font size is controlled by the tagline wrapper, right?

controlled by this declaration in the stylesheet.

#tagline {
/padding-top:10px;/
color:#000;
font-size: 2em;
text-align : center;
vertical-align: middle;
line-height:normal;
}

18 Feb 2010, 8:25 PM
#223
kenny724 avatar

kenny724

Zen Follower

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

Re: Glacial Age Template Support Thread

One last thing....the Title at the top of the IE window...where is that located? Tried to search for it. Thanks.

18 Feb 2010, 8:41 PM
#224
kenny724 avatar

kenny724

Zen Follower

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

Re: Glacial Age Template Support Thread

This is it...lol. Ok, on the product pages...how can i center the item name with the header?

18 Feb 2010, 9:08 PM
#225
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:

One last thing....the Title at the top of the IE window...where is that located? Tried to search for it. Thanks.

edit
includes/languages/meta_tags.php

kenny724:

This is it...lol. Ok, on the product pages...how can i center the item name with the header?

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

find the declaration for .itemtitle and change the text-align:

18 Feb 2010, 10:47 PM
#226
kenny724 avatar

kenny724

Zen Follower

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

Re: Glacial Age Template Support Thread

Mr. Clyde....
If you check on the bottom of the midsouthcoin.com/midsouthcoinstore.com

The store info on the left and template information on right is out of alignment. Any idea on that one?

18 Feb 2010, 10:54 PM
#228
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:

Mr. Clyde....
If you check on the bottom of the midsouthcoin.com/midsouthcoinstore.com

The store info on the left and template information on right is out of alignment. Any idea on that one?

kenny724:

it's been a long day.... https://www.midsouthcoin.com/midsouthcoinstore

which browser are you viewing this in?

18 Feb 2010, 10:58 PM
#229
kenny724 avatar

kenny724

Zen Follower

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

Re: Glacial Age Template Support Thread

Internet explorer 8...let me view it in firefox also

But it does that in IE8

18 Feb 2010, 10:59 PM
#230
kenny724 avatar

kenny724

Zen Follower

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

Re: Glacial Age Template Support Thread

Ugh...firefox displays correctly, but IE8 is off. I am so dead today...about to call it a day. Thanks. let me know when you can.

19 Feb 2010, 12:08 AM
#231
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:

Internet explorer 8...let me view it in firefox also

But it does that in IE8

try adjusting the margin settings in the following declarations in the stylesheet.css

#copyrightBox
#siteinfoLegal
#shopinfoBox

22 Feb 2010, 5:23 PM
#232
kenny724 avatar

kenny724

Zen Follower

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

Re: Glacial Age Template Support Thread

Ugh, don't know what I did. I didn't change much of anything but font sizes. Go to https://www.midsouthcoin.com/midsouthcoinstore and on the left categories box...I changed the width of the box order config/layout settings bu the size of the box didn't change. Also look at the links...move the mouse on each one....the first few work fine when you over the mouse over...the background changes color...however on some below those the entire box changes color. Can you look at these? Thanks.

22 Feb 2010, 5:38 PM
#233
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:

Ugh, don't know what I did. I didn't change much of anything but font sizes. Go to https://www.midsouthcoin.com/midsouthcoinstore and on the left categories box...I changed the width of the box order config/layout settings bu the size of the box didn't change. Also look at the links...move the mouse on each one....the first few work fine when you over the mouse over...the background changes color...however on some below those the entire box changes color. Can you look at these? Thanks.

The sideboxes didn't change width because they consist of two images that are only 150px wide.
sidebox_header_bg.gif
sidebox_content_bg.gif

In order for them to have the same width as you set in layout settings, you'll need to create new graphic images.

Also when you changed the width of the boxes you didn't change the width of the column. the column width should be the same as or slightly larger.

Just a note: the blinking on hover is somewhat annoying, personally I'd get rid of it.

I couldn't see the problem with the color change on hover.

22 Feb 2010, 5:56 PM
#234
kenny724 avatar

kenny724

Zen Follower

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

Re: Glacial Age Template Support Thread

hrmmm.....take for instance, if you move your mouse to half cents and large cents in the categories...do you notice how to blue movies behind the coins? When you go to the next two links small cents and two-cent pieces ...and move your mouse over the box, the entire box turns blue not just the background.

22 Feb 2010, 6:24 PM
#235
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:

hrmmm.....take for instance, if you move your mouse to half cents and large cents in the categories...do you notice how to blue movies behind the coins? When you go to the next two links small cents and two-cent pieces ...and move your mouse over the box, the entire box turns blue not just the background.

nope! don't see that at all.

22 Feb 2010, 6:28 PM
#236
kenny724 avatar

kenny724

Zen Follower

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

Re: Glacial Age Template Support Thread

What browser are you using? I noticed it doesn't do it in Firefox, but it does it in IE8.

22 Feb 2010, 6:47 PM
#237
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:

What browser are you using? I noticed it doesn't do it in Firefox, but it does it in IE8.

viewed in FF, IE7/8, Safari, Chrome and Opera.

didn't notice this in any of them.

22 Feb 2010, 10:12 PM
#238
kenny724 avatar

kenny724

Zen Follower

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

Re: Glacial Age Template Support Thread

weird, maybe this computer...I will check on mine when i get home. thanks

23 Feb 2010, 9:50 PM
#239
kenny724 avatar

kenny724

Zen Follower

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

Re: Glacial Age Template Support Thread

Hey, Clyde. I can't seem to get anyone to answer this on the other forum, but just checking to see if you know. Can you go to https://www.midsouthcoin.com/midsouthcoinstore and i guess click on the small cents link....then clink on any of the items....the large view....scroll down page with picture still up....also close the picture...then scroll down some and then click on large view....do you see how the black background gets misplaced. Any idea of the cause? Thanks.

23 Feb 2010, 9:58 PM
#240
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. I can't seem to get anyone to answer this on the other forum, but just checking to see if you know. Can you go to https://www.midsouthcoin.com/midsouthcoinstore and i guess click on the small cents link....then clink on any of the items....the large view....scroll down page with picture still up....also close the picture...then scroll down some and then click on large view....do you see how the black background gets misplaced. Any idea of the cause? Thanks.

haven't got a clue.