google login button
-
Hey, thanks for this nice plugin, im trying to make the google login button work in the form, ive tried these two options (from different plugins) but, in both cases, when you click the button in the registration form, it goes to the sign in form and when you click the button in the login form, it doesnt open googles page, instead it focuses on the email field. (if you try right click and open in new tab it works) but not normally.
its important to mention, that other than that, the google login works in other parts of the site (for example in the wp login page and the google popup message)
this is the code
function google_login_button() { echo ' -OR-'; echo do_shortcode( '[google_login button_text="Login/Sign up with Google" force_display="no"]' ); } add_action( 'lrm/register_form/after', 'google_login_button'); function google_signup_button() { echo ' -OR-'; echo do_shortcode( '[google_login button_text="Sign Up with Google" force_display="no"]' ); } add_action( 'lrm/login_form/after', 'google_signup_button');
ive tried these two plugins, the code is from the first
any help, is much appreciated.
The page I need help with: [log in to see the link]
- The topic ‘google login button’ is closed to new replies.