The custom login logo does not show on WordPress 3.3
The custom login logo does not show on WordPress 3.3
Do you have an example? I've got a few installs with no problems.
Hello, it does not work because the css style that the plugin has to override is not h1 a anymore but .login h1 a
Having the same issue here. What do we change to get it working again? And where?
Alright. Line 78 in custom-login.css.php says:
h1 a
I changed it to
.login h1 a
And now the custom logo appears again.
I just can't figure out how to get the background image to work again.
And now... I made it so that the html background image is applied to the body in stead. And that seems to work. Line 32:
html
change it to:
body
I don't like "hacking" people's plugins but this solution gets my login screen back to what it looked like before 3.3 update. So for now it works again.
Looks like a last minute CSS change to the 3.3 core. I'll update the plugin today. But note, you don't have to hack the core, you could just add that to the custom CSS box and it would override the default settings.
Also the body background should be fixed, as they also added a background color which effected some designs.
yes, works again. thanks!
Great. Now it's back to normal. Thanks!
On another note: I can't get the custom css to change the color of the links below the login box. Can you tell me how to target those styles?
It's the Register, Lost your password and Back to webpage links.
.login #backtoblog a { color: #color; }
I can't seem to get it to work either for some reason.
I can't really make it work right. The colors will not change. I can alter the drop shadow though.
Sorry can't help much more. If you'd like I can help you out more, contact me http://austinpassy.com/contact
No problem. I can live with it as it is.
im having skriftklog´s problem too.. I even tried to insert the
.login #backtoblog a { color: #color; }
directly to the wp-login.php file
Im just having that issue... butt this plugin ROKS
I've noticed that firebug is showing in the preview that all the custom CSS appears BEFORE the other CSS in the file custom_login.css.php (I'm using wp 3.3.1 and 0.9.7 plugin.)
Thus statements like: html { background-position: center middle !important; }
Don't do anything :(
Any fix for this? Should I just edit the custom_login.css.php manually?
And thanks for great plugin - just gotta work out these kinks I've got...
Well, I've got the CSS working but I also noticed that the file generated by custom_login.css.php is ending with
<b>Notice</b>: Undefined variable: returnCSS in [...]
It seems to be working, but I'd like to know what the notice is about.
I'll take a quick look at the error message. I believe it's because your server is sending error reporting.
Austin,
Yes I've got debug on. I suppose turning it off might help the css file not to end with error. I did move the custom css below the other css and it worked after that - the error notice was already there before I did that though.
I suppose not many people have debug on but I've been doing a lot of experimenting trying to learn how WP works & it keeps me out of trouble & lets me know when I'm on wrong track :)
In the next few days I'll try to identify for sure if there really was a bug or I just had errors in my css before I moved the block. I suspect it might have been my bad CSS.
Your plugin is working great and just what I was looking for. Thank you for your efforts!
@jumh275 Thanks! I've looked at the output CSS and saw I added error_reporting and a value of 0 which kills all errors. I think I am going to remove the $returnCSS value since true, it's not defined..
I've got a major overhaul in the works..
Austin,
Glad to be of assistance. Thank you again for a great plugin.
Mine is sitting to the left and no hope of changing background by adding an image. right now the background color is two tone! Rnning on 3.3.1 .
Can someone please tell me how do I go back to the original theme?
Appreciate in advance. :)
r.
You must log in to post.