Viewing 15 replies - 1 through 15 (of 19 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter wisenilesh

    (@wisenilesh)

    The internal pages of this website: StarsUnfolded

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ok, I found a table at https://starsunfolded.com/tabu-height-weight-age/
    Where exactly is the Adsense code supposed to appear?

    And just to double-check: Are you maybe using an Adblocker in your browser that could be hiding the ads?

    Regards,
    Tobias

    Thread Starter wisenilesh

    (@wisenilesh)

    Right now I wanted to place AdSense ad here (check the screenshot): https://snag.gy/E8PG9.jpg

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ok, then you will just have to add the Adsense code into that cell as well.

    Regards,
    Tobias

    Thread Starter wisenilesh

    (@wisenilesh)

    I tried entering code into the cell, it does not show anything, just a blank space.
    Tried both synchronous & asynchronous codes.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    but there is no code in the table at the place that you marked in the screenshot… Or did you remove it again?

    Regards,
    Tobias

    Thread Starter wisenilesh

    (@wisenilesh)

    I removed it when it was not showing up. If you want, I can add it for you again. Shall I?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, please ?? Otherwise, I can not try to find out what’s wrong ??

    Regards,
    Tobias

    Thread Starter wisenilesh

    (@wisenilesh)

    I’ve added the AdSense code where I marked red in the screenshot earlier.

    Also I’ve noticed that when the ad code is added, the AdSense ads which are suppose to load after that code are not loading, instead a blank space is shown (at the end of the post).

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ok, from what I can see, the cause for this are the line breaks in the code. Those get replaced with HTML <br /> tags automatically.
    Can you therefore please try to enter the code without any manual line breaks in it (only “automatic” ones due to the size of the text field are allowed)?

    Regards,
    Tobias

    Thread Starter wisenilesh

    (@wisenilesh)

    Hi Tobias,
    Thanks for trying to solve the issue. Although it is almost solved but there is a issue with responsive ad codes.

    I added following code:
    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><!-- responsive su --><ins class="adsbygoogle"style="display:block"data-ad-client="ca-pub-6769524711517462"data-ad-slot="8928391171"data-ad-format="auto"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script>

    there was distortion in the ads on screens, I tried replacing “auto” with “rectangle” to show only rectangular ads but than only 125×125 was shown.

    on desktop screen: https://snag.gy/rYyZo.jpg
    on desktop screen after changing “auto” to “rectangle”: https://snag.gy/XFGqc.jpg
    on mobile screen: https://snag.gy/YUxRg.jpg

    Non responsive ad units of AdSense are working fine but I wanted to place a responsive ad unit.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi, please try

    <script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-6769524711517462" data-ad-slot="8928391171" data-ad-format="auto"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script>

    Regards,
    Tobias

    Thread Starter wisenilesh

    (@wisenilesh)

    tried.
    still the same issue.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    please leave the code in the table, otherwise I can’t check! ??

    Regards,
    Tobias

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘How do I insert AdSense ads into my table?’ is closed to new replies.