sgPlanwize
Forum Replies Created
-
Forum: Plugins
In reply to: [Nice Login Widget] change the hyperlink to edit profile buttonHi,
As Andy Woggle mentioned you can use widget options (Logged-In tab) to insert html:
<a href="https://www.example.com/profile">Profile</a>
Forum: Plugins
In reply to: [Nice Login Widget] Change url of Edit ProfileHi,
You can find it at line 309 in the main plugin file
pw-login-widget.php
.
Replace".admin_url("profile.php")."
to whatever your profile url is.Forum: Plugins
In reply to: [Nice Login Widget] Internet Explorer 8?According to my tests through IETab – works perfectly in IE7, IE8 and IE9.
PS : I would be grateful to get your rating for the plugin ??
Forum: Plugins
In reply to: [Nice Login Widget] Internet Explorer 8?Hi,
It’s weird, I work with IETab.net for browsers simulations and it works good for me (even for IE7).
I have no idea what could be the problem…
Forum: Plugins
In reply to: [Nice Login Widget] Conflict with Wysija NewslettersHi,
Sounds like Wysija plugin has a redirecting command hooks after user logging in.
Does it happens when a user logging-in through the regular wp login page (https://xxx.com/wp-login.php
) ?For now, you can switch the login method to “WP regular authentication” through widget settings and see if the bug is fixed.
Our team will look inside Wysija plugin to make this bug fixed in the next days.
SuperPlugin Team.
Good ??
See my comment here
Hi,
What you’r asking for is not this plugin job, the register new users processing is the same regular WP register user processing , which means that if you find plugin who fix your problem it will take effect in the Nice Login Register users also.
Either way, we are working on other plugin which extend the functionality of this plugin, one of the extensions will be will be a full control of sent email content.
Forum: Plugins
In reply to: [Nice Login Widget] Want this to sit ON TOP OF an image in headerTry those CSS attributes:
position: absolute; up: 0px;
Forum: Plugins
In reply to: [Nice Login Widget] Horizontal Login Form on the Top RightHi,
First, be sure that your theme provides header widget area. Then put the widget into this widget area. Finnaly add this code to
css/pw-login-widget.css
file :.widget_pw_login_widget{ position: absolute; right: 0px; }
SuperPlugin Team.
Forum: Plugins
In reply to: [Nice Login Widget] Login out takes me to WordPress login pageHi,
It should take you to the same page where you were.
Check the Log-Out link, you should see something like this:
https://your-site-domain/wp-login.php?action=logout&redirect_to=.../
Additionally, check if there is another plugin that may hooks into this point and cause the problem.
Forum: Plugins
In reply to: [Nice Login Widget] Additional Fields in Registration FormHi bobby.noonan,
For now there is no ability to extend the registration form with additional fields. One of our goals was to make the registration/login process to be short and elegant because this widget can be shown on every page on your site.
You still can use plugins like Register Plus Redux and they will be reflected in yourwp-login.php
page.SuperPlugin Team.
Forum: Plugins
In reply to: [Nice Login Widget] logging in via widget takes me to wp-login.php?Hi dhdh,
This can happens when authentication failed for any reason.
In wp-login.php page, do you get any message above the login form?
The end of the url include action argument(such as https://you-site-domain/wp-login.php?action=something ) ?
Are you using secure connection (such as ssl) on your site and you set “force_ssl_admin” or “force_ssl_login” consts in your wp-config.php file ?
Forum: Plugins
In reply to: [Nice Login Widget] Not working with multisiteHi bobby.noonan,
We checked the plugin again on multisites – works perfect for us.
Check again, double check username and password, give us more information so we can figure it out.Anyway we are going to release a new version with new features (such as ajax authentication), maybe your problem will be fixed.
Forum: Plugins
In reply to: [Nice Login Widget] "Don't have an account?" link missingHi,
Check the “Anyone can register” option in the general settings page.