Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Saguaros Moderator
    #965706

    @zoohayr

    You will need to customize Articles Category module a little bit. Here is my tweak:

    • Go to file: ROOT/templates/ja_moviemax/html/mod_articles_category/articlelist.php
    • Look for ‘article-info’ div and add code rendering tags:
      <?php if ($params->get('show_tags', 1) && !empty($item->tags)) : ?>
      <dd class="article-tags">
      <?php echo JLayoutHelper::render('joomla.content.tags', $item->tags->itemTags); ?>
      </dd>
      <?php endif; ?>

    It looks like this: http://prntscr.com/cebvaf (I attach this file below so you can have a look)

    • Go to file: ROOT/templates/ja_moviemax/css/custom.css (create this file if it doesn’t exist)
      And add this css rule:

      .article-list .item-content .article-aside .article-info {
      width: 100%;
      }

    1. articlelist.php_.zip
    zoohayr Friend
    #965762

    thank you very much "Saguaros". your code works fine.

    but I have little problem that will freak me! can I ask you ?

    Saguaros Moderator
    #965798

    If it relates to our product, just let us know.

    zoohayr Friend
    #965811
    This reply has been marked as private.
    zoohayr Friend
    #965847

    Hi,
    after searching, I think the problem has been solved 🙂

    thank you so much

    Saguaros Moderator
    #965869

    Glad to hear that!

    Have a nice day!!!

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Saguaros 8 years, 2 months ago.

The topic ‘display tags !’ is closed to new replies.