Miled
Forum Replies Created
-
this can be done by editing wp-content\plugins\wordpress-social-login\includes\plugin.ui.php (function wsl_render_login_form, line 39+-)
then simply replace the <img> with a plain text.if( get_option( 'wsl_settings_' . $provider_id . '_enabled' ) ){ ?> <a class="wsl_connect_with_provider" provider="<?php echo $provider_id ?>"> Connect with <?php echo $provider_name ?> </a> <?php $nok = false; }actually yes.. I would like to know the wp version you are using, the link to download the disabled plugin, and also if you encounter any particular javascript error
Ill look into this asaic. thanks for reporting the issue.
maybe you are using a custom template..
WordPress Social Login will attempts to work with the default WordPress comment, login and registration forms.
If you want to add the social login widget to another location in your theme, you can insert the following code in that location (eg. /wp-content/themes/<utheme>/comments.php):
<?php do_action( ‘wordpress_social_login’ ); ?>
Forum: Plugins
In reply to: [WordPress Social Login] [Plugin: WordPress Social Login] Steam LoginThanks scarletdark101!
it was an issue with steam openid url (fixed by now).
WSL currently use openid to authenticate with Steam which only provide the user’s 64-bit SteamID, but we will soon fully integrate Steam API to get complete users data.
the code repository is hosted on github:
github.com/hybridauth/WordPress-Social-Login
exactly what it says in the description..
click on “Run the plugin requirements test” blue button and see what it tell
I have no idea how the multisite works but I’ll take a look into it
it have be done on hybridauth. adding it after that to the plugin is just a matter of 4 lines of code
@vbk100 just let it go,its not that big of a deal..
as for your request, adding paypal might not happen anytime soon.
Thanks
Thanks @masimkin for your feedback.
I was just working on the plugin now, so I took into account some of your suggestionsfor cyrillic names i think using this plugin should fix the issue http://wordpress.org/extend/plugins/wordpress-special-characters-in-usernames
Hi Swanep, actually WSL has nothing to do with “timthumb” (nor even include it).
so hopefully by following THRG instructions you will be able to restore your website
Hi, it should be fixed by now. I added that condition like you said, so just delete reinstall the plugin
Thanks a lot!
yep you are right about the rights… i keep forgetting about them.
well that should be fixed next release
most likely this is not related to the wp version but to the server settings… and as far i know it should work on any 3.*, myself im using the 3.3.1 for the tests and development