Page 1 of 1

Electronic Blue theme

Posted: Fri Oct 01, 2010 12:05 am
by creativa

Re: Electronic Blue theme

Posted: Thu Nov 04, 2010 7:43 am
by Maansy
Nicely done. Good job

Re: Electronic Blue theme

Posted: Thu Nov 04, 2010 7:45 am
by Qphoria
oh hell ya.. i am loving this theme

Re: Electronic Blue theme

Posted: Fri Jan 14, 2011 4:56 am
by Ascagne
Nice template but i have a small problem

My website http://www.scooterhelmen.nl has this template, and i have a little problem that the template is not showing the blue border around the productpage of the sub-categories. When the main category is selected it works fine.

Any ideas ?

Re: Electronic Blue theme

Posted: Fri Jan 14, 2011 5:49 am
by Chones
In v1.4.9.3 the image part of the category template was removed. I'm guessing you are using v1.4.9.3 and this is a v1.4.9.1 template.

In template > product > category.tpl find

Code: Select all

<table style="padding-bottom:10px;">
	  <tr>
	    <?php if ($thumb) { ?>
        <td><img src="<?php echo $thumb; ?>" alt="<?php echo $heading_title; ?>" /></td>	  
        <?php } ?>
        <?php if ($description) { ?>
	    <td><?php echo $description; ?></td>
	    <?php } ?>
	  </tr>
</table>
Change it to this

Code: Select all

<?php if ($description) { ?>
	<div><?php echo $description; ?></div>
<?php } ?>
That should work.

Re: Electronic Blue theme

Posted: Fri Jan 14, 2011 6:09 am
by creativa
Hi Ascagne, I have send PM with the fixed files.
Thank you and excuseme the annoyances.

Re: Electronic Blue theme

Posted: Fri Jan 14, 2011 7:07 am
by Ascagne
Great Template, superfast replies to my little problem.......thanks