• Resolved Cars10

    (@shonu)


    hi

    on /wp-admin/options-general.php?page=custom-login

    #login > div{
        border: 3px solid #135e96;
    }

    is being escaped on save to

    #login > div{
        border: 3px solid #135e96;
    }

    Could you look into this, thanks

    Carsten

    Version 3.2.11

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Cars10

    (@shonu)

    crap, even WP in CODE block does escape too much….

    “>” turns into “& g t ;” (no spaces)

    Thread Starter Cars10

    (@shonu)

    No support?

    Plugin Author Austin

    (@austyfrosty)

    Looks like it is working on HTML output. Seems to be an escaping issue on saving, which I can push out a fix for.

    Check the source code of your login screen to verify it’s not being escaped.

    Plugin Author Austin

    (@austyfrosty)

    Fixed in 3.2.13

    Thread Starter Cars10

    (@shonu)

    My contractor has just updated all plugins and it seems fixed, but I could not check source code anymore.

    thanks!!! fantastic!

    Carsten

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS directive escaped’ is closed to new replies.