Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • fabridelo Friend
    #198542

    Hello

    I have small problem in my articles when click on “read all” the articles no open in all page but show the second part (like in images)
    where i wrong?

    thanks


    1. Immagine1
    2. Immagine2
    Ninja Lead Moderator
    #538317

    We customize the detail article page a bit in Purity III template. If you want to show the details of article, you can try this workaround:

    Open templates/purity_iii/html/com_content/article/default.php file

    Change


    <section class="article-content clearfix">
    <?php echo $this->item->text; ?>
    </section>

    To

    <section class="article-content clearfix">
    <?php echo $this->item->fulltext; ?>
    </section>

    Let me know if it helps

    fabridelo Friend
    #538740

    yes work!!!!!

    Thanks a lot

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

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

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