• Resolved chuwen

    (@chuwen)


    Hi there,

    I realized that it is only displayed on the registration page but not on the login page. I would like it to be displayed on both the registration and login pages.

    Thank you.

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

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

    (@robertnextendweb)

    Hi @chuwen!

    Both forms are custom forms, which are probably made by your theme, and we do not have integration for them. By default, the Free version of the plugin only displays the buttons in the WordPress default login and register forms, so by default the buttons should not appear in any of the forms.

    Our button only appears in the register form because that form probably uses one of the actions used by the WordPress default login or register form, but it seems that the login form does not.

    If you want to show the button in your login form as well then you have 2 options:
    A.) If you are able to edit the contents of the form, you could try using our shortcode: https://nextendweb.com/nextend-social-login-docs/usage/
    B.) Check the source code of the form if it has a login form specific action. If that’s the case, then you could hook a function there where you render the buttons with PHP code: https://nextendweb.com/nextend-social-login-docs/usage/#php-example

    Thread Starter chuwen

    (@chuwen)

    Hi @robertnextendweb,

    I have used one of the options that you provided, and it worked.

    Thank you for your help.

    Plugin Support Robert

    (@robertnextendweb)

    Hi @chuwen!

    I am glad to hear that it is working now!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘It Didn’t Display on the Login Page’ is closed to new replies.