• Resolved Steve

    (@bleezed)


    Hi Michael.

    Just installed the BadgeOS plugin, and excited to use it. But, after installing, I’m getting HTML validation error. I have the latest version of Genesis installed, plus the Dynamik Website Builder. Both are great products. I don’t like seeing any errors so any suggestions? You can see what I mean by going to:

    http://Validator.w3.org

    And entering my site name: ConvertYourIdea.com. Then, scroll down and take a look at the 1st of the two errors, which says:

    Line 106, Column 496: Element link is missing required attribute property.
    …plugins/badgeos/css/badgeos-front.css?ver=1.0.1′ type=’text/css’ media=’all’ />

    Thanks’
    Steve

    https://wordpress.org/plugins/badgeos/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Michael Beckwith

    (@tw2113)

    The BenchPresser

    The theme and builder plugins shouldn’t have any effect on this stuff. We register our stylesheets with wp_enqueue_style.

    However, we do have a couple issues going on. Specifically that we have some cases where wp_enqueue_style() is running after the wp_head hook has run, causing them to instead be output with wp_footer.

    While I don’t believe this is any sort of “fatal” error, and the styles are likely still getting applied, it’s something that we do need to fix, and also check across the whole plugin for any that we haven’t explicitly pointed out yet.

    Thanks for this and hopefully we can get this taken care of soon. However it shouldn’t stop you from continuing on getting the site up and running.

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    You can follow along with the bug report at https://github.com/opencredit/badgeos/issues/220

    Michael Beckwith

    (@tw2113)

    The BenchPresser

    Marking resolved as we have the issue filed on GitHub, please follow that ticket to keep track of going ons

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bad HTML’ is closed to new replies.