Page 12 of 40 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 392
  1. #111
    Join Date
    Jun 2006
    Location
    South Africa
    Posts
    11
    Plugin Contributions
    0

    Default Re: Glacial Age Template Support Thread

    Quote Originally Posted by Fred Philpott View Post
    Hi,

    I love this template but one little niggle. When displaying product info, after "Manufactured By:", if the manufacturer's name is two words the second word splits to the next line even though there is plenty of space to get it on one line. It definitely does not look right with a name like IQ Instruments.

    Thanks
    Fred
    Quote Originally Posted by clydejones View Post
    URL for your site.
    http://shop.ph.co.za

    Thanks
    Fred

  2. #112
    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 Fred Philpott View Post
    Hi,

    I love this template but one little niggle. When displaying product info, after "Manufactured By:", if the manufacturer's name is two words the second word splits to the next line even though there is plenty of space to get it on one line. It definitely does not look right with a name like IQ Instruments.

    Thanks
    Fred
    Quote Originally Posted by clydejones View Post
    URL for your site.
    Quote Originally Posted by Fred Philpott View Post
    I just checked your site and didn't notice what you are describing.

    is there a particular product I should be looking at?

  3. #113
    Join Date
    Jun 2006
    Location
    South Africa
    Posts
    11
    Plugin Contributions
    0

    Default Re: Glacial Age Template Support Thread

    The problem occurs with any product where the manufacturer's name is listed and the browser width is reduced.

    Go to pH Instruments>Pocket Testers>Waterproof EcoTestr pH1.

    The manufacturer's name is displayed as Eutech Instruments.

    Start with full screen width then pull the browser right margin in. You will see the word Instruments moves under the word Manufactured long before the margin reaches it.

    Thanks
    Fred

  4. #114
    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 Fred Philpott View Post
    The problem occurs with any product where the manufacturer's name is listed and the browser width is reduced.

    Go to pH Instruments>Pocket Testers>Waterproof EcoTestr pH1.

    The manufacturer's name is displayed as Eutech Instruments.

    Start with full screen width then pull the browser right margin in. You will see the word Instruments moves under the word Manufactured long before the margin reaches it.

    Thanks
    Fred
    open includes/templates/glacial_age/css/product_info.css

    find the following declaration and add the highlighted portion

    #productDetailsList ul li {
    padding:3px 0 3px 3px;
    white-space: nowrap;
    }

  5. #115
    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 ugogo View Post
    Hi

    When I extracted it from the zip files, there are many php files out of the includes file and none in the includes file. IN the includes folder there is only one folder, is that right?

    When I try upload those php files my server says critical error and doesn't allow the uploads.


    Thanks
    When you unzip the package you should have

    an includes folder and three text files

    upload (FTP) the includes folder to your server where you have zen cart installed.

  6. #116
    Join Date
    Jun 2006
    Location
    South Africa
    Posts
    11
    Plugin Contributions
    0

    Default Re: Glacial Age Template Support Thread

    Quote Originally Posted by clydejones View Post
    open includes/templates/glacial_age/css/product_info.css

    find the following declaration and add the highlighted portion

    #productDetailsList ul li {
    padding:3px 0 3px 3px;
    white-space: nowrap;
    }
    Hi Clyde,

    I tried that but it did not do anything. Instead I tried the nowrap here:-

    #productDetailsList {
    margin: 0;
    padding:0;
    list-style: none;
    white-space: nowrap;
    }

    Now the manufacturer's name does not wrap at all. Not a perfect fix but certainly much better.

    On another subject, I took a look at my site in IE7 and found that the text in the sideboxes is blue instead of white and is not visible until you hover the cursor over the box. Is that something in the IE CSS file which overwrites the text color?

    Thanks for the help.
    Fred

  7. #117
    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 Fred Philpott View Post
    Hi Clyde,

    I tried that but it did not do anything. Instead I tried the nowrap here:-

    #productDetailsList {
    margin: 0;
    padding:0;
    list-style: none;
    white-space: nowrap;
    }

    Now the manufacturer's name does not wrap at all. Not a perfect fix but certainly much better.

    On another subject, I took a look at my site in IE7 and found that the text in the sideboxes is blue instead of white and is not visible until you hover the cursor over the box. Is that something in the IE CSS file which overwrites the text color?

    Thanks for the help.
    Fred
    add the following to the ie_stylesheet.css

    a:link {
    color:#fff;
    text-decoration:none;
    )
    ul li a {
    color:#fff;
    text-decoration:none;
    }

  8. #118
    Join Date
    Jun 2006
    Location
    South Africa
    Posts
    11
    Plugin Contributions
    0

    Default Re: Glacial Age Template Support Thread

    Quote Originally Posted by clydejones View Post
    add the following to the ie_stylesheet.css

    a:link {
    color:#fff;
    text-decoration:none;
    )
    ul li a {
    color:#fff;
    text-decoration:none;
    }
    Thanks Clyde,

    That works once the link has been visited.

    Again not a perfect solution but much better.

    I am now reading up about CSS.

    Fred

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

    Default Re: Glacial Age Template Support Thread

    Zen Cart 1.3.8a / Glacial Age Template v1.0 / EP v1.2.5.4

    I decided to open an online store and, after significant research, I found Zen Cart to be the best choice. I went through the templates here and other places on the net and settled for 'Glacial Age'. Nice color and a format to suit my taste.

    I know HTML and CSS, but PHP is a full learning curve. And, of course, any attempt to modify some one elses work and follow their flow.

    My question. On the shopping cart page is a button for 'estimating shipping' and it sits on the frame below the 'back to shopping' button. I want to move it into the form with the rest of the buttons.

    Where is the file I need to touch? Just the name will do.

    Thanks

  10. #120
    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 IATIA View Post
    Zen Cart 1.3.8a / Glacial Age Template v1.0 / EP v1.2.5.4

    I decided to open an online store and, after significant research, I found Zen Cart to be the best choice. I went through the templates here and other places on the net and settled for 'Glacial Age'. Nice color and a format to suit my taste.

    I know HTML and CSS, but PHP is a full learning curve. And, of course, any attempt to modify some one elses work and follow their flow.

    My question. On the shopping cart page is a button for 'estimating shipping' and it sits on the frame below the 'back to shopping' button. I want to move it into the form with the rest of the buttons.

    Where is the file I need to touch? Just the name will do.

    Thanks
    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

 

 
Page 12 of 40 FirstFirst ... 2101112131422 ... 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