Notifications
Clear all

[Solved] User avatars not showing everywhere

3 Posts
2 Users
0 Reactions
962 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: 396
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;

}