• The plugin does not create unique ID’s when adding the “mega-line-container” to the widget, which causes HTML validation to fail. As a site I am working on must be WCAG AA compliant this causes the site to fail the check. It is recommended that you change the ID to a class name, or to append a unique id to the end of the ID for each widget to ensure validation passes.

Viewing 1 replies (of 1 total)
  • Thread Starter bgallagher

    (@bgallagher)

    To temporarily fix the issue I edited /render/headings.php lin 32 from ‘id=”mega-line-container”‘ to ‘class=”mega-line-container”‘. And then edited the /css/heading.css to change all instances of “#mega-line-container” to “.mega-line-container”.

    This resolved the issues for me.

Viewing 1 replies (of 1 total)
  • The topic ‘Duplicate ID’s on same page fail HTML Validation’ is closed to new replies.