Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3133994
Social Login Pop up
Closed

Comments

  • Nawimania started the conversation

    Hi dev, 

    How to hook this pop-up login/register with social login button or shortcode? Whats plugin i need to install like nextend social login, Super Socializer or what?Thank you dev.


    Attached files:  Screenshot (235).png

  •  2,488
    PenciDesign replied

    Hi,

    Please add the following code to the Soledad child theme "functions.php" file or via the Code Snippet plugin here:

    add_action( 'login_form', function () {
        if ( class_exists( 'NextendSocialLogin', false ) ) {
            echo NextendSocialLogin::renderButtonsWithContainer();
        }
    } );

    Regards,
    PenciDesign.

  • Nawimania replied

    Thank you dev,

    Im done and it work.