• cptus

    (@cptus)


    Since the last update the ad I’ve had setup for the plugin’s “Ad 1” and I used to manually insert into my posts is not working anymore, the ad is not being displayed, however the “ADVERTISEMENT” part is. What seems to be the problem?

    Please check my code that I’ve inserted into “Ad 1” below:

    <div align=”center”>
    <span style=”color:#ccc;”><span style=”font-size: 12px;”>ADVERTISEMENT</span></span>

    <style>
    .XXXXXX { width: 320px; height: 100px; }
    @media(min-width: 500px) { .XXXXXX { width: 468px; height: 60px; } }
    @media(min-width: 800px) { .XXXXXX { width: 728px; height: 90px; } }
    </style>
    <script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
    <!– XXXXXX –>
    <ins class=”adsbygoogle example_responsive_1″
    style=”display:inline-block”
    data-ad-client=”ca-pub-XXXXXX”
    data-ad-slot=”XXXXXX”></ins>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>

    </div>

    https://www.ads-software.com/plugins/quick-adsense-reloaded/

Viewing 1 replies (of 1 total)
  • Rene Hermenau

    (@renehermi)

    If the ADVERTISEMENT part is shown and not the ad means there is either a problem with the adcode itself (try to copy the code again from the adsense dashboard) or google is not showing the ad for your page because of an unknown reason. (Too many ads on your page, no relevant ad available for your content etc.)

    You can also check with the debug console if there are any js errors on your site. Press F12 in chrome and go to console. Errors are marked red there.

Viewing 1 replies (of 1 total)
  • The topic ‘Custom ad sizes not working’ is closed to new replies.