AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Closed] Problem loading page with FB login

2 Posts
2 Users
0 Reactions
2,694 Views
Vít Hofman
Posts: 139
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@vit-hofman)
Estimable Member
Joined: 7 years ago
[#17821]

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: 10730
Admin
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@robert)
Support Team
Joined: 2 months 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;}
}

Share: