Comment on Google AdSense Responsive Ad Unit Beta WordPress Theme by SEO Dave.
About to go offline for about 6 hours, so quick response.
If it works when logged in, it’s working correctly.
Try clearing your W3 Total Cache cache and check logged out. Sounds like you are getting an old cached version of the site.
Update: Checked your site, you’ve got the wrong AdSense code, your code is like this:
<!-- stradunit* --> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-0000000000" data-ad-slot="0000000000" data-ad-format="auto"></ins> <script> (adsbygoogle=window.adsbygoogle||[]).push({}); </script>
should be like this:
<!-- stradunit* --> <ins class="adsbygoogle stradunit*" style="display:inline-block" data-ad-client="ca-pub-0000000000" data-ad-slot="0000000000"></ins> <script> (adsbygoogle = window.adsbygoogle || []).push({}); </script>
You must have used the wrong AdSense Responsive options as you created the ads. another Stallion Responsive user had the same problem, go re copy the code fro your AdSense account and select the options discussed in the tutorial.
David
More Comments by SEO Dave
AdSense Responsive Ad Unit Beta
Google Search Results and Mobile Responsive Design
Yes Google will move more towards being able to determine how a user ‘sees’ a site. You can imagine the Holy Grail for Google is to have it’s algorithm match what an average users thinks of a site, so their …
Continue Reading Stallion Responsive Theme AdSense Beta Code