• Resolved Jong

    (@jongycastillo)


    After updating the plugins and WP core, I noticed the plugin is outputting CSS that HTML validation and code editor is complaining about. Essentially, when there is no value, blank CSS values are output like this (see color: !important parts below):

    .sfsi_subscribe_Popinner input[type=email]::-webkit-input-placeholder {
        font-family: Helvetica, Arial, sans-serif !important;
        font-style: normal !important;
        color: !important;
        font-size: 14px !important;
        text-align: center !important;
    }
    
    .sfsi_subscribe_Popinner input[type=email]:-moz-placeholder {
        /* Firefox 18- */
        font-family: Helvetica, Arial, sans-serif !important;
        font-style: normal !important;
        color: !important;
        font-size: 14px !important;
        text-align: center !important;
    }
    
    .sfsi_subscribe_Popinner input[type=email]::-moz-placeholder {
        /* Firefox 19+ */
        font-family: Helvetica, Arial, sans-serif !important;
        font-style: normal !important;
        color: !important;
        font-size: 14px !important;
        text-align: center !important;
    }
    
    .sfsi_subscribe_Popinner input[type=email]:-ms-input-placeholder {
        font-family: Helvetica, Arial, sans-serif !important;
        font-style: normal !important;
        color: !important;
        font-size: 14px !important;
        text-align: center !important;
    }

    HTML validation complaint:
    Error:?CSS:?color: Parse Error.

    Code editor complaint:
    Term expected

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support alexsev

    (@alexsev)

    We’ll check and get back to you soon.

    Plugin Support alexsev

    (@alexsev)

    Thank you for reporting this @jong. We will include the fix in the next version of the plugin which will be available to you as an update.

    Thread Starter Jong

    (@jongycastillo)

    Thanks! I’ll keep an eye out for the update and test again before considering this resolved. Will check back after updates are applied.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTML validation complains about CSS parse error’ is closed to new replies.