Page 1 of 40 12311 ... LastLast
Results 1 to 10 of 392
  1. #1
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Glacial Age Template Support Thread

    Glacial Age Template
    Designed for Zen Cart version 1.3.8.

    This template modifies tpl_main_page.php, tpl_header.php and tpl_footer.php to achieve its look. It is designed to "DROP" the right colomn on category/product listing pages.

    Features:
    Full width 3 column display
    Colors: Styled in shades of blue.
    Customized button set included.
    Date in Navigation Bar.
    Order Steps (tableless) installed.
    Better Categories Sidebox installed.
    Tested using Firefox, IE7, Opera, Safari.

    Will be available in the downloads section shortly

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Glacial Age Template Support Thread

    Glacial Age is now available in the downloads section

  3. #3
    Join Date
    May 2007
    Posts
    92
    Plugin Contributions
    0

    Default Re: Glacial Age Template Support Thread/ Hover Menu

    Nice template, thanks for your work. I'm customizing the color scheme. Managed to figure out everyting except the category menu on the left column. Can't find it in the css or anywhere with respect to the light blue rollover color and the darker blue background color, doesn't seem to be image based or anywhere in the css can you tell me where I can modify those two colors?

    Thanks much.

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Glacial Age Template Support Thread

    Quote Originally Posted by thomaswhiteeagle View Post
    Nice template, thanks for your work. I'm customizing the color scheme. Managed to figure out everyting except the category menu on the left column. Can't find it in the css or anywhere with respect to the light blue rollover color and the darker blue background color, doesn't seem to be image based or anywhere in the css can you tell me where I can modify those two colors?

    Thanks much.
    includes/templates/glacial_age/css

    stylesheet_betterCategoriesEzInfo.css

  5. #5
    Join Date
    Apr 2008
    Posts
    17
    Plugin Contributions
    0

    Default Re: Glacial Age Template Support Thread

    Really Nice template. Thanks...

    One question I would like to be able to turn off the header expansion and icon when you move your mouse down to a product. Is this possible. Thanks

  6. #6
    Join Date
    Jan 2008
    Location
    EGYPT
    Posts
    74
    Plugin Contributions
    0

    Default Re: Glacial Age Template Support Thread

    it a nice template and soft

    but here is some problems for me :

    1. I need right column always on.
    2. more information side box contains disapear. both in IE and FF
    3. there is a problem in footer IE
    4. links in header (contact us & account & shoping cart didnt work in FF.
    5. Need to may spaces between lines in all pages ( can be edited one by one from define page editoe by addining ablank line. ut I think there is way from CSC


    thank you in advance

  7. #7
    Join Date
    Jan 2008
    Location
    EGYPT
    Posts
    74
    Plugin Contributions
    0

    Default Re: Glacial Age Template Support Thread

    sorry

    the link

  8. #8
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Glacial Age Template Support Thread

    Quote Originally Posted by soba View Post
    it a nice template and soft

    but here is some problems for me :

    1. I need right column always on.
    2. more information side box contains disapear. both in IE and FF
    3. there is a problem in footer IE
    4. links in header (contact us & account & shoping cart didnt work in FF.
    5. Need to may spaces between lines in all pages ( can be edited one by one from define page editoe by addining ablank line. ut I think there is way from CSC


    thank you in advance

    QUOTE=soba;617901]sorry

    the link
    1. I need right column always on.

    Open includes/templates/glacial_age/common/tpl_main_page.php
    find and comment out/delete these lines of code
    Code:
     if (in_array($current_page_base,explode(",",'specials,products_new,featured_products,products_all')) ) {
        $flag_disable_right = true;
      }
    
    if ($current_page_base == 'index' and $cPath > '0' ) {
    $flag_disable_right = true;
    }
    2. more information side box contains disapear. both in IE and FF

    I didn't notice anything unusual about the sideboxes.

    3. there is a problem in footer IE

    can you be more specific about what the problem is?

    4. links in header (contact us & account & shoping cart didnt work in FF.

    They work when setting the site to English so I'm guessing this has something to do with your arabic language file(s) and or the character set when displaying the site in Arabic.

    5. Need to may spaces between lines in all pages ( can be edited one by one from define page editoe by addining ablank line. ut I think there is way from CSC

    Open includes/templates/glacial_age/css/stylesheet.css
    add the highlighted section to the body declaration

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

  9. #9
    Join Date
    Jan 2008
    Location
    EGYPT
    Posts
    74
    Plugin Contributions
    0

    Default Re: Glacial Age Template Support Thread

    thank you for your help


    Quote Originally Posted by clydejones View Post
    1. I need right column always on.

    it is ok for categories but not work if open one product details

    2. more information side box contains disapear. both in IE and FF

    see the Our customers side box and try mouseover

    3. there is a problem in footer IE

    can you be more specific about what the problem is?

    in IE only but in FF ok ( see attachment )

    4. links in header (contact us & account & shoping cart didnt work in FF.

    They work when setting the site to English so I'm guessing this has something to do with your arabic language file(s) and or the character set when displaying the site in Arabic.

    the links work in IE both languges. but in FF work for English only


    }
    Attached Images Attached Images  
    Last edited by soba; 27 Sep 2008 at 12:16 AM.

  10. #10
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Glacial Age Template Support Thread

    Quote Originally Posted by soba View Post
    thank you for your help
    1. I need right column always on.
    it is ok for categories but not work if open one product details

    make sure you've deleted this line of code in includes/templates/glacial_age/common/tpl_main_page.php

    Code:
    if ($current_page_base == 'index' and $cPath > '0' ) {
    $flag_disable_right = true;
    }
    2. more information side box contains disapear. both in IE and FF
    see the Our customers side box and try mouseover


    Appears to be working normaly - I show a hover effect where the text turns white in a darker blue background

    3. there is a problem in footer IE
    can you be more specific about what the problem is?
    in IE only but in FF ok ( see attachment )


    I'll have to take a closer look at this issue.

    ----------

    Can you post a zip file of tpl_main_page.php and tpl_header.php

 

 
Page 1 of 40 12311 ... LastLast

Similar Threads

  1. Quick Help With Glacial Age Template
    By andycowboy in forum Addon Templates
    Replies: 3
    Last Post: 29 Dec 2011, 02:19 PM
  2. Glacial Age help
    By zbdude in forum Addon Templates
    Replies: 3
    Last Post: 10 Jul 2010, 07:05 PM
  3. Glacial Age V2.0 Template
    By irishshopper in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 May 2010, 02:12 PM
  4. Logo Full Width - Glacial Age template
    By RiverCity in forum Addon Templates
    Replies: 2
    Last Post: 6 Jul 2009, 06:54 PM
  5. glacial age template help
    By bubblycrazy in forum General Questions
    Replies: 5
    Last Post: 26 Jan 2009, 01:28 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR