Notifications
Clear all

[Solved] Hide Avatars in Recent Comment Widget

2 Posts
2 Users
1 Likes
2,030 Views
Posts: 5
Customer
Topic starter
(@infober-art-nl)
Member
Joined: 5 years ago

Hi,

This i my first Question, so let me say I like wpDiscuz very much! 🙂

1) Is it possible (via CSS) to hide the Avatars in the Recent Comment Widget?
2) Is it possible to set the length (number of words in shortened excerpts) in characters instead of words? maybe something for the next update?
3) Is it an idea (or possible) the put the #number of Active Comment Threads (and Most Commented Posts) so like you did on Most Active Commenters 😉
inside the black circle instead of below? Of at least next to it so that it does not get to long ...

Thx in advance ...

1 Reply
Astghik
Posts: 5872
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Thank you @infober-art-nl,

 1) Is it possible (via CSS) to hide the Avatars in the Recent Comment Widget?

Yes, It is possible, please use the following CSS code, add it in Dashboard > Comments > Settings > Addons > Widgets > "Widget custom CSS" textarea, save it, delete all caches, do CTRL+F5 on frontend.

.popular-comment-author-avatar-box {
display: none;
}

2) Is it possible to set the length (number of words in shortened excerpts) in characters instead of words? maybe something for the next update?

We'll take it into consideration for future releases.

Is it an idea (or possible) the put the #number of Active Comment Threads (and Most Commented Posts) so like you did on Most Active Commenters 
inside the black circle instead of below?

I'm sorry, but I don't follow you. Could you please explain using some screenshots. 

Reply
Share:
Scroll to top