Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #988371

    Hi,

    You can use this way to add the Readmore link on JA Content Popup module

    Open modules/mod_jacontentpopup/tmpl/default_item.php file and add the script as my screenshot: http://prntscr.com/da7has

    <a <?php echo $target;?> href="<?php echo $row->link;?>" title="<?php echo isset($row->subtitle)?htmlspecialchars($row->subtitle):htmlspecialchars($row->title);?>" data-ref="<?php echo $ref;?>">
        <span><?php echo JText::_('COM_CONTENT_READ_MORE_TITLE');?></span>
    </a>

    Hope it helps

    Regards

    miciba Friend
    #989042

    Thanks a lot – that’s exactly what I was looking for – and it works fine!

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

This topic contains 2 replies, has 2 voices, and was last updated by  miciba 7 years, 5 months ago.

The topic ‘Read more’ is closed to new replies.