-
AuthorPosts
-
March 3, 2011 at 9:14 am #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.
Otmaraman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 3, 2011 at 10:49 am #379473Can you please eloborate as to what you need. Do you mainly wish to refer to image class ?
March 3, 2011 at 4:00 pm #379506aman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 3, 2011 at 5:27 pm #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
1 user says Thank You to aman204 for this useful post
March 6, 2011 at 9:32 am #379892Sorry 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
Otmaraman204 Friendaman204
- Join date:
- January 2010
- Posts:
- 1945
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 11
- Thanked:
- 418 times in 356 posts
March 6, 2011 at 10:50 am #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; ?>1 user says Thank You to aman204 for this useful post
AuthorPostsViewing 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
Remove article-image from the template ja-community
Viewing 6 posts - 1 through 6 (of 6 total)