Ver 3.24.0 Broke the AdSense code
-
I have been inserting AdSense codes with the DIVI code module, and it worked fine, which looks like this
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1338370523106415"
crossorigin="anonymous"></script>
<ins class="adsbygoogle"
style="display:block; text-align:center;"
data-ad-layout="in-article"
data-ad-format="fluid"
data-ad-client="ca-pub-1338370523106415"
data-ad-slot="6466325132"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>The update of Taxopress v.3.24.0 ruined the display. Instead of showing the ad, it showed the code since “style=…”
style="display:block; text-align:center;" data-ad-layout="in-article" data-ad-format="fluid"
After some testing, I am sure the problem is caused by Taxopress 3.24.0, since it works when I roll back to 3.23.0.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.