Search the Community
Showing results for tags 'Category Image'.
-
Hello, Can anyone help me how to get the category source image? I have this in my content.category.php <h2>{$category.cat_name}</h2> {if isset($category.image)} <div id="category_image"> <a href="{$category.image}" target="_blank"> <img src="{$category.image}" alt="{$category.cat_name}" id="preview" /> </a> </div> {/if} ... but this opens the image from the cache. I want to be able to display the source image. Please help. Thanks
-
Hello fellow cubecarters, I am developing a new skin based on Crosshatch 5.2.5 and have the following issue to resolve: I'm looking for a way to to keep a sub category image (Thumbnail) visible on a subcategory page while removing its larger 'category image' version from the corresponding product listing page when clicked through. I like the idea of clicking on an image to access a sub category but find that the larger version of the same image which displays on the corresponding product listing page really obtrusive. I'm able to hide the category image with CSS on the product listing pages but this removes all larger versions found on all other subcategory pages. Reason being that the larger category image rendered on product listing pages and category pages all share the same ID. I need a unique marker to target it with so that i cant deal with it separately over the array of different category levels. Can anyone offer a fix? Many thanks in advance.