Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
thomasjr32
Expanded Category List
You should check the support thread for this mod.
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
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.
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
dbltoe
@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
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.
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
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 -->
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 !!
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
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
FredZ
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
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
picaflor-azul
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
Quote:
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