Keyword

Photo/Video/File icon after K2 article title

  • Raivis Kapteinis-Miezeris
  • Raivis Kapteinis-Miezeris's Avatar Topic Author
  • Offline
  • New Member
More
4 years 8 months ago #172723 by Raivis Kapteinis-Miezeris
Photo/Video/File icon after K2 article title was created by Raivis Kapteinis-Miezeris
Hello!
Is there any solution how to add icon after K2 article title?

See attachment..
Attachments:

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

More
4 years 8 months ago - 4 years 8 months ago #172731 by JoomlaWorks
Replied by JoomlaWorks on topic Photo/Video/File icon after K2 article title
This requires basic knowledge of CSS. If you're OK with that, simply edit the 2 template overrides in K2 (item.php and category_item.php) after you copy them inside your template structure. When you edit them, just locate the relevant code and move it as you like.

If you want to print an icon if a video exists, just use this PHP code:
<?php if(!empty($this->item->video)): ?>
    <i>Some icon here</i>
<?php endif; ?>

Learn how to copy the source K2 template overrides to your Joomla template here: getk2.org/documentation/tutorials/174-templating-with-k2-and-the-concepts-of-sub-templates

Fotis / JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Last edit: 4 years 8 months ago by JoomlaWorks.

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


Powered by Kunena Forum