Avatars by URL coll...
 
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] Avatars by URL collapsed

5 Posts
2 Users
0 Reactions
1,391 Views
Arskrigicioniec
Posts: 25
Topic starter
(@arskrigicioniec)
Eminent Member
Joined: 6 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: 1861
Moderator
(@alvina)
Member
Joined: 6 years ago

Hi @arskrigicioniec,

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

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

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

Member
Posts: 1861

@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: 6 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.