Skip to:
Content
Pages
Categories
Search
Top
Bottom

Social login disappears when i put it in the same page with registration form

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

  • Venutius
    Moderator

    @venutius

    Content placed in the Registration page is not shown when bp loads the registration page, bp effectively overwrites any content placed there and replaces it with it’s own content, so adding a shortcode to this page would have no effect. To add content to this page you would need to overload the register.php file and insert a do_shortcode call or similar.


    nmavro73
    Participant

    @nmavro73

    I seem to remember that in the previous buddypress version, I had the form integrated with the shortcode. So at the same page they could either create a new account or use their social media one
    http://prntscr.com/jmz8q5
    I had installed ultimate membership pro


    Venutius
    Moderator

    @venutius

    Does UMP use a different register page?


    Varun Dubey
    Participant

    @vapvarun

    @nmavro73 WordPress Social Login add Social login option by default at registration page using http://prntscr.com/jn4tag they have the following action to display social login widget inside register page, which is working fine with BP 3.0
    add_action( 'bp_before_account_details_fields', 'wsl_render_auth_widget_in_wp_login_form' );
    If you are using UMP form, Then you might need to check their forms to add the corresponding hook.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
Skip to toolbar