sgPlanwize
Forum Replies Created
-
Forum: Plugins
In reply to: [Nice Login Widget] embed login call inside a button instead of wp-login.phpHi,
We are happy to see that you like our plugin.What do you mean by saying “call your login script” ?
What exactly you are trying to achieve ?Forum: Plugins
In reply to: [Nice Login Widget] Forgot passwordHi,
Please provide a link to your site or screenshots so I can see the problem in live.
Forum: Plugins
In reply to: [Nice Login Widget] Not getting Password mail to registered userDo you see these registered users on the users page ?
Is “Anyone can register” option checked ?
Is the original way to register new users works fine ?Forum: Plugins
In reply to: [Nice Login Widget] Custom html mark up for the formBe aware of the fact that while the plugin is updated all your changes gone. Always backup your customizations.
Forum: Plugins
In reply to: [Nice Login Widget] changing width of username and password fieldsHi lang darm,
This widget doesn’t have any css width rule predefined. The width width defined by his parent which is your sidebar theme width.
If you still want to reduce the login widget width you need to modify the.sp-main-div
selector.Forum: Plugins
In reply to: [Nice Login Widget] Setup logout redirecturlYes.
Open the main plugin filepw-login-widget.php
, on line 386 and 388 change$_SERVER['REQUEST_URI']
to your absolute redirect url and save.Forum: Plugins
In reply to: [Nice Login Widget] Login form not displayed, only shortcodeTo fix the bug manually:
Open the main plugin filepw-login-widget.php
.
In line 78 insertob_start();
and in line 80 insert returnob_get_clean();
Save the file, it should work now.Forum: Plugins
In reply to: [Nice Login Widget] theme-my-login shortcode not workingOk, I found the bug and I’ll fix it in future released.
Meanwhile, fix it manually:Open the main plugin file
pw-login-widget.php
.
In line 78 insert
ob_start();
and in line 80 insert
return ob_get_clean();
Save the file, it should work now.Forum: Plugins
In reply to: [Nice Login Widget] Probleme With The Widget StyleHi,
You need to know a bit about CSS. Sorry, I can’t help you here.
Forum: Plugins
In reply to: [Nice Login Widget] Change the "Don't have an account" actionYes. It is line 431.
replace
'#sp-register'
with
site_url('wp-login.php?action=register', 'login_post')
Forum: Plugins
In reply to: [Nice Login Widget] Redirect to wp-loginIn the widget option area you have an option to change the authentication method to ‘regular-wp’ or our custom ‘ajax-authentication’.
Be more clear about “redirect/filter I already put in”. What is this? When is it happen?
Forum: Plugins
In reply to: [Nice Login Widget] Login form not displayed, only shortcodeWe have a mistake – the shortcode name is sp_login_shortcode and not sp_login_widget as mentioned, sorry.
Don’t forget to put the widget in the ‘Nice Login Widget Shortcode’ widget area (in the widgets page).Forum: Plugins
In reply to: [Nice Login Widget] License agreement and other checkboxesHi drtalk,
Thanks for the improvment, I’ll incorporate this in the next version.
Just to know: what’s the result in this case:
if ($(this).attr('type') == "checkbox" && !$(this).is(':checked')) { jsonObj[name] = $(this).val(); }
??
Forum: Plugins
In reply to: [Nice Login Widget] "Sign Up"-Webpage Cannot be FoundHi,
Weird problem. First, the url
https://www.imattertoo.com/wp-login.php?action=register
seems to be valid, second, the process doesn’t need to take you to this URL if the register goes well.
Did you see the new Ajax authentication feature ? Switch to this option via the widget options, it may fix your problem.Forum: Plugins
In reply to: [Nice Login Widget] Text Format Not MatchingHi,
Looks like CSS issue. You need to modify CSS classes by these selectors:
div.sp-main-div li
anddiv.sp-main-div ul