- Posts: 18
COMMUNITY FORUM
put different image on each subcategory k2
- pablo
-
Topic Author
- Offline
- New Member
Less
More
11 years 7 months ago #117567
by pablo
put different image on each subcategory k2 was created by pablo
Good afternoon, I can not find how to post a different image to each subcategory k2, right next to the item title
Attached image of what I do.
Thank you very much.
Attached image of what I do.
Thank you very much.
Please Log in or Create an account to join the conversation.
- olsen
-
- Offline
- Elite Member
- Joomla and K2 Freelancer
11 years 7 months ago #117568
by olsen
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Replied by olsen on topic Re: put different image on each subcategory k2
Do you mean a different image of the category image itself??
rgds
PD. Entiendo que dices de situar una imagen diferente a la de la propia categoria?
rgds
PD. Entiendo que dices de situar una imagen diferente a la de la propia categoria?
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Please Log in or Create an account to join the conversation.
- pablo
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 18
11 years 7 months ago - 11 years 7 months ago #117569
by pablo
Replied by pablo on topic Re: put different image on each subcategory k2
Please Log in or Create an account to join the conversation.
- olsen
-
- Offline
- Elite Member
- Joomla and K2 Freelancer
11 years 7 months ago #117570
by olsen
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Replied by olsen on topic Re: put different image on each subcategory k2
This little image can be the category image itself. Edit each category and upload an image for each category. Then choose to display the category image for each category under its params.
Probably you will need some template adjustment to fit your design.
Probably you will need some template adjustment to fit your design.
Didn't solve your issues?? Why dont you consider hire me? Email me or contact me www.xevedigital.com for details
Please Log in or Create an account to join the conversation.
- pablo
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 18
11 years 7 months ago #117571
by pablo
Replied by pablo on topic Re: put different image on each subcategory k2
thanks for answering.
Excuse me but I understood you correctly. If I go in the category image not load next to the item, but within the category block.
Excuse me but I understood you correctly. If I go in the category image not load next to the item, but within the category block.
Please Log in or Create an account to join the conversation.
- pablo
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 18
11 years 7 months ago #117572
by pablo
Replied by pablo on topic Re: put different image on each subcategory k2
I copied the code Subcategory image:
<a class = "subCategoryImage" href = "<? php echo $ subcategory-> link;?>">
<img alt = "<? php echo K2HelperUtilities :: cleanHtml ($ subcategory-> name);?>" src = "<? php echo $ subcategory-> image;?>" />
</ a>
<? php endif;?>
<? php if ($ this-> params-> get ('subCatTitle')):?>
in <! - Subcategory title ->
<h2>
and at the moment I work.
I wanted to know if I have it right?
thanks
<a class = "subCategoryImage" href = "<? php echo $ subcategory-> link;?>">
<img alt = "<? php echo K2HelperUtilities :: cleanHtml ($ subcategory-> name);?>" src = "<? php echo $ subcategory-> image;?>" />
</ a>
<? php endif;?>
<? php if ($ this-> params-> get ('subCatTitle')):?>
in <! - Subcategory title ->
<h2>
and at the moment I work.
I wanted to know if I have it right?
thanks
Please Log in or Create an account to join the conversation.