Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi mayurjango. Your second ad script appears to loading twice:

    <div class="entry share">
      <div class="entry-inner">
        <p>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!</p>
        <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
        <div id="text-6" class="widget widget_text">
          <div class="textwidget">
            <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

    Also, it’s loading async but the first one doesn’t appear to be. Don’t know if either of those are what’s causing the issue.

    Thread Starter mayurjango

    (@mayurjango)

    Thanks bdbrown. The first one isn’t an asynchronous adsense ad code but second one is. But I’m not sure why it’s loading twice.

    Could you please tell what should I try changing to sort this issue?

    Can you post a copy of your single.php code up on Pastebin and then post the link here? Also, I noticed that on one of the second container ads (WordPress Video Tutorials at lynda.com) the add doesn’t fill the container and the yellow background is displayed on the left and right sides.

    Thread Starter mayurjango

    (@mayurjango)

    Hi, I’ve fixed it by changing the below css code:

    .entry ins { background: #fff486; }

    to

    .entry ins { background: transparent; }

    ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Add Adsense ad just below every post content’ is closed to new replies.