Hi.
I have installed wp-user-control and it works fine BUT I have an issue with the 3 tabs being login, register and reset all not displaying properly.
I have looked at the files to find out where to fix this but can’t seem to find out where to make this change.
If anyone knows where I need to go to fix this could you please help me out.
Cheers
]]>Hi, does the ‘enable/disable new users by default’ work also for those imported via CSV? Thank you. BTW, I’m using the plugin with 4.3 and 4.4 wp and no problem whatsoever, great!!
]]>We are using this plugin and S2Member for customized user fields. We have about 20 fields to fill out when a new user registers. When they click “Register” there’s no indication that anything has happened.
It would be helpful to alert the user somehow that their registration has been submitted then, and more importantly, move the display to show the “login” tab.
]]>apon activating this plugin i have notices several issues which are causing me headaches in particular the login link at the bottom of the register page refers to the register page ( /wp-login.php?action=register ) instead of back to the login page ( /wp-login.php ) where is supposed to if anyone has a fix for this it would be greatly appreciated! and the full links can be found here https://tebrauer.tk/wp-login.php?action=register
]]>Are there any plans to update this widget for the new WordPress version? I run a very large site with a number of registered users and cannot, as of today, add any. I can login and Admin but cannot register. I can only assume it’s the new WP that is not jiving with this.
]]>hi,
i have tow role.
1. Employers.
2. candidates
i want when register can select add role at database
thanks very much.
I have seen a post from 9 months ago. It was not actually resolved.
So if you can write some code here it is an example (this is only for developer use that can understand the below code):
function my_login_redirect_jquery() {
if ( is_page('login') && $_GET['redirect_to']) { // change the login to fit your needs
?>
<script type="text/javascript">
jQuery( document ).ready(function() {
jQuery('#login_div input[name="redirect_to"]').val('<?php echo $_GET['redirect_to']; ?>');
});
</script>
<?php
}
}
add_action('wp_footer', 'my_login_redirect_jquery');
function my_login_redirect() {
if ( $_POST['redirect_to']) {
wp_safe_redirect( $_POST['redirect_to'] );
exit();
}
}
add_action('wp_login', 'my_login_redirect');
ATTTENTION :
The user must have redirect_to as GET before submitting his username and password for logging in.
Regards,
Spyros
Installed the plugin, added the custom login URL, and now all of the Login links on my website just goto the default site URL. Tried uninstalling and redoing it all, No luck.
]]>When I try to log in with my phone, I can’t get the fields “username” and “password” to activate. By that I mean when I press on the field my mobile keyboard opens, but when I try to type my username (that is usually the first thing that I type when logging in) the keyboard just goes down and the character doesn’t even appear.
My site is currently hosted on a free server and you can try for yourself at this address.
Oh yeah, I have an android phone that’s running Android 2.3.6 and the problem only occurs when using Dolphin Browser Mini (version 2.3). I would also like to ask anyone who sees this post try for themselves on their devices using their browsers to see if they have the same problem (but this may be a problem since they would have to register).
Thanks.
]]>I just installed WPUC but have one problem, the tabs do not work. BTW, the plugin works great, I can register a new user, or log in, the problem is when I try to switch tabs from one to the other. I’m not sure if this is a known issue. Here is what I’m using so far:
WP – 3.9.1
WPUC – the latest one just downloaded
Theme Customizr – with standard child theme
W3Cache
CDN Enabled
You can visit the site here ( https://www.inlodir.com )
I appreciate any tips on what may be causing the issue.
Thank you
J.
]]>I am trying out this plugin on 2 different machines. The Register tab on the second one has 3 extra fields – Firstname, Lastname and Display name. They are text input boxes of much larger size. Tried styling them without success. I thought it had something to do with the ‘register_form’ hook. A few questions here:
1. Why my second Register tab got extra input fields? Does it have anything to do with any of the settings?
2. Where can I find the source code for the register_form hook?
I have spent some time on both but didn’t find anything helpful.
Thanks a lot.
]]>i want to add two more fields in registration one for “country” text field and second field to upload the profile pic. so that the user pic.. how can i do that
]]>Can be great to hide The Registration tab when Registration si disabled or direct to the widget options
]]>Hi,
i have installed tihs plug in but is in english and not italian who is my website language and i see there is ITA.po file in language folder so how to activate italian?
Hi… I love the plug-in. I just added Social Login. Now users cannot sign in using this plug-in by entering their information rather than social login.
https://www.oneall.com/company/contact-us/
I contacted the Social Login people. Granted, I don’t know how things work in this industry… but, it seems to me that they are responsible for getting their plug in to work with yours. Your plug in worked perfectly prior and I really like the plug in.
So, I will let you know what they say about it. In my mind, they should not “throw it back on you” to make your plug in work with theirs. They should do it.
On my site, I have Woocommerce… so I have a log in front end page as well. (That is working with Social Login – your plug in isn’t). But, I like your log in because people can register or sign in without having to go to a specific page to do it… etc. etc.
Thanks for your work on this (I’m only just now setting up my site… so I haven’t been up and running long enough to know which plugins I will use with my site when all done.. but I’d really like to keep this one.)
I’ll be doing donations when all is said and done. (I have a LOT of plugins.. because I am doing so many different things on this site… and I’ve done a few donations… but I’m waiting until I am done putting up my site for a Team Membership site – it’s a free site – before I know what I will be using then… and do all my donations.) I’d really like to keep this one. I like how it looks… and before did work. ??
I really appreciate the work done to make these plug-ins. Not my forte. ??
Thanks again!!
]]>Hi! Please help.
There is only one custom link. How do I add another link?
How to add password field in the widget’s registration tab???
]]>Is it possible for you to add short code to the plugin? Thanks
]]>Hello i installed the plugin, but when i tried to register at front end there is only standing Complete the form below to register.
But u cant fill in something, it’s gre :Username and E-mail.
Hi there! I commented about this issue in a thread that was already resolved. I apologize for that! On my site, https://www.fumblingfitness.com, the login widget has the tabs displayed stacked on top of each other. Like I mentioned before, and you confirmed, its because of the width of the left column. Ok, that’s fine, I don’t actually mind it on my homepage. But on my posts page, where the right sidebar has a width of 300px, the login form acts the same? Exactly what is the width the container needs to be? Or could it be something else that makes it behave that way?
Thanks again! Aside from that, really loving the plugin!
Hello,
I can’t configure the plugin in Spanish.
My site is already configured in Spanish. I have my wp-config.php file with define (‘WPLANG’, ‘es_ES’) and the rest of the site appears in Spanish.
I tried uninstalling and reinstalling the plugin with all default options and always comes out in English.
What is missing?
]]>Just a “head’s up” on something I ran across:
I was having difficulty in targeting the Class for the widget from this Plugin. I believe that somewhere along the line, the intended Class for the widget wound up with spaces
between the words.
Using Firebug, this is the Html tag for the widget:
<section id="wp-user-control-widget-2" class="widget WP User Control Widget widget-WP User Control Widget">
You can see what has occurred: There are now a bunch of separate Classes: ‘.WP’, ‘.User’, ‘.Control’, etc. One cannot have Classes with spaces, so, for ex, we can’t have a Class ‘Able Baker Charlie’ – this is really 3 Classes, ‘.Able’, etc
You can test this: In my stylesheet, I added:
.User { color: red; }
, and when I did so, most of the text in the widget turned red.
As I say, just wanted to draw your attention to this. I assume the intended Class is supposed to be something like: ‘.wpusercontrolwidget’, or ‘.wp-user-control-widget’
]]>I am experimenting with your plugin, and I find it very good.
I was interested in changing (or removing) the (logged in) ‘Welcome,…’ text, so that just the Username appears. Examining the plugin files, see that the text appears in the function wp_user_control_logged_in_user
.
Is there a way to change this text (or filter the output), short of altering the plugin function itself? I realize that changing the function means that any update will require going in and doing the change again.
Suggestion: Perhaps add an input box in the widget settings to allow the user to change ‘Welcome’ (or remove it entirely).
Thanks. Good work. –Bill
]]>Hi,
I’ve been noted that there is a security breach with the widget:
xss on login
?login=failed&user_login=a”><noscript>
as i understand strip tags php function should be added,
Is it a known issue?
]]>Hi! I’m using this plugin and am really loving it! I’ve got it set up with my social login. I was wondering if it were possible to have a sign up for my newsletter when someone registered to my site? I’m using mail chimp. Any thoughts on how to have this all work together?
Any help would be greatly appreciated!
Cheeers!
Iana
I’ve been using this a while and the latest version doesn’t switch tabs like it should and I’ve deleted and reinstalled many times rebooted server & c.
FRUSTRATED!
]]>Is there a style sheet setting that I can change the color of the tab outline? The widget is awesome, but I would like to darken the border on my site that has a grey content area background.
Thanks.
]]>Hi,
all the best for developing such a good plugin! I just want to send some information after having found a solution for my problem.
The German language version is not recognised automatically on a fresh German WP-installation because of two issues:
a) a misspelling in the filename – it should be:
wp-user-control-de_DE.po
but it is delivered as:
wp-user-control.de_DE.po
(hyphen instead of a dot before ‘de’)
b) there is no .mo file (I guess it could be nice to include it in future versions)
Regards,
Piotr
I love the way this app displays the logged in state, but I do not need it in the un-logged state as I have a widget for social login. Is there a way to hide it for users not logged in?
]]>Language is in english… how can i change language to spanish???
]]>