Yes, this is something we will fix in the OneAll API (to use https instead of http for twimg).
In the meantime, you can fix it on your wordpress installation. 1. open the file plugins/oa-social-login/includes/user_interface.php: 2. locate the lines (around line 626): //Avatar found? if ($user_picture !== false AND strlen (trim ($user_picture)) > 0) { return ''; } 3. Insert the following code immediately before the lines of step 2: if (strpos($user_picture, 'http:') !== false) { $user_picture = str_replace('http:', 'https:', $user_picture); } //Avatar found? ...
you are partly right, i disabled the option open graph from avada theme(not have more this lines), but still breaking ssl and now is about profile photo from only twitter, if import from facebook or linkedin not have problem.
i use sabai disquss to Q&A and the line become from them but i think when import are the problem is in this process
Funny that this only occurs when you import twitter . There is a priority to keep the login via twitter for my project. Outside still really not sure if the problem is with this plugin. But if we can resolve would be great
Answers
but not know how to fix
I am not sure this problem is due to the OneAll plugin.
The http links are from facebook (open graph).
Regards.
you are partly right, i disabled the option open graph from avada theme(not have more this lines), but still breaking ssl and now is about profile photo from only twitter, if import from facebook or linkedin not have problem.
i use sabai disquss to Q&A and the line become from them but i think when import are the problem is in this process
the lines are:
http://pbs.twimg.com/profile_images/3312570947/2730e579a8f2ef81ada8039fba1db00f.png
Funny that this only occurs when you import twitter . There is a priority to keep the login via twitter for my project. Outside still really not sure if the problem is with this plugin. But if we can resolve would be great
Great support!
Just to let you know that we've now fixed this. You could remove the workaround (code).
Regards.