AI Search
Classic Search
Notifications
Clear all
How-to and Troubleshooting - wpForo 2.0
3
Posts
2
Users
0
Reactions
1,557
Views
Jan 22, 2024 8:04 pm
Hi to all.
The avatars set by users are not displaying in the forums. Here is a link to my test site
https://tabletennis.roelbuilds.com/community/
Under "Forum Participants", there's supposed to be displayed avatars. Under
My Profile" on the sidebar its not also showing the avatar.
My troubleshooting process:
(1) I check on User Groups. The front-can view avatars is checked (please check image)
(2) Under Settings > Discussion "The Show Avatars" is also checked.
(3) I checked on my installed plugins. There is no cache plugins.
2 Replies
Jan 23, 2024 2:33 am
Hi @blackraz,
Yeah I did. The custom CSS was for another plugin that I didn't want to show their avatar. This problem is already fixed. 🙂
Solution was:
Remove custom CSS
.avatar {
display: none;
}

