Viewing 12 replies - 1 through 12 (of 12 total)
  • Thread Starter lalaloo

    (@lalaloo)

    Added note to the above : FB login button does appear under article posts with comments activated…not what I wanted but ok.

    My problem is that I use LOGIN WITH AJAX.
    The text shows up in the Login with Ajax register box “Register with your social ID”.
    But the FB button does not.

    Again, my site is ohso.red
    Appreciate any help.

    Plugin Author Heateor Support

    (@heateor)

    We just tried logging in (Name – Heateor-Tester) and found FB login working. Would you please check again?

    Thread Starter lalaloo

    (@lalaloo)

    Sorry. Cant see it. I just tried it and its not showing inside the Login with Ajax box.
    Tried with Firefox, Safari and Vivaldi.

    What can you suggest?

    Plugin Author Heateor Support

    (@heateor)

    To display Facebook login icon, place following CSS in Custom CSS option at Super Socializer > General Options page in admin area:

    .theChampFacebookLogin{
    	display: block !important;
    }

    Thread Starter lalaloo

    (@lalaloo)

    Thanks for your reply.

    I already had that in the general css settings. No joy.
    Buttons only show up in the wp-admin page, or, https://www.mysite.com/wp-admin/

    But it doesn’t show in the Login with Ajax box (though it did show in my last blog) and it doesn’t show in the “Register” box.

    Again, cleared all caches and tried on Safari, firefox and vivaldi.

    Plugin Author Heateor Support

    (@heateor)

    It’s happening because the CSS of login popup is overriding that of Social Login icon. To fix it, replace the previous CSS with following CSS:

    .theChampLogin{
       width: 35px !important;
       height: 35px !important;
    }
    .theChampFacebookLogin{
       display: block !important;
       background: #3C589A !important;
    }

    Thread Starter lalaloo

    (@lalaloo)

    Hooray. Success! Thank you so much.

    Plugin Author Heateor Support

    (@heateor)

    You’re welcome ??

    Hi,

    After sign-up at facebook , user is not returning to client site . It remains at facebook.

    I have configure the call back URL in App .

    Let me know about this.

    Plugin Author Heateor Support

    (@heateor)

    Hi @sukhwinder1389,

    Would you let us know your website url so that we can check what’s wrong?

    I am having a similar issue to the OP. I am testing this at visionsforlearning.org. I tried the second .css suggestion above with no success. Is there something site-specific needed in that to work?

    On the login screen, I get a Facebook button and the cursor changes on hover-over. But clicking does nothing.

    Thanks in advance for any thoughts.

    • This reply was modified 7 years, 5 months ago by humanjhawkins. Reason: Corrected issue description detail
    Plugin Author Heateor Support

    (@heateor)

    @humanjhawkins
    Would you enable social login at your website so that we can check what’s wrong?

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Facebook login not working’ is closed to new replies.