• Resolved prathimeshbpd

    (@prathimeshbpd)


    Hi,

    I am trying to use your plugin for social login, but getting some error.

    When you go on my website you will see “Sign in/Join” button right upper corner in top bar section, click there you will see two “Continue with Google” buttons, Why its showing two buttons. This is first issue, i will share screenshot also.

    Screenshot: https://ibb.co/zXjMJ5Y

    Second is when i try to login with default login form “https://staging.expresscomputer.in/ecaccess” and use login with google its creates account if account wont exists but it wont get redirect to home page it shows only login page.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Laszlo

    (@laszloszalvak)

    Hi @prathimeshbpd

    As for the duplicated buttons:
    I checked the linked page and the social buttons appear twice in your login modal, as your form probably fires 2 actions where we are also hooked. I find it possible that one comes from the default “Login form” integration and the other from the “Embedded login form (wp_login_form)” integration. You can find these settings on our Login form tab:

    You should try setting one of them to “Hide login buttons”, and see if that makes any difference.

    As for the login on the default login page:
    You are actually getting logged in, since if you navigate to the frontend manually, you will be able to see the logged in state. The problem is rather that, we redirect you back to the default login page for some reason, although we shouldn’t as we check if the page where you should be redirected to is your WordPress default login page or not and if it is then we won’t redirect you back there, but instead you will be redirected to the homepage. So I think the problem so connected to the way you modified the URL of the /wp-login.php page, so the site_url(‘wp-login.php’) function won’t be able to return the modified URL, which will make our check fail.
    I am not really sure how you modified the login URL exactly, but there are some plugins which could do it properly, e.g.: WPS Hide Login, so other plugins could also get the new URL of the /wp-login.php page.

    Note: Also another strange thing is that, when you are logged in already, the WordPress default login from should write out your username, but yours won’t write out anything, so it appears as if you weren’t logged in at all.

    Best regards,
    Laszlo.

    Thread Starter prathimeshbpd

    (@prathimeshbpd)

    Thank for your quick response.

    First issue resolved showing two buttons.

    But now, i was trying to add facebook account but its getting error message “Feature Unavailable: Facebook Login is currently unavailable for this app, since we are updating additional details for this app.”.

    How to resolve this?

    One more thing need to ask is, how can i show “Login with google account” pop up. Are you provide that feature?

    https://ibb.co/zGKyyDS Like this i want

    Plugin Support Laszlo

    (@laszloszalvak)

    Hi @prathimeshbpd

    As for the Facebook error:
    The “Feature Unavailable: Facebook Login is currently unavailable for this app” error is a general error, that doesn’t really tell you what is the problem exactly. But it usually occurs because of these:

    Also external users ( the Facebook accounts that doesn’t have any role set in your Facebook App ) can only connect over your Facebook App, if your Business verification request was approved by Meta.
    This is also mentioned on the Getting Started tab of the Facebook provider, so please make sure you did everything that we suggested there.

    As for question about Google:
    Your screenshot displays “Google One Tap” which is a different kind of authentication and we don’t have an option to handle the Google login like that, I am sorry.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Showing two Continue with Google Buttons’ is closed to new replies.