barold01
Forum Replies Created
-
Hey @francoisf – hijacking your thread because I have the same issue as you.
The WAVE evaluation tool (https://chrome.google.com/webstore/detail/wave-evaluation-tool/jbbplnpkjmmeebjpijfedlgcdilocofh) picks up multiple accessibility issues caused by the plugin.
For my installation, the following issues were picked up:
/public/views/cookie-law-info_popup_content.php
– Label at line 66 doesn’t contain text.
– empty <h4> at line 22/public/views/cookie-law-info_bar.php
– Missing label on button at line 19
– Missing label on div at line 16I added aria-label attributes where necessary, and removed a couple of labels entirely (I’m not even using the Modal functionality, yet it still seems to load on the page).
Would be fantastic if these accessibility issues can be fixed in a plugin update!
Cheers,
Forum: Plugins
In reply to: [PhastPress] Exclude scripts – is there a way?Thanks Albert, the data-phast-no-defer attribute worked perfectly!
Much appreciated!Forum: Plugins
In reply to: [PhastPress] Exclude scripts – is there a way?Hey Albert,
Thanks for the reply.
The site in question is https://moodle.com/
Currently, the “Minify scripts and improve caching” setting is off.
If you check the console on the homepage, you’ll notice a console log saying “tag fired”, which is a test tag from GTM.As soon as I turn the minify setting on that tag stops firing, which I assume means that GTM has stopped working.
Thanks 🙂