I'm using chrome and the ad blocks are enable from block section (what do you mean with plus?)
Somehow the AdSense code is being modified when I add it to my site. ( http://www.libroaudio.com the ad should be displaying at the bottom side).
This is what the modified code shows on my site:
<script type="text/javascript">
<!--//--><![CDATA[// ><!--
<!--
google_ad_client = "pub-xxxxxxxxxxxxxxxxx";
/* 300x250, created 4/23/11 */
google_ad_slot = "6114551285";
google_ad_width = 300;
google_ad_height = 250;
//-->
//--><!]]>
</script><script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
<!--//--><![CDATA[// ><!--
//--><!]]>
</script>
And this is the original from adsense:
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxxx";
/* 300x250, created 4/23/11 */
google_ad_slot = "6114551285";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
Does someone knows where should I configure it in order to show the ads and not modify the code?
I'm using full html from text format, and tested with all formats including google format, tested with adsense module and with blocks also. but doesn't work.