Keyword

link the categorie with the image category

  • diana santos
  • diana santos's Avatar Topic Author
  • Offline
  • New Member
More
11 years 11 months ago #106141 by diana santos
link the categorie with the image category was created by diana santos
url: [url=http://]www.sabinashidalgo.gob.mx[/url]

Hi im triying to make a latest items by category, i want to link the category with the image above the category title, can a do this?, i upload the category image but cant find an option so this image can be the direct link to the category.

Thanks

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #106142 by william white
Replied by william white on topic Re: link the categorie with the image category
after you upload the category image and save the category, you should see an icon on the right in the image column.
Go to the category settings in category view and set image to show
create a menu link to the category and the image should show

Please Log in or Create an account to join the conversation.

  • diana santos
  • diana santos's Avatar Topic Author
  • Offline
  • New Member
More
11 years 11 months ago #106143 by diana santos
Replied by diana santos on topic Re: link the categorie with the image category
yes its shows, but i want that you can click on that image and goes to the category page.

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago - 11 years 11 months ago #106144 by william white
Replied by william white on topic Re: link the categorie with the image category
This is the code from category.php that makes the title go to the link

<a href="<?php echo $subCategory->link; ?>">
<?php echo $subCategory->name; ?><?php if($this->params->get('subCatTitleItemCounter')) echo ' ('.$subCategory->numOfItems.')'; ?>
</a>


this is the code that displays the subcategory image

<a class="subCategoryImage" href="<?php echo $subCategory->link; ?>">
<img alt="<?php echo K2HelperUtilities::cleanHtml($subCategory->name); ?>" src="<?php echo $subCategory->image; ?>" />
</a>


You may have to create an override and change the code that displays the image to include a href in the tag

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum