Hi,
When i try to login with facebook, it doesn’t redirect. The pop-up is still there.
Any advice?
Kind regards,
Anil
Hi,
Try to play with the login redirection from
wp-admin -> theme options -> miscellaneous -> Login redirect for Popup* -> set custom link a put your desired link or default
and
wp-admin -> theme options -> miscellaneous -> Homepage redirect* -> set custom link a put your desired link or disabled
Cheers
R.
Hi,
Try to do this
Go to wp-content/themes/kleo/kleo-framework/lib/function-facebook-login.php
And around line 267 you will have to comment with two // before the variable this wp_new_user_notification( $user_ID, wp_unslash( $user_pass ) );
See attached
Cheers
R.