Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • otmar Friend
    #160946

    Hello!

    I want to remove the article-images from the bloglayout on the JA Community Plus template. Please can you help me.

    Thank you.
    Otmar

    aman204 Friend
    #379473

    Can you please eloborate as to what you need. Do you mainly wish to refer to image class ?

    otmar Friend
    #379506

    Please see on the attachment.

    Otmar


    1. article-image
    aman204 Friend
    #379517

    <em>@otmar 225267 wrote:</em><blockquote>Please see on the attachment.

    Otmar</blockquote>

    You can simply add your image after system-readmore code i.e.

    <hr id=”system-readmore” />

    and it will tend to not appear with intro text

    otmar Friend
    #379892

    Sorry for my late response.
    For short articles i do not want to use the “system-readmore”. Is there a nother way to remove the article-imnage.

    Thank you
    Otmar

    aman204 Friend
    #379894

    <em>@otmar 225796 wrote:</em><blockquote>Sorry for my late response.
    For short articles i do not want to use the “system-readmore”. Is there a nother way to remove the article-imnage.

    Thank you
    Otmar</blockquote>

    You can go to /templates/ja_community_plus/html/com_content/category/blog_item.php file and change this::

    <?php if ($image) : ?>
    <div class=”article-image”>
    <?php echo $image ?>
    </div>
    <?php endif; ?>

    to

    <?php if ($image) : ?>
    <?php echo $image ?>
    <?php endif; ?>

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

This topic contains 6 replies, has 2 voices, and was last updated by  aman204 13 years, 8 months ago.

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