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] Problem loading page with FB login

2 Posts
2 Users
0 Reactions
2,170 Views
Vít Hofman
Posts: 139
Topic starter
(@vit-hofman)
Estimable Member
Joined: 7 years ago

Don't know why the page with FB login button loads so strangely for me? Especially when viewed on a mobile phone. That it seems to be flashing? It will increase, it will decrease. It's ugly. I can't figure it out.

I still have practically the same website. Where this doesn't happen. I've compared sites and I can't figure out where the difference is.
I also compared the used FB app and they are the same.

Thank you for your help.

https://ohsofficer.com/community/?foro=signin&redirect_to=https%3A%2F%2Fohsofficer.com%2Fcommunity%2F

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

@vit-hofman,

I don't see flashing. The only issue is the not-centered button. Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5. Use a new private / incognito browser tab to avoid mobile browser cache, otherwise you'll not see any changes:

#wpforo #wpforo-wrap .wpforo-login-wrap .wpf-field .wpf-field-wrap {position: relative;}
@media screen and (max-width:800px) {
     #wpforo #wpforo-wrap .wpforo-fb-login-wrap{padding: 5px 0;display: flex;justify-content: center;position: relative;}
}