Page 69 of 70 FirstFirst ... 195967686970 LastLast
Results 681 to 690 of 691
  1. #681
    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 thomasjr32 View Post
    Expanded Category List
    You should check the support thread for this mod.

  2. #682

    Default Re: Cold Steel Template Support Thread

    Website: http://voluptupuss.co.uk/

    Hey there,

    I've been following this whole thread after googling about how to put in the right coloumn. As you can see I have put it in, but my middle bit doesn't stretch quite far enough to have the white behind it.

    I've been trying to work it out, and don't want to resort to shrinking my images in the middle and pulling it across as the middle is the right width for me it's just the sides that need work.

    Thanks for any help

    With love
    Gothi

  3. #683
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,133
    Plugin Contributions
    11

    Default Re: Cold Steel Template Support Thread

    @gothicat,
    You may not know it, but Clyde passed away suddenly, just two days after his last post.
    He was such a help to all of us in the Zen Cart community.
    We were installing Zen Cart 1.5.0 on two of our newest sites and the customers both picked Cold Steel as their choice of template.
    I know that Clyde was actively involved in making sure both his and other mods were able to be used with the new release. Just over two weeks prior to his passing, he was reporting compatible mods to the community.
    Zen Cart version 1.5.0 has several minor and major changes.
    Cold Steel will work as it is with 1.5 but, we felt we needed to pay it forward for Clyde.
    A modified version of Cold Steel has been submitted to the Free Software Add Ons section and should be available in a few days.
    Anyone needing the files prior to the release should PM me.

  4. #684
    Join Date
    May 2011
    Location
    Sunny Rossendale (not)
    Posts
    556
    Plugin Contributions
    2

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by dbltoe View Post
    @gothicat,
    You may not know it, but Clyde passed away suddenly, just two days after his last post.
    He was such a help to all of us in the Zen Cart community.
    We were installing Zen Cart 1.5.0 on two of our newest sites and the customers both picked Cold Steel as their choice of template.
    I know that Clyde was actively involved in making sure both his and other mods were able to be used with the new release. Just over two weeks prior to his passing, he was reporting compatible mods to the community.
    Zen Cart version 1.5.0 has several minor and major changes.
    Cold Steel will work as it is with 1.5 but, we felt we needed to pay it forward for Clyde.
    A modified version of Cold Steel has been submitted to the Free Software Add Ons section and should be available in a few days.
    Anyone needing the files prior to the release should PM me.
    [/B]

    Got me thinking now I use clydes Comstock template it seems to be ok on 1.5 but is there something I should look for
    What ever your doing remember to KISS ( Keep It Simple Stupid )

  5. #685
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,133
    Plugin Contributions
    11

    Default Re: Cold Steel Template Support Thread

    One of the things I did was compare the pages used in Cold Steel to the list of changed pages for version 1.5.0.

    Go to yourdomain/docs/index.html and the shrink wrap comes off the manual. You should familiarize yourself with all of them, but items 6 and 7 will help you see which files need to be compared with the ones in Comstock.

  6. #686
    Join Date
    Sep 2008
    Posts
    15
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    I was looking for exactly this solution. Thank you. I would note that when I did an "exact" search using jEdit for that paragraph it did not find it. I found it by searching for part of one line of code, and then comparing to see if it was substantially the same. I backed up the original file as .php.old on the server. Cut and paste the change you suggested, and uploaded the file. It worked the first time. Again. Thank you.



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

    Find the following section of code

    PHP Code:
    <!--bof- banner #6 display -->
    <!--<?php
    //  if (SHOW_BANNERS_GROUP_SET6 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET6)) {
    //    if ($banner->RecordCount() > 0) {
    ?>-->
    <!--<div id="bannerSix" class="banners"><?php echo zen_display_banner('static'$banner); ?></div>-->
    <!--<?php
    //    }
    //  }
    ?>-->
    <!--eof- banner #6 display -->
    And replace it with the following code:

    PHP Code:
    <!--bof- banner #6 display -->
    <?php
      
    if (SHOW_BANNERS_GROUP_SET6 != '' && $banner zen_banner_exists('dynamic'SHOW_BANNERS_GROUP_SET6)) {
        if (
    $banner->RecordCount() > 0) {
    ?>
    <div id="bannerSix" class="banners"><?php echo zen_display_banner('static'$banner); ?></div>-->
    <?php
        
    }
      }
    ?>
    <!--eof- banner #6 display -->

  7. #687
    Join Date
    Sep 2011
    Location
    Glasgow
    Posts
    5
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    New installation v1.50 with Cold Steel Template - other Zen Cart installations (v1.39) have differing Templates on same Server no problem.

    Main issue is HTML selected as eMail option, all eMails being received as Plain Text !!

  8. #688
    Join Date
    Jan 2007
    Posts
    66
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Hello all

    I'm new to ZC but thought I would give it a go.
    I install this template on ZC 1.51 as I wanted something responsive for my mobile customers.
    However I have found it isn't responsive at all.
    To explain: When I access the site via a desktop it appears correct. But when I access it via my iPhone (iOS7) it appears again as a standard site and not as a mobile site.

    I'm sure I'm doing something wrong but have no idea what to look for.

    So here's what I've got.
    ZC 1.51 virgin install.
    Responsive Cold Steel Plugin.
    That's it. Just checking out lots of things on a test server before I decide on what I am going to make live.
    The site is hosted on a secondary wheezy server that has multiple sites installed including many other responsive sites on various CMS platforms.

    Any thoughts would be most appreciated.

    Regards

    Fred

  9. #689
    Join Date
    Jul 2009
    Location
    picaflor-azul.com
    Posts
    6,930
    Plugin Contributions
    45

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by FredZ View Post
    Hello all

    I'm new to ZC but thought I would give it a go.
    I install this template on ZC 1.51 as I wanted something responsive for my mobile customers.
    However I have found it isn't responsive at all.
    To explain: When I access the site via a desktop it appears correct. But when I access it via my iPhone (iOS7) it appears again as a standard site and not as a mobile site.

    I'm sure I'm doing something wrong but have no idea what to look for.

    So here's what I've got.
    ZC 1.51 virgin install.
    Responsive Cold Steel Plugin.
    That's it. Just checking out lots of things on a test server before I decide on what I am going to make live.
    The site is hosted on a secondary wheezy server that has multiple sites installed including many other responsive sites on various CMS platforms.

    Any thoughts would be most appreciated.

    Regards

    Fred

    Zen cart is not responsive out of the box. If you want your site to be responsive you will need to install one of the responsive zen cart templates. Check the plugins section for some free ones.

    Thanks,

    Anne

  10. #690
    Join Date
    Jan 2007
    Posts
    66
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by picaflor-azul View Post
    Zen cart is not responsive out of the box. If you want your site to be responsive you will need to install one of the responsive zen cart templates. Check the plugins section for some free ones.

    Thanks,

    Anne
    So here's what I've got.
    ZC 1.51 virgin install.
    Responsive Cold Steel Plugin.
    I'm sure that the Responsive Cold Steel Plugin is a responsive plugin.

    Regards

    Fred

 

 
Page 69 of 70 FirstFirst ... 195967686970 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