surrounding noscript tag removed
-
After updating to 2.0.8 I’ve seen a defined <noscript/> tag is removed, when rendering the page content. The noscript-body is always rendered, which may corrupt the site (depending on the used theme and other used plugins).
Examples:
(1)
ePrivacy and GPDR Cookie Consent by Cookie Consent-> this content should be surrounded by a <noscript> tag.
(2)
<!– Google Tag Manager (noscript) –>
<iframe src=”https://www.googletagmanager.com/ns.html?id=GTM-XXXXXX” height=”0″ width=”0″></iframe>
<!– End Google Tag Manager (noscript) –>-> The <iframe> tag should be surrounded by a <noscript> tag.
Symptoms: On many of my domains the String “ePrivacy and GPDR Cookie Consent by Cookie Consent” is rendered on top of my page. This is because the plugin “Cookie Notice & Compliance for GDPR / CCPA” is installed and enabled. But other HTML-content (such embedded videos) are sometimes not shown.
Workaround: I’ve downgraded to Tracking Code Manager 2.0.6, which works fine on all affected domains. Probably 2.0.7 would work also, but I don’t have this version for comparison.
- The topic ‘surrounding noscript tag removed’ is closed to new replies.