test
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • torotto Friend
    #199279

    I need to use multiple pictures in articles, and to position them inline right and left of the text.
    I use the image tool in JCK for resizing and positioning.
    JA Decor is a nice template, but I might need to abandone it because of this problem.

    Ninja Lead Moderator
    #540770

    To get that, you can give it a try as follows:

    + Add many images into any article

    + Open the templates/ja_decor/html/com_content/article/default.php file

    Find and change:

    <section class="article-content clearfix">
    <div class="article-introtext">
    <?php
    echo DecorHelper::photogallery($this->item->text);
    ?></div>
    </section>

    To:

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

    Let me know if it helps.

    torotto Friend
    #540797

    Thanks, it´s good. This code also helped me in another thread about Simple Image Gallery Pro.

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

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

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