Notifications
Clear all

[Solved] User avatars not showing everywhere

3 Posts
2 Users
0 Reactions
969 Views
Roel Developer
Posts: 34
Topic starter
(@roel-developer)
Trusted Member
Joined: 2 years 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: 395
Admin
(@blackraz)
Contributor
Joined: 9 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: 34
Topic starter
(@roel-developer)
Trusted Member
Joined: 2 years 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;

}