Advanced fixers (5) PRO¶
PRO feature
These five harder fixes are part of the A11yScanFix Pro add-on. With Free's 13, that is 18 fixers in total.
Toggle labels below match the Fixers screen exactly.
| Toggle | What it does | WCAG |
|---|---|---|
| Enable form label fix | Generates a label for form inputs that have placeholder text but no <label> element. | 1.3.1 |
| Enable heading order fix | Demotes headings that skip a level (for example h1 -> h3 becomes h1 -> h2). Off by default - it can produce surprising results, so turn it on and review your pages. | 1.3.1 |
| Enable ARIA landmarks | Adds role="main", role="navigation" and similar roles to common theme regions when the theme does not provide them. | 1.3.1 |
| Auto-name empty links and buttons | Generates a name from the href or surrounding context for links and buttons that have no visible text. | 2.4.4 |
| Dedupe duplicate id attributes | Renames duplicate id="..." values inside post content so every id stays unique (broken ids break labels and in-page links). | 4.1.1 |
Tip: only Enable heading order fix is off by default - the other four are safe to leave on. Like all fixers, each is a reversible toggle and nothing is written into your theme or content.