![]() |
Image for Category Description
1 Attachment(s)
I have seen cart sites using an background image on category pages and I'm looking for a way to place a background image for each main category and have the title and text show up on top.
Does any one have any suggestions as to how to do this? I have attached an example for an idea of what I'm looking to achieve. |
Re: Image for Category Description
You can add these images as category images for each category. Then in subcategories.tpl you can set style to use as a background the image of this category
|
Re: Image for Category Description
This thread describes something that might be similar to what you are trying to do
|
Re: Image for Category Description
I wanted to post how I was able to accomplish this for anyone else wanting to do it. Once I made these changes all I had to was create a banner for each main category and upload the banner in the respected category.
I'm using CDSEO Pro on the site and I have created another template named dialog_h1.tpl to pull all the information for the categories I want to show the banner for and have an if statement not to show on the cats I do not want a banner for. You should be able to get the idea from the code below if you are not using CDSEO Pro. In your customer/main/subcategories.tpl look for Code:
{include file="dialog.tpl" title=$current_category.category content=$smarty.capture.dialog extra='width="100%"'} and I replace it with Code:
{* WCM - CDSEO Pro - Use Page Title in dialog.tpl *} which allows me to have more control over the title, you can find more information at https://www.websitecm.com/support/index.php?_m=knowledgebase&_a=viewarticle&kbarticl eid=71 this is my dialog_h1.tpl with the if statement for what cats I want the banner to show Code:
{if $current_category.categoryid eq 218 } Here is the CSS that I put in the skin1.css you can modify it to your liking Code:
/* Hope this helps |
Re: Image for Category Description
1 Attachment(s)
Here is an example of what it looks like
|
All times are GMT -8. The time now is 04:39 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.