Notifications
Clear all

[Solved] User avatars not showing everywhere

3 Posts
2 Users
0 Reactions
337 Views
Roel Developer
Posts: 27
Topic starter
(@roel-developer)
Trusted Member
Joined: 7 months ago

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.

 

Topic Tags
2 Replies
BlackRaz
Posts: 406
Admin
(@blackraz)
Contributor
Joined: 8 years ago

Hi  @janvillaroel 
On your side, it appears that you have custom CSS within your theme files. Please refer to the attached image screenshot.

Roel Developer
Posts: 27
Topic starter
(@roel-developer)
Trusted Member
Joined: 7 months ago

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;

}