Describe the bug
Emergency alert when used is causing the inserted code to be outside of any landmarks (after header). Fails most accessibility scanning software. Found on AXE-CORE dev tools.
Changed to appendTo( header) rather than insertAfter( header ) in display-enhancements.php line 69 has fixed it for me.
This is basically coming from nightingale-companion plugin, which needs an update.
We are working on a new version of this plugin and will be available soon.
Thanks much.
Describe the bug Emergency alert when used is causing the inserted code to be outside of any landmarks (after header). Fails most accessibility scanning software. Found on AXE-CORE dev tools.
Changed to appendTo( header) rather than insertAfter( header ) in display-enhancements.php line 69 has fixed it for me.