Hi Ethan,
could you please open the Social Login settings in your Drupal admin area and click on the "Autodetect" and "Verify" buttons. Do you get a green success message for each of the tests?
Regards,
We have a large server cluster and there seems to have been a caching problem with some of the servers. This problem should already be fixed. I’m very sorry for this issue and I can guarantee you that we will take all the necessary measures to make …
Hello,
could you try to add the following code to your functions.php file ?
add_action ('woocommerce_login_form_end', 'oa_social_login_render_login_form_login');
Hi Matthew,
could you please try to add the following code to the functions.php file if your theme?
add_action ('woocommerce_register_form_end', 'oa_social_login_render_login_form_registration'); add_action ('woocommerce_login_form_end', 'oa_soci…
Hi Andy,
thank you very much for the hint! We have now fixed this and a few other errors on that page
Do not hesitate to open a new issue if you see any other errors.
Regards,
Hi Thomas,
to post an image you must use the uploads section:
"uploads":[ { "name": "#upload_file_name#", "data": "#upload_file_data#" } ]
#upload_file_name#
The name of the file to be …
Hi Luca,
Call to undefined function curl_init()
This means that you do not have installed curl on your server.
Please open the Social Login settings in your WordPress admin area and use the "Autodetect" button to detect the correct connection hand…
This happens if you did not set an EMAIL ADDRESS on the Consent screen.
- Go to your Google Cloud Console
- Open your project
- Click APIs & auth
- Click Consent screen, and set EMAIL ADDRESS
Hi Byron,
have you already seen the events?
http://docs.oneall.com/api/javascript/library/events/#on_login_end_success
You do do something like this:
- Catch the connection_token by using an event
- Use an Ajax call to pass the connection_token t…