By Sarah Harris on Friday, 31 July 2015
Posted in General Issues
Replies 7
Likes 0
Views 864
Votes 0
Hello,
I would like to have the text formatting stripped when in listing view so that all the listings are uniform. I have attached a screenshot of how when the blog post starts out with the font enlarged for such thing like as a heading and it appears in the same large format on the listing page. This makes it stand out from the others and people could also make fonts different color, etc.

Please let me know if stripping font formatting in listing view is possible.

Thanks
Hey Sarah,

That post that you are referring to is a post created when you installed EasyBlog. The automated truncation isn't kicking in for that post because we explicitly defined a readmore in the post. With read more present, EasyBlog will not truncate anything

However, you can customize the theme file in /components/com_easyblog/themes/origami/blogs/latest/default.main.php and at line 147 locate the codes below,


<?php echo $post->getIntro();?>


Replace it with the following,


<?php echo $post->getIntro(true);?>
·
Friday, 31 July 2015 11:52
·
0 Likes
·
0 Votes
·
0 Comments
·
You will need to turn on the truncation settings under Settings > Layout > Truncation and truncate them by characters
·
Friday, 31 July 2015 01:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello, thank you for your quick reply.
I do have truncation turned on and I have truncate them by characters. But the formatting still persists.
·
Friday, 31 July 2015 02:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Sarah,

Have you enabled this setting: http://screencast.com/t/aLj47wJ7fd ? If you have already did and the formatting still there, can you provide us your backend and FTP access so we can have a better look on your issue here?
·
Friday, 31 July 2015 11:04
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Nick,
Yes. I have have that setting enabled. My info is included.
·
Friday, 31 July 2015 11:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you for the explanation. Since this is the original post and we will move forward without the read more feature so truncation should work fine.

Again, thanks for your prompt response.
·
Friday, 31 July 2015 12:05
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Sarah
·
Friday, 31 July 2015 12:12
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post