Page 25 of 70 FirstFirst ... 15232425262735 ... LastLast
Results 241 to 250 of 691
  1. #241
    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 SonarScope View Post
    Hi ,

    is possible to add 3 column to Cold Steel Template "Fixed width 2 column display" :-)

    i relay like this template but i need 3 column ( right side box ) cant figure how to do it

    please can You help


    thanx

    regards

    emil
    open includes/templates/cold_steel/common/tpl_main_page.php

    delete this line of code (around line 41)
    PHP Code:
    $flag_disable_right true

  2. #242
    Join Date
    Nov 2004
    Location
    Varazdin Croatia
    Posts
    74
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    open includes/templates/cold_steel/common/tpl_main_page.php

    delete this line of code (around line 41)
    PHP Code:
    $flag_disable_right true


    that was fast :-)

    working

    thanx a lot

    emil

  3. #243
    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 SonarScope View Post
    that was fast :-)

    working

    thanx a lot

    emil
    glad to help

  4. #244
    Join Date
    Jan 2006
    Posts
    1,542
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Clyde,

    Looking for a new look and ran across your Cold Steel today. Looks very clean. Put it on a test site here (using different buttons):
    http://www.catholic-view.com/ZenCart...&products_id=1

    1. How can the Logo be made clickable to "Home"? I know I usually click the Logo to return to homepage. (My test Logo is first draft, actually like your stock one better.)

    2. Your link at bottom goes to dead page:
    http://mysticmountainnaturals.com/testsite/

    What do you want it changed to?

    Thanks.

    SPH
    www.prommart.com

  5. #245
    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 SPH View Post
    Clyde,

    Looking for a new look and ran across your Cold Steel today. Looks very clean. Put it on a test site here (using different buttons):
    http://www.catholic-view.com/ZenCart...&products_id=1

    1. How can the Logo be made clickable to "Home"? I know I usually click the Logo to return to homepage. (My test Logo is first draft, actually like your stock one better.)

    2. Your link at bottom goes to dead page:
    http://mysticmountainnaturals.com/testsite/

    What do you want it changed to?

    Thanks.

    SPH
    www.prommart.com
    open includes/templates/cold_steel/common/tpl_header.php

    find the following line of code: (around line 48)

    PHP Code:
        <div id="logo"><?php echo zen_image($template->get_template_dir(HEADER_LOGO_IMAGEDIR_WS_TEMPLATE$current_page_base,'images'). '/' HEADER_LOGO_IMAGEHEADER_ALT_TEXTHEADER_LOGO_WIDTHHEADER_LOGO_HEIGHT);?></div>
    and replace with this:

    PHP Code:
        <div id="logo"><?php echo '<a href="' HTTP_SERVER DIR_WS_CATALOG '">' zen_image($template->get_template_dir(HEADER_LOGO_IMAGEDIR_WS_TEMPLATE$current_page_base,'images'). '/' HEADER_LOGO_IMAGEHEADER_ALT_TEXT) . '</a>'?></div>

    open includes/languages/cold_steel/english.php

    find the following line of code: (around line 17)

    PHP Code:
    define('TEMPLATE_DESIGN'TEMPLATE_NAME'Design by <a href="http://mysticmountainnaturals.com/testsite/" target="_blank">Clyde Jones</a>'); 
    and replace with

    PHP Code:
    define('TEMPLATE_DESIGN'TEMPLATE_NAME'Design by <a href="http://mysticmountainnaturals.com/demotest/" target="_blank">Clyde Jones</a>'); 

  6. #246
    Join Date
    Jan 2005
    Location
    Winter Haven, FL
    Posts
    163
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    the design change you suggested yesterday to make 3 column display - nice alternative, good idea. Where do I go to change the center and/or right column widths to make this fit right and what are your recommended width settings. The right column wants to bleed into the center column. Thanks

  7. #247
    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 2004g35 View Post
    the design change you suggested yesterday to make 3 column display - nice alternative, good idea. Where do I go to change the center and/or right column widths to make this fit right and what are your recommended width settings. The right column wants to bleed into the center column. Thanks
    URL for your site? This would make it a lot easier to make recommendations.

  8. #248
    Join Date
    Jan 2005
    Location
    Winter Haven, FL
    Posts
    163
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    the test site is at http://g-trains.com/whimsical/index.php - my main site www.bobkatgifts.net is using the comstock 2.02

  9. #249
    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 2004g35 View Post
    the test site is at http://g-trains.com/whimsical/index.php - my main site www.bobkatgifts.net is using the comstock 2.02
    open includes/templates/cold_steel/css/stylesheet.css

    find and change the following declaration as indicated by the highlight

    .centerColumn {
    margin: 0 auto/*5px 0 5px*/;
    padding: 1em;
    font-size: 1.2em;
    width: 570px;
    }

  10. #250
    Join Date
    Jan 2005
    Location
    Winter Haven, FL
    Posts
    163
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Thanks Clde
    works like a charm

 

 
Page 25 of 70 FirstFirst ... 15232425262735 ... 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

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