FaceBook Login Issue - by Bigspecialk - on WordPress WooCommerce support

This topic has 3 replies, 2 voices, and was last updated 5 years, 5 months ago ago by Rose Tyler

  • Avatar: Bigspecialk
    Bigspecialk
    Participant
    November 15, 2018 at 03:23

    I am having an issue getting the Facebook login to work. I have entered the data as you suggested in the documentation, but still get the error.

    links to the screen shots are in the private message.

    Please, contact administrator
    for this information.
    2 Answers
    Avatar: Bigspecialk
    Bigspecialk
    Participant
    November 15, 2018 at 03:25

    Is there a way to have the FaceBook login directly below the Login Box instead of on its own line?

    In the Private Content section I have attached a screen shot. I would like it to display under the box.

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 15, 2018 at 09:01

    Hello,

    1) //facebook/int_callback/https://xstore.helpscoutdocs.com/article/87-facebook-login
    Also, check if file_get_contents() function is enabled in the server configuration and increase max input vars limit on your server to 3000.
    Reply back after these actions and provide admin panel and FTP access to your site it FB login still does not work.
    2) You can add this code in Theme Options > Custom css > Global custom css:

    .et-facebook-login-wrapper {
        text-align:  left;
        position:  absolute;
        bottom: 0;
    }
    @media only screen and (max-width: 991px) {
        .et-facebook-login-wrapper {
            bottom: -9%;
        }
    }
    @media only screen and (max-width: 480px) {
        .et-facebook-login-wrapper {
            bottom: -5%;
        }
    }

    Regards

  • Viewing 3 results - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.