Viewing 7 replies - 16 through 22 (of 22 total)
  • 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.

    Plugin Author Austin

    (@austyfrosty)

    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!

    Plugin Author Austin

    (@austyfrosty)

    @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.

    Razzo

    (@razzo)

    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.

Viewing 7 replies - 16 through 22 (of 22 total)
  • The topic ‘Custom Login does not work on 3.3’ is closed to new replies.