Page 69 of 69 FirstFirst ... 1959676869
Results 681 to 687 of 687
  1. #681
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    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
    5,003
    Plugin Contributions
    6

    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.
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

  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
    5,003
    Plugin Contributions
    6

    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.
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

  6. #686
    Join Date
    Sep 2008
    Posts
    10
    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 !!

 

 
Page 69 of 69 FirstFirst ... 1959676869

Similar Threads

  1. Rustic Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 320
    Last Post: 20 May 2013, 10:47 AM
  2. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  3. Cherry Zen Template Support Thread
    By jettrue in forum Addon Templates
    Replies: 3235
    Last Post: 25 Apr 2013, 01:14 PM
  4. Lavender Template Support Thread
    By kobra in forum Addon Templates
    Replies: 248
    Last Post: 29 Jan 2012, 04:30 PM
  5. Glacial Age Template Support Thread
    By clydejones in forum Addon Templates
    Replies: 392
    Last Post: 22 Aug 2011, 04:15 PM

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
  •