Username field loses focus
-
Hey guys,
First of all, excellent plugin, I use it for most projects I do now.
Only problem I found – when you choose a custom login logo, the javascript that changes the links on the logo is breaking focus on the username field.
Not a massive issue but annoying if you’re logging into the site multiple times a day.
I temporarily fixed it by removing your javascript in wlcms_custom_login_logo() and editing wp-login.php:-
Line 87:
<h1><a href="<?php echo apply_filters('login_headerurl', site_url()); ?>" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1>
Thanks,
Keith
- The topic ‘Username field loses focus’ is closed to new replies.