test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • timpennington Friend
    #730214

    I am using the “Trending Topic” module at header-1 and when I add items, the “intro text” doesn’t show, just the headline and photo … what do I need to change to get the intro text to show?

    tp

    Saguaros Moderator
    #746402

    Hi tp,

    You will need to customise a bit, here is my tweak:
    – Go to file: templatesja_teline_vhtmllayoutsjoomlacontentlinktopic.php
    – Above 2 last <div> tags, add this snippet of code:


    <?php if ($item->params->get('show_intro')) : ?>
    <aside class="article-aside">
    <?php echo $item->introtext; ?>
    </aside>
    <?php endif; ?>

    It looks like this: http://prntscr.com/8892mq

    However, this block for trending topics is so small, you will need to add style for nice look.

    timpennington Friend
    #746442

    On the demo page on Joomlart for Teline V, it has the intro text showing … so I don’t understand why I need to add new coding.

    Saguaros Moderator
    #746458

    You can check it again, it’s related topics.

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

This topic contains 4 replies, has 2 voices, and was last updated by  Saguaros 9 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum