Page 1 of 9 123 ... LastLast
Results 1 to 10 of 691

Hybrid View

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

    Default Cold Steel Template Support Thread

    Designed for Zen Cart version 1.3.8.

    Features:

    Fixed width 2 column display
    Colors: Styled in Black, White and Gray.
    Customized button set included.
    Per-page CSS stylesheets to style individual pages.
    Better Categories Sidebox installed.
    Order Steps (Tableless) installed.
    Column Divider Pro installed.
    Date displayed in the header.
    Re-designed Login page included.
    Tested using Firefox, IE7, Opera, Safari.

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

    Default Re: Cold Steel Template Support Thread

    Last edited by clydejones; 31 Dec 2009 at 02:32 AM.

  3. #3
    Join Date
    Nov 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Hello,

    I downloaded and installed your Cold Steel template (love it by the way!), but I have two issues...

    1- Categories dont display on left sidebar...

    2- Where do I find the code to edit the size of the logo? I uploaded my own in place of the default one but it was set to whatever dimensions your default logo is and I need to change those dimensions.

    Here is the URL to see the problems: www.rbprecision.com/shop

    The categories sidebar on the left is blank... I have SAMPLE data installed! I also made the recommended changes.

    How can I fix this?

    Thanks!

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

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by kauzlaric View Post
    Hello,

    I downloaded and installed your Cold Steel template (love it by the way!), but I have two issues...

    1- Categories dont display on left sidebar...

    2- Where do I find the code to edit the size of the logo? I uploaded my own in place of the default one but it was set to whatever dimensions your default logo is and I need to change those dimensions.

    Here is the URL to see the problems: www.rbprecision.com/shop

    The categories sidebar on the left is blank... I have SAMPLE data installed! I also made the recommended changes.

    How can I fix this?

    Thanks!
    Answered by PM

  5. #5
    Join Date
    Nov 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Hello,
    I just installed Cold Steel and it looks very different:
    http://pacari.egourmetsolutions.com

    The template was downloaded from the link at the beginning of the thread.

    Thank you,

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

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by egourmet View Post
    Hello,
    I just installed Cold Steel and it looks very different:
    http://pacari.egourmetsolutions.com

    The template was downloaded from the link at the beginning of the thread.

    Thank you,
    In your admin panel, go to admin -> tools -> template selection, click the edit button, choose the template from the dropdown menu and click update.

    Now go to admin -> tools -> layout boxes controller, Scroll down to the bottom of the screen and click the reset button.

  7. #7
    Join Date
    Jun 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    Answered by PM
    Hi Clyde, Could you pls tell me the solution for increasing the logo size. coz u replied in PM for qeustion no 4

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

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by thaulat View Post
    Hi Clyde, Could you pls tell me the solution for increasing the logo size. coz u replied in PM for qeustion no 4
    includes/languages/english/cold_steel/header.php

    adjust the height and width to match that of your logo.

    define('HEADER_LOGO_WIDTH', '157');
    define('HEADER_LOGO_HEIGHT', '88');

    define('HEADER_LOGO_IMAGE', 'logo.gif');

  9. #9
    Join Date
    Aug 2009
    Location
    St. Louis, MO
    Posts
    69
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    Answered by PM
    Clyde:

    Loaded a big image for our logo, but when it displays in firefox or safari, everything shifts right. (Looks good in IE)
    Saw some posts about changing the #logoWrapper in the stylesheet, but can't find this in the coldsteel template stylesheet.

    Suggestions?

    http://hopeunlimitedkirkwood.org/3on3/

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

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by itseemedsosimple View Post
    Clyde:

    Loaded a big image for our logo, but when it displays in firefox or safari, everything shifts right. (Looks good in IE)
    Saw some posts about changing the #logoWrapper in the stylesheet, but can't find this in the coldsteel template stylesheet.

    Suggestions?

    http://hopeunlimitedkirkwood.org/3on3/
    Here are the relevant declarations (from the cold_steel stylesheet on your site.

    /*BOF Header layout*/
    #headerWrapper {
    margin: 0 auto;
    text-align: left;
    width: 917px;
    vertical-align: top;
    }
    /*BOF Branding*/
    #logoWrapper{
    margin:0;
    background: url(../images/header_bg.gif) no-repeat;
    height:234px;
    width:739px;
    position: relative;
    top:0;
    left:0;
    }
    #logo {
    float:left;
    /* display:none;
    text-align: center;*/
    }
    #logoWrapper a:hover {
    background: transparent;
    }
    #navMainSearch {
    position:absolute;
    top: 5px;
    right: 15px;
    }

    #taglineWrapper {
    text-align: center;
    height: 30px;
    width: 300px;
    position: absolute;
    top: 5px;
    left: 250px;
    }
    #tagline {
    font-size: 1.2em;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    }
    .date {
    padding-left:5px;
    position: absolute;
    top: 95px;
    right: 20px;
    color:#000;
    font-weight: bold;
    text-align: left;
    font-size: 1.2em;
    line-height:normal;
    }
    /*EOF Branding*/

    /*BOF navigation*/
    /*BOF top main navigation*/
    #navMainWrapper {
    position:absolute;
    left: 201px;
    top: 234px;
    font-size: 1.2em;
    }

 

 
Page 1 of 9 123 ... LastLast

Similar Threads

  1. Responsive Cold Steel Template for v1.5.x
    By rbarbour in forum Addon Templates
    Replies: 38
    Last Post: 29 May 2017, 03:12 AM
  2. v150 Cold Steel Template
    By Sniper in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Aug 2012, 06:25 PM
  3. v150 Ice Cold Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 5
    Last Post: 23 Jun 2012, 08:02 PM
  4. Cold Steel Template - fatal error
    By itseemedsosimple in forum Addon Templates
    Replies: 2
    Last Post: 1 Mar 2011, 12:46 AM
  5. Attribute Alignment Problem Cold Steel Template
    By CascianoLtd in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 25 Sep 2009, 05:54 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