Forum Replies Created

  • In reply to: Parts of Adsense code goes "missing" after saving

    #40911

    Updated. Thanks again.

    In reply to: Parts of Adsense code goes "missing" after saving

    #40909

    Thank you. I’ll try to replace that file.

    EDIT:

    the fix seems to work. The code hasn’t been changed after saving.

    In reply to: Parts of Adsense code goes "missing" after saving

    #40907
    Quote:

    Why assume Graphene did this?

    Because I see a different code.

    I save the original code. Graphene tells me that it did it, then I refresh the page and I find a different code. Without my ID, how can Google know that I’ve put the code into my site?

    Quote:

    The obvious solution is to switch to the default theme and drop that code into a text widget.

    What is probably happening is that Google has not yet populated ads on your site. This process can take a few days, although I’ve seen it happen in less than a day.

    It’s 2 days I’ve registered to Adsense but Google doesn’t see the Adsense into my site.

    In reply to: Parts of Adsense code goes "missing" after saving

    #40905

    Hi all. I’m new. Sorry if I reply to this thread that’s 1 month old but I’m having the same problem.

    I registered myself to the Adsense program from Google, then I kept the code of my adsenses and tried to save it into the Adsense placeholder of the theme. I save it but, after a refreshed the page, I got a code with portions missing.

    The original code looks like this:

    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    <!-- myBanner -->
    <ins class="adsbygoogle"
    style="display:inline-block;width:728px;height:90px"
    data-ad-client="ca-pub-xxxxxxxxxxxxxxxxxxxx"
    data-ad-slot="xxxxxxxxxxxxxx"></ins>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>

    After I refreshed the page, I got this code instead:

    <script src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
    <!--myBanner -->
    <ins class="adsbygoogle" style="width:728px;height:90px"></ins>
    <script>
    (adsbygoogle = window.adsbygoogle || []).push({});
    </script>

    As you can see the theme has changed the code provided by Google. It seems a theme bug, IMHO.

    Sorry: WP 3.7.1

Viewing 4 posts - 1 through 4 (of 4 total)