Miled
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Social Login] Icons Disappear from Widgets once logged init work as expected.
Forum: Plugins
In reply to: [WordPress Social Login] [REQUEST]Blogger\blogspot support?adding openid is just a pain to code and to maintain w/o achieving any goal that is worthwhile.
nonetheless, if anyone is willing to contribute this to wsl then I will be glad to accept it.
Forum: Plugins
In reply to: [WordPress Social Login] Social login doesn't work in Google Chrome ?weird.. if it was IE I would understand, but def. not with chrome since I’m using it as main browser..
could you share your website url.
Forum: Plugins
In reply to: [WordPress Social Login] Redirecting to homepage after login instead to curlI’m not sure to understand your last question.
the whole point behind asking users to reinstall wsl is to make sure their are using the same version as me so we could all be on the same page, while taking advantage of any new enhancements or bug fixes.
Forum: Plugins
In reply to: [WordPress Social Login] Twitter Avatar too smallor a better solution is to make a hook to modify the user avatar.. google for “add_filter( ‘get_avatar'”
Forum: Plugins
In reply to: [WordPress Social Login] Twitter Avatar too smallthat the size we receive from twitter API and there is no easy way to change it (at least for now).
if you want to have a bigger picture (so badly) then here is how:
if( strtolower( $provider ) == 'twitter' ){ update_user_meta ( $user_id, 'wsl_user_image' , str_ireplace( "_normal", "", $hybridauth_user_profile->photoURL ) ); } else{ update_user_meta ( $user_id, 'wsl_user_image' , $hybridauth_user_profile->photoURL ); }nonetheless, I will look what can I do in future versions, but I won’t promise anything.
Forum: Plugins
In reply to: [WordPress Social Login] Redirecting to homepage after login instead to curlCallback url can’t be deleted. It can only be rested to default (when Callback field is left empty, WSL will regenerate that url again)
on another side note, and if I’m not mistaken about Skalibur1 case. The authentication widget was rendered on the login page and not in comments sections, so wsl was working as expected by redirecting users back to homepage.
Forum: Plugins
In reply to: [WordPress Social Login] Warning: Division by zeroI suspect this issue might have something to do with wp mutlisite.
I haven’t tested WSL on mutlisite nor do I guarantee that it will be working (cf FAQ), so I dunno.. and maybe WSL is not the best option for you.
Forum: Plugins
In reply to: [WordPress Social Login] Twitter login: Fatal errorIf you ever encounter “Cannot redeclare class/function” on a known to work plugin then know that it’s simply conflicting with another one.
Forum: Plugins
In reply to: [WordPress Social Login] Disable default wordpress logincheck out this link: http://gerardmcgarry.com/blog/wordpress-how-remove-website-url-field-comment-form, if this is not what are you looking for, then try to google for the answer.
I’m going to tag this as resolved since this is not an issue, won’t be implemented as feature and because I highly doubt that the knowledgeable folks on wp forums will answer this topic.
Forum: Plugins
In reply to: [WordPress Social Login] Using OpenId Plugin and WordPress Social Loginboth plugins shouldn’t conflict (at least in theory).
WSL XRDS doc isn’t even used nor advertised.
Forum: Plugins
In reply to: [WordPress Social Login] Shortcodes not workingwsl short code is tested on wp 3.5.1 and it’s working fine, at least for me.
the only thing that changed with the new version (wsl 2.1.3) is that the widget do not show up when a user is already connected.
so if you are not previewing the post/page as connected user, then I would like to know the wp version you are using and also the plugins/theme if possible
Forum: Plugins
In reply to: [WordPress Social Login] Widget Diasappearwell basically there is two options to explain sudden software failures:
– divine interventions
– you did something unexpected/wrong at 5:59so could you include a step-by-step description on how to reproduce the issue you have..
also, I read that you spend something like a full day in configuring WSL, so please let me give you a little advice: If a plugin take more than 15 minutes to get it up and running then it’s better to look for another one.
reinstall wsl and give it another try, if it doesn’t solve that, mail me u website link
Forum: Plugins
In reply to: [WordPress Social Login] Please make this WPML compatiblesure, if its under 100 LOC.