Don't mind, I found a workaround, by creating two separate css files, that takes icons from different provider icon sprites and placing this code in functions.php
function oa_social_login_set_custom_css($css_theme_uri) { if (is_page('login')) { …
For those who are interested, I want to inform that I solve the problem using cookies.
For more info and solution read here https://wordpress.org/support/topic/problem-with-oa-social-login?replies=13
It looks like that I found the problem and half solved it.
For more info you could read and follow this thread in "S2 member framework" support forum https://wordpress.org/support/topic/problem-with-oa-social-login?replies=3
Does this suppose to look something like this? //Check if url set if (!isset ($redirect_to) OR strlen (trim ($redirect_to)) == 0) { $redirect_to = home_url (); } $redirect_to = apply_filters ('login_redirect', $redirect_to, NULL, $user_da…
No, I don't use "Theme my login", but I use many other plugins (28 plugins in total). Do you have any plugin in particular that could cause this problem together with S2 member plugin?
Actually I found a problem.
The problem was S2 member framework plugin. It wasn't clear because I had two separate roles in site and users with role automatically given by this plugin had redirection problem. It was tricky to identify, because when…
This is the settings for register,login pages and shortcode. https://dropbox.com/s/wfaqql956bt0tor/Screen%20shot%202015-06-24%20at%2012.01.38%20PM.png?dl=0
Do you need any other settings?
No, there is no redirection plugins or snippets in functions.php which are redirecting somewhere, I have remove them all.
Since then I have installed only "WP Smush", "P3 plugin-performance-profiler" and "WP-optimize" plugins, but I have disabled …
Thank you for your answer!
Yes. After the user logins he suppose to go to my selected page, but every time he is redirected to home page. Even when I changed in settings, that I want to redirect in dashboard or current page, it still goes to home u…
Thank you for your answer.
Also you have mentioned "However, selecting extended profile data for Linkedin (in the OneAll Site configuration for social network) causes errors on logins. Something we are looking into." When we could expect this will …
I saw this and tried the snipped of how to save data in xprofile buddypress fields. This works fine and saves first and last name only. But I can not achieve to save other data, like display name, notes, about me or email. Is there is something wron…
Same here. I have 'PLUS' plan, which allows to get extended profile data, but there is no directions how to get it and show in profile. I use Wordpress+Buddypress.
Does anybody has any ideas on this?