Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #191430

    hi,

    my google adsense will not display in my “home” page, the adsense code in the sidebar still works.
    http://www.besuche-norwegen.de/
    i see the adsense code in line 307 (pagecode) – but no display on the site.

    i try the code in “text or widget” – nothing works.

    thanks 4 support!

    matthias

    #191788

    ??? anyone have a idea?

    #192356

    Hi!

    Not sure what is causing it but the code isn’t getting rendered correctly. All of the height and width values are getting output as NaNpx .

    You could try adding a widget area into that section instead and the add the adsense code into that widget area instead.

    Regards,
    Devin

    #192860

    hey devin,

    thanks for ur answer!
    i have tried to use a widget, not working!
    ich think – maybe to short – google need 5-10 minutes for the first display.

    we will see :)

    stay tuned.

    regards
    matthias

    #192953

    …no – is not working with widgets! :(

    any idea anyone?

    #193774

    My guess would be the code is incorrect then. They do also have a limit to how many ads can show on one page so maybe you are hitting the limit on that page.

    #193794

    Hi!

    I get following js error message on the homepage (tested with Chrome):

    
    Failed to load resource http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
    Failed to load resource http://banners.webmasterplan.com/view.asp?ref=502786&site=3511&type=html&hnb=132&js=1
    

    It seems like the browser can’t load the google ads javascript file because of reasons I don’t know. Maybe it’s a security measure of the browser to block insecure content or a browser extension (adblocker, etc.) blocks the content.

    Regards,
    Peter

    #193833

    hi, thanks 4 your help!

    your points dosnt works, but i think i have a idea… the follow code is working

    <script type="text/javascript"><!--
    google_ad_client = "ca-pub-2494533864747830";
    /* norwegen headline */
    google_ad_slot = "4612576892";
    google_ad_width = 728;
    google_ad_height = 15;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>

    but this code not:

    <script type="text/javascript" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" async=""></script>
    <!-- Home-Teaser AD -->
    <ins class="adsbygoogle"> style="display:inline-block;width:728px;height:90px"
     data-ad-client="ca-pub-2494533864747830"
     data-ad-slot="7232336201"></ins>
    <script type="text/javascript">// <![CDATA[
    
    (adsbygoogle = window.adsbygoogle || []).push({});
    // ]]></script>

    maybe is the “async” a problem for the theme?

    best regards
    matthias

    #193845

    ok, here the the solution for my google adsense problem.

    if i use a async google adsense code in widget or textblock, he doesn’t works in the maintemplate with layout builder!
    but the same code works in the sidebar!
    the solution for the maintemplate with avia layout builder – you must place a normal adsense code between a textblock! no async code.

    thats it.

    thanks for your help!

    • This reply was modified 10 years, 4 months ago by meenjung.
    #194135

    You are welcome, glad we could help :)

    Regards,
    
Josue

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘No Adsense from Google’ is closed to new replies.