Hello,
I have not been able to reproduce the error by adding ?ver=4.0.3 or other string to the custom css url. What exactly breaks if you add the parameter?
Hello,
it's very likely that your login page does not use the standard WordPress hooks.
What you can do is manually add Social Login by copy/pasting the following code to the sourcecode of the login page:
<?php do_action('oa_social_login'); ?&…
Hi Graham,
could you please click on the "Autodetect" and "Verify" buttons in the Social Login settings in your WP admin area?
Do you get a green success message for each of the tests?
Regards,
Hello,
if you launch these queries in your phpMyAdmin, it will add the entry for the positions:
DELETE FROM `oc_setting` WHERE `key`='oneall_module' LIMIT 1; INSERT INTO `oc_setting` (`setting_id`, `store_id`, `group`, `key`, `value`, `serialized…
Hi Rogain,
the problem is in the VK setup in the social networks of your OneAll account.
The Application ID that you have entered there seems to be wrong.
The best solution would be to follow our VK setup guide once again and make sure that you do…
Hi Dennis,
please open the file:
/public_html/ext/oneall/sociallogin/event/listener.php
and replace this:
\oneall\sociallogin\acp\sociallogin_acp_module::redirect ($this->controller_helper->route ("oneall_sociallogin_validate"));
by this:
\…
Hello,
1) Open your Facebook apps here: https://developers.facebook.com/
2) Select your app on the top right
3) Click on "Facebook Login" on the left (if you don't have that link use "Add Product" to add Facebook Login)
4) In the "Facebook Login \ …