• Resolved rzfgg

    (@rzfgg)


    Hi,

    I’ve been able to setup ads to run on all my other pages except the blog page and the Tag Archive page.

    When you visit the website instead of a blank space or an ad, theres only the HTML code there.

    I believe I have enabled remote debug.

    Cheers

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Spacetime

    (@spacetime)

    Your inserted code is wrong – missing script tags:

    Block 10:

    <a href="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js</a>
    <!-- Posts (TD) -->
    <ins class="adsbygoogle" data-ad-client="ca-pub-5539702803755370" data-ad-slot="8028691428" data-ad-format="auto" data-full-width-responsive="true"></ins>
    
    (adsbygoogle = window.adsbygoogle || []).push({});

    Block 11:

    <a href="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js">https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js</a>
    <!-- Posts (TD) -->
    <ins class="adsbygoogle" data-ad-client="ca-pub-5539702803755370" data-ad-slot="8028691428" data-ad-format="auto" data-full-width-responsive="true"></ins>
    
    (adsbygoogle = window.adsbygoogle || []).push({});

    Maybe some plugin or security setting prevent saving Javascript code.
    This may also be a setting on the hostng web server.

    Thread Starter rzfgg

    (@rzfgg)

    Hi,

    I’ve tried disabling all my plugins with no success.

    I don’t believe there are any security settings preventing the code im aware of (Ads work fine on other pages too)

    Was there anything you could think of that I could do to get this working?

    Cheers

    Plugin Author Spacetime

    (@spacetime)

    Well this is the code inserted and it is wrong – you can check page source code.

    This is all I can say.
    You need to figure out what is changing your code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Ads working on other pages except Blog and Tags’ is closed to new replies.