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

Glacial Age Template Support Thread

Views: 70,761

Results 181 to 200 of 392
12 Feb 2010, 7:06 PM
#181
clydejones avatar

clydejones

Deceased

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

Glacial Age Template Support Thread

kenny724:

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

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

12 Feb 2010, 7:43 PM
#182
makoshark avatar

makoshark

Zen Follower

Join Date:
Jun 2007
Location:
Laurinburg, NC
Posts:
165
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hello
I have been looking through the thread but I can't find out how to turn on the> Home :: register/login :: along with the easy page links. I am using the latest zen cart
Thanks James

12 Feb 2010, 8:10 PM
#183
kenny724 avatar

kenny724

Zen Follower

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

Re: Glacial Age Template Support Thread

Sorry for running my mouth again. Can you look at midsouthcoin.com/public_html? How would I change the font size on the search box, but leave it larger on the left side for the categories? Thanks again.

12 Feb 2010, 9:59 PM
#184
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

Makoshark:

Hello
I have been looking through the thread but I can't find out how to turn on the along with the easy page links. I am using the latest zen cart
Thanks James

Link to your site?

12 Feb 2010, 10:00 PM
#185
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:

Sorry for running my mouth again. Can you look at midsouthcoin.com/public_html? How would I change the font size on the search box, but leave it larger on the left side for the categories? Thanks again.

All font sizes are controlled in the stylsheet

12 Feb 2010, 10:02 PM
#186
kenny724 avatar

kenny724

Zen Follower

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

Re: Glacial Age Template Support Thread

This has got to be the last question for a while.:clap: Now, when you click on a category it can sort the item from a to z and 0 to 9. How can I change that to sort by price, description, etc.? Thanks yet again.

12 Feb 2010, 10:18 PM
#187
makoshark avatar

makoshark

Zen Follower

Join Date:
Jun 2007
Location:
Laurinburg, NC
Posts:
165
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Hello
Sorry about not leaving the link. I have not gone live with it so I amd going to list it funny: http:/ /makoshark5522.blackapplehost.com/radio/index.php
I plan to move the whole thing when I get done.Thnaks

12 Feb 2010, 10:24 PM
#188
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:

This has got to be the last question for a while.:clap: Now, when you click on a category it can sort the item from a to z and 0 to 9. How can I change that to sort by price, description, etc.? Thanks yet again.

This is not a template specific question.

Admin->Configuration->Product Listing-> Display Product Listing Default Sort Order

This forum thread should help

12 Feb 2010, 10:33 PM
#189
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

Makoshark:

Hello
I have been looking through the thread but I can't find out how to turn on the along with the easy page links. I am using the latest zen cart
Thanks James

are you talking about in the header or the footer?

12 Feb 2010, 10:36 PM
#190
kenny724 avatar

kenny724

Zen Follower

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

Re: Glacial Age Template Support Thread

the logo or slogan in the navExtraWrapper...how where is the font for that? I didn't see it on css sheet. Thanks.

12 Feb 2010, 10:48 PM
#191
nickp avatar

nickp

New Zenner

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

Re: Glacial Age Template Support Thread

clydejones:

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%;
}

Thanks Clyde.:D

I also added 'auto' to the code to center the header on the page.

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

Can you give me a nudge to center the navtabs?
I've been fiddling around with it for days, but can't get it working.
Left or right are not the problem.
Here is the code from my stylesheet.css

/*#navCatTabsWrapper*/
#navCatTabsWrapper {
    margin: 0;
    background-color: #E5EDF5;
    font-weight: bold;
    color: #ffffff;
    height: 1%;
    width: 100%;
    } 
#navCatTabs {
      float: left;
      width:100%;
      background:#284683 url("") repeat-x bottom;
      font-size:150%;
      line-height:normal;
      }
    #navCatTabs ul {
      width:100%;
      margin:0;
      padding: 0px 10px 0px 5px;
      list-style:none;
      }
    #navCatTabs li {
      float: left;
      background:url("../images/left_both.png") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border: 3px solid #284683
      }
    #navCatTabs a {
      float: left;
      display:block;
      background:url("../images/right_both.png") no-repeat right top;
      padding:5px 15px 4px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navCatTabs a {float:none;}
    /* End IE5-Mac hack */
    #navCatTabs a:hover {
      color:#333;
      }
    #navCatTabs #current {
      background-position:0 -150px;
      border-width:0;
      }
    #navCatTabs #current a {
      background-position:100% -150px;
      padding-bottom:5px;
      color:#ccccccc;
      }
    #navCatTabs li:hover, #navCatTabs li:hover a {
      background-position:0% -150px;
      color:#333;
      }
    #navCatTabs li:hover a {
      background-position:100% -150px;
      }
12 Feb 2010, 11:03 PM
#192
makoshark avatar

makoshark

Zen Follower

Join Date:
Jun 2007
Location:
Laurinburg, NC
Posts:
165
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

Well I am talking about the header but I will work on the footer next. I just very single mined when I work on projects

12 Feb 2010, 11:20 PM
#193
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

Makoshark:

Well I am talking about the header but I will work on the footer next. I just very single mined when I work on projects

You'll need to create your ez-page internal links

I believe you've created one for the contact us link

Just do that for each link you want to have in the header

13 Feb 2010, 12:07 AM
#194
makoshark avatar

makoshark

Zen Follower

Join Date:
Jun 2007
Location:
Laurinburg, NC
Posts:
165
Plugin Contributions:
0

Re: Glacial Age Template Support Thread

I guess I am a little confused cause my other site http://shop.nilandsplace.com/camp/ has home and login/register already there, but I am not finding anything to select this option so I was thinking it might in tpl_header.php . I have not leaned PHP yet I keep meaning to, got the books but just don't seem to find the time. I am starting to understand CSS. I edit the PHP with the help of others. Thnks James

13 Feb 2010, 12:41 AM
#195
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

Makoshark:

I guess I am a little confused cause my other site http://shop.nilandsplace.com/camp/ has home and login/register already there, but I am not finding anything to select this option so I was thinking it might in tpl_header.php . I have not leaned PHP yet I keep meaning to, got the books but just don't seem to find the time. I am starting to understand CSS. I edit the PHP with the help of others. Thnks James

Take a look below the logo

there are two "buttons" one says** home** the other says login/register

13 Feb 2010, 9:26 PM
#196
kenny724 avatar

kenny724

Zen Follower

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

Re: Glacial Age Template Support Thread

Hey, Clyde. The guy above may have been...the login or register on the main page is the same color as the font and doesn't resemble a link for most people. How would that be changed?

Also, the logo I used for https://www.midsouthcoin.com/midsouthcoin link to the home page of the zen cart...how would I link it to just https://www.midsouthcoin.com just the picture...but still want the home button on the home, login/logout, checkout link line to still go to the home.

Thanks.
Kenny

13 Feb 2010, 9:41 PM
#198
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 guy above may have been...the login or register on the main page is the same color as the font and doesn't resemble a link for most people. How would that be changed?

Also, the logo I used for https://www.midsouthcoin.com/midsouthcoin link to the home page of the zen cart...how would I link it to just https://www.midsouthcoin.com just the picture...but still want the home button on the home, login/logout, checkout link line to still go to the home.

Thanks.
Kenny

kenny724:

I'm sorry...I mean https://www.midsouthcoin.com/midsouthcoinstore

open includes/templates/glacial_age/common/tpl_header.php

find the following line of code:

    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>

and replace with this:

    <div id="logo"><?php echo '<a href="http://www.midsouthcoin.com/">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>