Avatars by URL coll...
 
Notifications
Clear all

wpForo 1.x.x [Closed] Avatars by URL collapsed

5 Posts
2 Users
0 Likes
1,157 Views
Arskrigicioniec
Posts: 25
Topic starter
(@arskrigicioniec)
Eminent Member
Joined: 4 years ago

When I upload avatar with URL

 https://i.ibb.co/C0nP8Mm/1.png  

it's collapsed. When I load the same avatar through uploading, all is ok.

 

4 Replies
Alvina
Posts: 1869
Moderator
(@alvina)
Member
Joined: 4 years ago

Hi @arskrigicioniec,

Please leave the example URL to allow us to check it.

3 Replies
Arskrigicioniec
(@arskrigicioniec)
Joined: 4 years ago

Eminent Member
Posts: 25
Alvina
Moderator
(@alvina)
Joined: 4 years ago

Member
Posts: 1869

@arskrigicioniec,

Please navigate to Dashboard > Forums > Settings > Styling admin page, put the following CSS code in "Custom CSS Code" textarea:

#wpforo #wpforo-wrap .wpforo-profile-wrap .h-picture .avatar {
height: 156px !important;
width: 156px !important;
object-fit: cover !important;
}

Don't forget to delete all caches and press CTRL+F5(twice) on the frontend before checking.

Arskrigicioniec
(@arskrigicioniec)
Joined: 4 years ago

Eminent Member
Posts: 25

@alvina

It repairs the avatar on the forum but it doesn't repair the avatar on the site. In wpDiscuz comments or in a recent post widget, for example. Look at this forum widget now, I set that avatar 🙂 There is something wrong with the loading process, so the same avatar, loaded by file and by URL displays differently.