Notifications
Clear all

wpForo 1.x.x [Solved] Avatar social login problem

6 Posts
3 Users
0 Likes
1,379 Views
Vít Hofman
Posts: 139
Topic starter
(@vit-hofman)
Estimable Member
Joined: 5 years ago

Probably a template problem. I use divi. But for sure I will ask if you have no solution for me.

I have enabled social networking. I'm using the Super Socializer plugin. Members who register using facebook have a bigger avatar than members who register directly through wpForo.

All to see on https://bozpforum.cz on the right column. Recent topics.

5 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Put this CSS code in your theme styles.css or in  Top Admin Bar > Customize > Additional CSS textarea. Save it delete all caches and press Ctrl+F5 on website front-end:

.wpforo-widget-wrap .wpforo-widget-content .wpforo-list-item-left img {
     width: 3vw !important;
     height: 3vw !important;
     max-width: 100% !important;
}
4 Replies
Vít Hofman
(@vit-hofman)
Joined: 5 years ago

Estimable Member
Posts: 139

I use it, delete cache, but nothnig. Still bad. See picture.

 

Vít Hofman
(@vit-hofman)
Joined: 5 years ago

Estimable Member
Posts: 139

Solved. I use this code: 

 

.avatar {
width: 3vw !important;
height: 3vw !important;
max-width: 100% !important;
}
Vít Hofman
(@vit-hofman)
Joined: 5 years ago

Estimable Member
Posts: 139

Its not so simple. class .avatar is every avatar on website.

So a uptade the code:

.avatar {
max-width: 60px !important;
max-height: 60px !important;
}

.avatar-18 {
max-width: 20px !important;
max-height: 20px !important;
}

 

But still it is not 100% compatibile with old inernet explorel. And it's not a nice solution.
@Robert @Sofy If you think of something better, I'll be very happy.

Sofy
 Sofy
Admin
(@sofy)
Joined: 6 years ago

Support Team
Posts: 4233

Hi @vit-hofman,

Here is another solution provided by CrisW. Please check it out. 

https://wpforo.com/community/general-forums-bug-reports/avatars-on-the-threaded-layout-forum-page-as-viewed-on-internet-explorer-issue/#post-24753