Page 15 of 40 FirstFirst ... 5131415161725 ... LastLast
Results 141 to 150 of 392
  1. #141
    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 justme2 View Post
    Hyperlinks with Glacial Age???

    Most hyperlinks will be of a different color but with this template they just look like regular text. Is there a place to turn them on or does it involve additional codeing?

    http://cheaperthanthem.net/CTTShop/

    on the main page I have added the text "HYPERLINK" which links back to the same page. Problem is it just looks like regular text unless you move your mouse over it then the cursor will change. Makes it hard for customers to find links.

    Any help??
    open includes/templates/glacial_age/css/stylesheet.css

    find the following declarations and change the color:#000; to suite your needs.

    a:link, #navEZPagesTOC ul li a {
    color: #000;
    text-decoration: none;
    }

    a:visited {
    color: #000;
    text-decoration: none;
    }

    a:hover, #navEZPagesTOC ul li a:hover {
    color: #000;
    }

    a:active {
    color: #000;
    }

  2. #142
    Join Date
    Aug 2009
    Location
    UK
    Posts
    71
    Plugin Contributions
    0

    Default Re: Glacial Age Template Support Thread

    I am just putting together www.electrical-and-plumbing.co.uk
    I am just trying to modify the header tagline.
    When I change this through #tagline and #taglinewrapper in CSS it works fine in firefox but nothing changes in IE, and naturally the tagline looks different in IE and firefox!!!!

    any ideas?

    thanks in anticipation/ Paul

  3. #143
    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 ptowers49 View Post
    I am just putting together www.electrical-and-plumbing.co.uk
    I am just trying to modify the header tagline.
    When I change this through #tagline and #taglinewrapper in CSS it works fine in firefox but nothing changes in IE, and naturally the tagline looks different in IE and firefox!!!!

    any ideas?

    thanks in anticipation/ Paul
    It looks the same in IE7/8 as it does in FF

  4. #144
    Join Date
    Aug 2009
    Location
    UK
    Posts
    71
    Plugin Contributions
    0

    Default Re: Glacial Age Template Support Thread

    sorry I meant www.electrical-and-plumbing-supplies.co.uk !
    does this one look the same for you in IE and FF?

  5. #145
    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 ptowers49 View Post
    sorry I meant www.electrical-and-plumbing-supplies.co.uk !
    does this one look the same for you in IE and FF?
    You can try the following:

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

    find the following section and add the highlighted portion
    #taglineWrapper {
    /*margin: 0;*/
    position: absolute;
    top: 30px;
    left: 280px;
    width: 500px;
    height:1%;
    }
    #tagline {
    /*padding-top:10px;*/
    color:#000;
    font-size: 2.5em;
    font-weight: bold;
    text-align : center;
    vertical-align: middle;
    line-height:normal;
    }
    #tagline span {
    font-style: italic;
    }


    Now open includes/languages/english/glacial_age/header.php

    change the following declaration as indicated.

    define('HEADER_SALES_TEXT', 'Electrical and Plumbing Supplies <br /><span>.....great products delivered direct</span>');

  6. #146
    Join Date
    Aug 2009
    Location
    UK
    Posts
    71
    Plugin Contributions
    0

    Default Re: Glacial Age Template Support Thread

    thanks for the prompt responce Clyde,

    but the thing that confuses me if that if you change the font-size in #tagline, or the width in #taglinewrapper it changes fine in FF but not in IE!!!! In IE the tagline just stays the same size and width!!

    would you know why that is ?

  7. #147
    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 ptowers49 View Post
    thanks for the prompt responce Clyde,

    but the thing that confuses me if that if you change the font-size in #tagline, or the width in #taglinewrapper it changes fine in FF but not in IE!!!! In IE the tagline just stays the same size and width!!

    would you know why that is ?
    The changes I gave you work in both FF and IE7/8 (giving the same display in both browsers)

  8. #148
    Join Date
    Dec 2008
    Posts
    29
    Plugin Contributions
    0

    Default Re: Glacial Age Template Support Thread

    just thought to post my current update. Somewhat took the advise of just replacing the cause file (info_display type file) with a "clean" once, but instead of the default/original file I used the file that was used for the mod I needed to keep and it worked like a charm Again thanks for the awesome template, it looks great with the colors themes of my site ^^

  9. #149
    Join Date
    Nov 2009
    Location
    Aransas Pass, TX
    Posts
    101
    Plugin Contributions
    1

    Default Re: Glacial Age Template Support Thread

    Quote Originally Posted by clydejones View Post
    This is not a template specific question.

    The shipping estimator is completely seperate from the shopping cart form and uses javascript. moving the button into the shopping cart form may therefore cause problems with the estimator.

    The file you need is includes/templates/template_default/templates/tpl_shopping_cart_default.php

    after making any edits make sure you move the edited file to:

    includes/templates/glacial_age/templates/tpl_shopping_cart_default.php
    The solution is:

    <br>
    <!--[if IE]>
    <br>
    <br>
    <![endif]-->

    Put this code just before the VERY LAST </div> at the VERY END of the various "tpl_????_.php" files that use the buttons. This will bring the buttons up inside the frame for a cleaner look. Tested on IE8 Safari and SeaMonkey.

  10. #150
    Join Date
    Oct 2008
    Posts
    53
    Plugin Contributions
    0

    Default Re: Glacial Age Template Support Thread

    Can you point me in the right direction???

    Where can I change the global sidebox font and font size. I'm sure it's in the style sheet somewhere but as I'm not very good with CSS better to ask than break the style sheet.

    Thanks in advance,

    Giles.

 

 
Page 15 of 40 FirstFirst ... 5131415161725 ... 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

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