Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] Some Avatars Appear squashed

5 Posts
2 Users
1 Reactions
2,145 Views
optical
Posts: 30
Topic starter
(@optical)
Eminent Member
Joined: 8 years ago

Hi,

On the side-bar recent posts/topics some members avatars are appearing squashed (see attached).

Rather than being round they take on an oval appearance some worse that others. Is there a reason for this and is there a way to stop it from happening.

4 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

Please navigate to Dashboard > Forums > Settings > Styles admin page, put this CSS code in CUstom CSS Code textarea, save it, delete all caches and do Ctrl+F5 on forum front:

.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img{ 
     width:3vw; height:3vw; max-width:3vw;
}
optical
Posts: 30
Topic starter
(@optical)
Eminent Member
Joined: 8 years ago

Hi Robert, followed your instructions unfortunately it made no difference to the members who had misshapen avatars.

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

I think You didn't delete cache properly. Also you didn't do Ctrl+F5 on forum front. In any case You can add !important statement to this CSS:

.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img{ 
     width:3vw!important; height:3vw!important; max-width:3vw!important;
}
optical
Posts: 30
Topic starter
(@optical)
Eminent Member
Joined: 8 years ago

Tried with the second statement

cleared cache, then ctrl&F5

..................it worked 😎 

Excellent! Once again you're a star Robert.