Ok.
Then to help us troubleshoot, could you try adding the following code, in your theme's functions.php: remove_action ('woocommerce_register_form_end', 'oa_social_login_render_login_form_registration');
or: remove_action ('register_form', 'oa_s…
Hi,
Just to help us troubleshoot, could you try the following code, in your theme's functions.php:
remove_action ('woocommerce_register_form_end', 'oa_social_login_render_login_form_registration'); or: remove_action ('register_form', 'oa_social_lo…
Hi,
We have to change this you. However, be aware that this will require you change your social networks' configuration (and your application won't work during your update).
Let us know when you would like this change to happen.
Regards.
Hi,
On developers.facebook.com, what did you set for Valid OAuth redirect URIs (in Settings / Advanced)? It should be http://.api.oneall.com/.
Regards.
Hi,
The redirection in Settings has less priority than other redirection mechanism, so may not work in your case.
Try this code in the functions.php (Theme functions):function going_home ($redirect_to, $user_data) { return home_url(); } add_…
Hi,
This code should be placed in the functions.php or your Wordpress theme.
You can edit this function via the administrator dashboard: Appearance \ Editor \ Theme Functions (functions.php).
Hope this helps.