Comment on Google AdSense Responsive Ad Unit Beta WordPress Theme by SEO Dave.

Stallion Responsive AdSense Options 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