The image is not resized on the taxonomy page leaving it up to the css to scale the image.
| Comment | File | Size | Author |
|---|---|---|---|
| Skærmbillede 2012-09-18 kl. 11.48.29.png | 36.26 KB | lsolesen |
The image is not resized on the taxonomy page leaving it up to the css to scale the image.
| Comment | File | Size | Author |
|---|---|---|---|
| Skærmbillede 2012-09-18 kl. 11.48.29.png | 36.26 KB | lsolesen |
Comments
Comment #1
lsolesen commentedComment #2
vasikeThe collection pages are customized by Commerce Kickstart Taxonomy and they are not using at all the Display (view mode) of Term page.
So there we have 1 page view (admin/structure/views/view/collection_products/edit/page) which is a list of the nodes for the Collection Term grouped by Category
+ header for this View where we have a Views Block (admin/structure/views/view/collection_products/edit/block_1) to get Categories available for the Collection Term.
So actually the Collection term data (as collection banner image) are added in the "views-view--collection-products--page.tpl.php" template using a hook_preprocess_views_view() function to set the template variables.
So you could do the same approach for your needs - theme overriding for this View template.