Viewing 9 posts - 16 through 24 (of 24 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #838917

    I checked it from home page of your site and saw it’s working with the link under introtext: http://prntscr.com/9mb46x

    Besides that, don’t forget to clear cache of your browser and check it again.

    giusti2 Friend
    #838932

    Yes, you’re right … but it does not open the source link of the article in a new site … it only opens the article by itself.

    Ninja Lead Moderator
    #838937

    In this case, you can have a look at my solution here again and change it

    <a href="<?php echo $link; ?>" title="<?php echo $atitle ?>" class="item-link">

    to

    <a href="<?php echo $link; ?>" title="<?php echo $atitle ?>" class="item-link" target="_blank">

    Hope it helps

    giusti2 Friend
    #839016
    This reply has been marked as private.
    Ninja Lead Moderator
    #839686
    This reply has been marked as private.
    giusti2 Friend
    #841691
    This reply has been marked as private.
    Ninja Lead Moderator
    #843652

    @giusti: Can you give me the link to see "the intro text on the frontpage" on your site?

    giusti2 Friend
    #847746
    This reply has been marked as private.
    Ninja Lead Moderator
    #848439

    You have to make a custom on blog of com_content

    Open templates/ja_wall/html/com_content/category/blog_item.php file

    find and change

    <!-- Item content -->
    <div class="content item-content">
    <a href="<?php echo $link; ?>" title="<?php echo $atitle ?>" class="item-link"><?php echo $introtext; ?></a>
    </div>
    <!-- //Item content -->

    to

    <!-- Item content -->
    <div class="content item-content">
    <a href="<?php echo $link; ?>" title="<?php echo $atitle ?>" class="item-link"><?php echo $introtext; ?></a>
    <?php $urls = json_decode($this->item->urls);?>
    <a href="<?php echo $urls->urla; ?>" title="<?php echo $atitle ?>" class="item-link">Source Code</a>
    </div>
    <!-- //Item content -->

    Hope it helps

Viewing 9 posts - 16 through 24 (of 24 total)

This topic contains 23 replies, has 2 voices, and was last updated by  Ninja Lead 8 years, 4 months ago.

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