By Roman Lipatov on Monday, 12 July 2021
Posted in General Issues
Replies 9
Likes 0
Views 822
Votes 0
Hello.
I need to remove introtext in category view.
I have set Zero in Maximum Characters field, but it's not working.

Hi Roman,

There is no setting that can remove the introtext from single category view. However, you can hide it using custom css. Example below which you can apply to your custom css file.

#eb.eb-view-categories.eb-layout-listings .eb-blog-grid__body {
display: none;
}
·
Monday, 12 July 2021 18:12
·
0 Likes
·
0 Votes
·
0 Comments
·
There is no setting that can remove the introtext from single category view. However, you can hide it using custom css.


Very bad idea...
Search engines bots can index this text. And can see, that it's hidden. It will look like spam for bots.
·
Friday, 21 January 2022 23:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Roman,

If that's the case, you can remove the content by template overriding one of the theme files from the themes section(attached).
·
Monday, 24 January 2022 11:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Roman,

If that's the case, you can remove the content by template overriding one of the theme files from the themes section(attached).


I can edit this file right in admin panel and it will be overrided?
No need to create copied files in my template/html?
·
Tuesday, 01 February 2022 00:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Roman,

If you edit this with the template editor from EasyBlog, it will generate the files for you automatically so you do not need to manually copy anything.
·
Tuesday, 01 February 2022 16:00
·
0 Likes
·
0 Votes
·
0 Comments
·
Hmmm...
No any editor here:

·
Friday, 11 February 2022 19:32
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, I did it manually.
I copied
/components/com_easyblog/themes/wireframe/helpers/post/list/content.php

to

/templates/g5_helium/html/com_easyblog/helpers/post/list/content.php

and removed <?php echo $content; ?>

no any effect.

intro text still displays.
·
Friday, 11 February 2022 20:08
·
0 Likes
·
0 Votes
·
0 Comments
·
OK. You gave wrong path.

Correct is /components/com_easyblog/themes/wireframe/listing/simple.php

New problem is that in wireframe cards not displays ratings, hits, etc.
·
Friday, 11 February 2022 20:10
·
0 Likes
·
0 Votes
·
0 Comments
·
If you have other issues, please start a new ticket.
·
Saturday, 12 February 2022 11:23
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post