By Alain Badan on Saturday, 26 March 2016
Posted in Technical Issues
Likes 0
Views 308
Votes 0
Hello,

I deleted all the articles in easyblog but there is still this strange graph https://www.eveil.me/blog

How to delete it ?

Thank you.
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

The reason why it shown graph message is because system detected no any post available in your site.

If you really want to remove it, you have to add this following custom css into your current template css file to hide it :

div#fd.eb .eb-empty {
display: none !important;
}
·
Sunday, 27 March 2016 13:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Alain,

This is actually an "empty" message but if you want to remove this, you can remove it from the theme file located at /components/com_easyblog/themes/wireframe/blogs/latest/default.php and remove the codes below,

·
Sunday, 27 March 2016 13:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Ok, thank you
·
Monday, 28 March 2016 22:21
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome Alain
·
Monday, 28 March 2016 23:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post