In the Template Editor, Custom HTML tab, you have the following in your "Category List Cell" field:
Code:
<div align="center" style="width: 100%">[IF product_image]<p><a href="%product_link">%product_image</a></p>[/IF]
<p>
<a href="%product_link"><b>%product_title</b></a>
[IF product_price]<span class="gap">%product_price</span>[/IF]
[IF product_add]<span class="gap_button">%product_add</span>[/IF]
</p>
[IF product_description]%product_description[/IF]
[IF product_compare]<p>%product_compare</p>[/IF]
</div>
This is the HTML for the product list, not the category list. I think you've pasted it into the wrong field.
Developer :: Bluepark Solutions