Viewing 1 replies (of 1 total)
  • fouldsy99 —

    This will take a bit of hacking but it is feasible. Make sure and back up both of the files in question before doing these steps. I confirmed this works with a clean install of WordPress 3.5.1 and Engage for WordPress 1.1.1.

    • Make sure that Show Engage sign in on wp-login page is checked in the Janrain Engage options screen.
    • Go into your rpx/rpx.php file and find the line add_action('login_form', 'rpx_login_form'); — comment it out.
    • Go into your /wp-login.php file and find the line <form name="loginform" id="loginform" action="<?php echo esc_url( site_url( 'wp-login.php', 'login_post' ) ); ?>" method="post">. Add the following code in the very next line, before the paragraph tag: <?php echo do_shortcode('[rpxlogin]'); ?>

    This should work.

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Social Login & Social Sharing by Janrain] Social login icons on registration page’ is closed to new replies.