• When I look at my website in Internet Explorer, I see a “This Webpage Cannot Be Found” prompt about 1/4 of the way down. It looks like the size of a 220×90 banner ad. I’m just looking for some suggestions on what might be happening and if anyone else has experienced this kind of problem.

    I’ve tried a number of things to correct it. I’ve reinstalled WP, reinstalled my theme, generated new code for all my adsense banners, and now, disabled all of those banner ads.

    This problem only appears in IE. Chrome and Firefox look fine. I would appreciate any ideas.

    Eddie

    https://www.wvusportstalk.com

Viewing 3 replies - 1 through 3 (of 3 total)
  • It is Google AdSense ad that do not load. You have not removed the ad code, but only the publisher ID so that it appears as:
    google_ad_client = "pub-";

    Thread Starter Hot Cars Hot Curves

    (@floridabeautiesinhd)

    Well, I sort of understand what you’re talking about. ??

    When I look at one of my Google AdSense codes I see the google_ad_client you’re talking about. All of my Google generated ads look very similar, except for the size, of course.

    <script type=”text/javascript”><!–
    google_ad_client = “ca-pub-6054326104885123”;
    /* WVU 300×250 2 */
    google_ad_slot = “3891206339”;
    google_ad_width = 300;
    google_ad_height = 250;
    //–>
    </script>
    <script type=”text/javascript”
    src=”https://pagead2.googlesyndication.com/pagead/show_ads.js”&gt;
    </script>

    Are you saying that there’s a code like this somewhere on my site, broken, as you described? I’ve been looking everywhere. Where would you suggest I look to find it?

    I like your site, by the way. I looked through it and I see lots of good information!

    Eddie

    Here is the leftover of an AdSense ad still on your site:

    <script type="text/javascript">
    					google_ad_client = "pub-";
    					google_ad_width = ;
    					google_ad_height = ;
    					google_ad_format = "_0ads_al";
    					google_color_border = "#FFFFFF";
    					google_color_bg = "#FFFFFF";
    					google_color_link = "#0000FF";
    					google_color_text = "#000000";
    					google_color_url = "#008000";
    					</script><script src="https://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>

    You may use Firebug + FF to locate it. It is placed at the empty white space below your FB buttons.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Banner Ads’ is closed to new replies.