Hi,
I am using Graphene 1.9.4.2 and like it very much! I posted this thread in error in the General forum already, please forgive me.
On my website http://www.fachschaft-gp.de I like to implement AdSense Code. If I use the Graphene Theme option for inserting Adsense Code the Code is saved but parts of it are deleted, please see below:
Original AdSense code from Google which I insert in Adsense Code box of Graphene Theme:
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- FSGP (Default) -->
<ins class="adsbygoogle"
style="display:block"
data-ad-client="ca-pub-xxxxxxxxxxxxxx"
data-ad-slot="xxxxxxxxxxxx"
data-ad-format="auto"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
After saving some code is deleted. Please see the result below:
<script src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- FSGP (Default) -->
<ins class="adsbygoogle" data-ad-client="ca-pub-xxxxxxxxxxxxxx" data-ad-slot="xxxxxxxxxxxx"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Do you have any ideas what is going wrong? Is this a bug?
Greetz
Joe