Notifications
Clear all

wpForo 1.x.x [Solved] facebook login on mobile not showing

19 Posts
7 Users
3 Reactions
15.7 K Views
Robert
Posts: 10591
Admin
(@robert)
Support Team
Joined: 9 years ago

Please try this small CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Code Textarea. Save it delete all caches, do Ctrl+F5 on forum front-end. Then test it on other mobile devices. Because mobile browsers have a hard cache, you'll not be able see the change immediately.

.fb_iframe_widget iframe {
     position: relative!important;
}

Also please don't use Private Session of mobile browsers. Facebook doesn't allow use Login Button on private sessions, it doesn't allow use Cookies so make sure you use regular (default) mode of mobile browser.

 

2 Replies
(@marcodiversi)
Joined: 6 years ago

New Member
Posts: 3

no way!!

IT WORKS PERFECTLY!

thanks a lot, 

 

(@hector)
Joined: 6 years ago

Estimable Member
Posts: 108
Posted by: @robert

Please try this small CSS code. Put it in Dashboard > Forums > Settings > Styles > Custom CSS Code Textarea. Save it delete all caches, do Ctrl+F5 on forum front-end. Then test it on other mobile devices. Because mobile browsers have a hard cache, you'll not be able see the change immediately.

.fb_iframe_widget iframe {
     position: relative!important;
}

Also please don't use Private Session of mobile browsers. Facebook doesn't allow use Login Button on private sessions, it doesn't allow use Cookies so make sure you use regular (default) mode of mobile browser.

 

Excellent!!!

It worked for me.

Thank you.

 

Posts: 4
(@connor1200)
Active Member
Joined: 6 years ago

I had the same issue and it worked for me! 

What is the code to center the facebook button? It is on the left side on all my devices and computer browser.

 

thanks,

 

connor

1 Reply
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10591
Posted by: connor1200

I had the same issue and it worked for me! 

What is the code to center the facebook button? It is on the left side on all my devices and computer browser.

Hi Connor,

Please leave your forum login page URL I'll try to help you.

Posts: 4
(@connor1200)
Active Member
Joined: 6 years ago

Hello Robert,

 

Here is the Login below:

https://www.ballingaming.com/community/?wpforo=signin

Just trying to get the blue Facebook Button centered.

 

Thank you,

Connor

1 Reply
Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10591
Posted by: connor1200

Hello Robert,

Here is the Login below:

https://www.ballingaming.com/community/?wpforo=signin

Just trying to get the blue Facebook Button centered.

Thank you,

Connor

Hi Connor,

Please follow to this instruction, don't forget delete all caches and use private session of mobile browsers when you check it after each change, because mobile browser cache is very hard, you'll not be able s=to see the result: https://wpforo.com/community/how-to-and-troubleshooting-2/facebook-login-on-mobile-not-showing/#post-18807

Also put this CSS code to make it aligned to center on desktop/PC:

#wpforo #wpforo-wrap .fb_iframe_widget, #wpforo #wpforo-wrap .fb_iframe_widget span {
width: auto;
}
teknocevap
Posts: 1
(@teknocevap)
New Member
Joined: 3 years ago

To solve this problem, all you have to do is add the code below to the Additional CSS field in the Customize section of your Theme;

.fb_iframe_widget_fluid {
    display: inline-block !important;
    margin-top: 10px !important;
}

 

(I'm sorry for my bad english 🙂

 

Page 3 / 3