Home › Forums › Basel support forum › Social login issues!
Social login issues!
- This topic has 11 replies, 2 voices, and was last updated 5 years, 6 months ago by
Elise Noromit.
-
AuthorPosts
-
September 3, 2019 at 4:50 pm #141905
JackalParticipantHi! I’m trying to login using Google and Facebook but something wrong is happening! It just redirect to login page with a message: you are logged in as”
The API keys are working fine and authentication with Google and Facebook is processing but the next step is going crazy.
I have tried to disable all other plugins but it doesn’t solve the problem.
Would you please help me with this ASAP!
September 3, 2019 at 5:12 pm #141916
Elise NoromitMemberHello,
Please provide the screens of your Google account settings as well as Facebook settings into the private area.
Best Regards
September 3, 2019 at 6:00 pm #141923
JackalParticipantSettings screens as you’ve requested.
September 3, 2019 at 6:22 pm #141926
Elise NoromitMemberHello,
Please try to replace
mitt-conto
to ‘my-account` as shown in point #3 https://xtemos.com/docs/basel/faq-guides-2/configure-facebook-login/Try to do it in both: Facebook and Google.
Best Regards
September 3, 2019 at 7:39 pm #141936
JackalParticipantI have replaced it to my-account and updated Google and Facebook settings and yet I have the same issue! The authentication is working but user is not being created or logged in! just a redirection to login page!
September 4, 2019 at 6:31 am #141964
Elise NoromitMemberHello,
Please provide FTP access to your site.
Best Regards
September 4, 2019 at 9:04 pm #142100
JackalParticipantPlease find the access keys
September 5, 2019 at 8:11 am #142171
Elise NoromitMemberHello,
We have checked and see that the reason is your child theme. Seems some custom influencees. Please switch to the parent theme and check.
Best Regards
September 5, 2019 at 9:50 am #142199
JackalParticipantHi! I think that I’ve got the source of problem! I think it is because this coded added in the theme function file:
// Add term and conditions check box on registration form add_action( 'woocommerce_register_form', 'bbloomer_add_registration_privacy_policy', 11 ); function bbloomer_add_registration_privacy_policy() { woocommerce_form_field( 'privacy_policy_reg', array( 'type' => 'checkbox', 'class' => array('form-row privacy'), 'label_class' => array('woocommerce-form__label woocommerce-form__label-for-checkbox checkbox'), 'input_class' => array('woocommerce-form__input woocommerce-form__input-checkbox input-checkbox'), 'required' => true, 'label' => __( 'I\'ve read and accept the <a href="/integritetspolicy/" target="_blank">Privacy Policy</a>', 'woocommerce' ), )); }
I have received this error:
WP_Error Object ( [errors] => Array ( [privacy_policy_reg_error] => Array ( [0] => Terms and condition are not checked! ) ) [error_data] => Array ( ) )
I need to add this check box on register form! How can I add it without being conflicted with the social login?
Kind Regards,
AnasSeptember 5, 2019 at 11:57 am #142217
Elise NoromitMemberHello,
The code is blocking login via social networks and we do not have a solution for this. Please switch to the parent theme or remove the code.
Best Regards
September 5, 2019 at 8:06 pm #142293
JackalParticipantI removed the code and everything work fine. Thank you for your support.
September 6, 2019 at 6:21 am #142319
Elise NoromitMemberYou are welcome! If you have any questions please feel free to contact us.
Best Regards
-
AuthorPosts
Tagged: login issues
The topic ‘Social login issues!’ is closed to new replies.
- You must be logged in to create new topics. Login / Register