Hi James,
could you please download/install this version of social login?
https://www.dropbox.com/s/kbhg8fit1wbrazz/wordpress---oneall-social-login.zip?dl=0
Simply deactivate/remove the current version then upload and activate this version.
You w…
Hello,
could you please open the Social Login settings in your WP admin area and click on "Autodetect" and "Verify".
Do you get a green success message for each of the tests?
Regards,
Hi Scott,
if you want to takeover the django-oneall project, then please go on!
We offer free plans to everybody who creates a plugin for using OneAll
Regards,
Could you please post a link to your shop?
Please note that earlier versions of the plugin did not work with OpenCart 2.3.x
If you have OpenCart 2.3 or higher, then please try to install the new version of the plugin:
http://www.opencart.com/index…
Looks great! Very nice implementation.
I did some tests and could not see any issues right away.
Could you please add this line:
_oneall.push(['social_login', 'set_popup_usage', 'never']);
Just after this line:
_oneall.push(["social_login", "set_p…
With your current server configuration, Social Login seems to add the port when it should not do it.
Could you please open the file toolbox.php of the Social Login plugin?
You can edit the file in your WordPress admin area under Plugins>Editor&g…
Hi Patrick,
could you point me to an url where I can do some more testing?
I had a look here:
http://contact.schaer.com/en/schar-club-registration#
But these don't seem to be Social Login from us.
Hello,
do_action does not return a value but displays the buttons right away.
$modal .= do_action('oa_social_login');
Could you try this?
$modal .= oa_social_login_render_login_form ('custom');
Hi Stephanie,
when I look at the sourcecode of your page then I see this:
The code has somehow been escaped and this is the reason why it's not working correctly.
The code must look like this:
<?php do_action('oa_social_login'); ?>
Are yo…
Hi Stephanie,
the short-code only works in posts.
To embed Social Login directly in the code of a page you need to use this code:
<?php do_action('oa_social_login'); ?>