I just tried this plugin.
It would be great if the plugin had an option to remove the "are you lost" bar on top of the login page.
Cheers.
I just tried this plugin.
It would be great if the plugin had an option to remove the "are you lost" bar on top of the login page.
Cheers.
I am not sure I know what your talking about? Where do you see this?
I'm talking about this. screenshot
You can kind of cheat it and insert this into the custom HTML code:
$('#backtoblog a').removeAttr('title
Sorry forgot something, has to look exactly like this:
');
$('#backtoblog a').removeAttr('titleI mean the entire "gray bar" which displays that message. Is it possible to remove it?
Use:
');
$('#backtoblog').hide('Still when javascript is off, the bar appears.
In custom CSS add
#backtoblog { display:none !important }Im having a 404 not found error when I try this and hit save.
Any suggestions?.. the "Are you lost" really serves no purpose and will just confuse our sales reps when they go to log in.
Thank you :)
Actually I figured it out by removing the following code from the wp-login.php file...
</div>
<p id="backtoblog">/" title="<?php esc_attr_e('Are you lost?') ?>"><?php printf(__('← Back to %s'), get_bloginfo('title', 'display' )); ?></p>
<?php } else { ?>
</div>
Thought I would post my solution in hopes it helps someone else.
This topic has been closed to new replies.