pneeds Posted July 22, 2010 Share Posted July 22, 2010 Pictures attached below.I noticed the change after I changed the 'Subcategories' image size in the BO so that it's a bit larger to show 6 Subcategories rather than 8.I don't know how to keep my 'Subcategories' image size but change 'New Products' and 'Top Sellers' size to the standard measurements.Help please. I go live in a couple days.Thanks in advance. Link to comment Share on other sites More sharing options...
rocky Posted July 23, 2010 Share Posted July 23, 2010 You need to change the subcategory image size back to the size it was before, then create a new image size on the Preferences > Images tab just for the subcategory images, then edit the following lines 38-42 of category.tpl in your theme's directory: {if $subcategory.id_image} <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'medium')}" alt="" /> {else} <img src="{$img_cat_dir}default-medium.jpg" alt="" /> {/if} Change both 'medium' to the name of the image size you created. Link to comment Share on other sites More sharing options...
pneeds Posted July 23, 2010 Author Share Posted July 23, 2010 Perfect! Thank you very much rocky! Link to comment Share on other sites More sharing options...
Recommended Posts