Is this plugin still maintained? I heard it was very useful, but the admin bar breaks with it. Are there other options for a similar plugin?
http://wordpress.org/extend/plugins/custom-user-registration-lite/
Is this plugin still maintained? I heard it was very useful, but the admin bar breaks with it. Are there other options for a similar plugin?
http://wordpress.org/extend/plugins/custom-user-registration-lite/
This plugin hides admin panel (don't know why)
To show it again comment this styles:
div#wpadminbar {
display: none;
}
in custom-user-registration-lite/style/default.css
Thanks for that marchenko.alexandr. The option to hide the admin panel should at least be an optional setting. It's particularly annoying as it doesn't even hide it properly as it leaves the space.
If anyone's wondering, this will hide the bar and remove the gap if you want to:
div#wpadminbar {
visibility:hidden;
}This topic has been closed to new replies.