I'm Sorry To Say This..

2 replies
  • WEB DESIGN
  • |
But I've had a problem with a template not showing Adsense and I've not been able to get an answer here, so can anyone tell me where I can outsource someone who can help me?

The template here is okay Weight Loss Homepage and I want to either add a scrolling clickbank frame or a static one.

Now I've added a static one on this page here, Weight Loss Homepage but as you can see the Adsense isn't showing.

That's my problem, and if I can't find an answer here, I would be very grateful if someone can tell me where I can outsource the work so that I can get it fixed.

I know this is very mercenary but I'd like to get this resolved, as I'm sure it can be done, or if the Adsense TOS don't like more than one script???

Thanks Warriors

Brian
#adsense #adsense not showing #clickbank #script installation
  • Profile picture of the author n7 Studios
    Hi Brian,

    There's an error in your Adsense script code. I'm getting the error "Failed to load source for: http://pagead2.googlesyndication.com/pagead/show_ads.js", which means some of the parameters in your Adsense code above aren't correct.

    Your best bet would be to regenerate the code - I know Adsense offer a new style of code, where you define colours etc. in Adsense, and then you're given about 5 - 6 lines of code which point to those preferences (instead of specifying them within the script). On one of my sites, for example, I have:

    Code:
    <script type="text/javascript">
        <!--
        google_ad_client = "pub-2363326097530XXX";
        google_ad_slot = "1247480XXX";
        google_ad_width = 120;
        google_ad_height = 600;
        //-->
        </script>
        <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
    Your site has a lot more:
    Code:
    <script type="text/javascript">
    <!--
    google_ad_client = "pub-0549734495350439";
    google_alternate_color = "FFFFCC";
    google_ad_width = 160;
    google_ad_height = 600;
    google_ad_format = "160x600_as";
    google_ad_type = "text";
    google_ad_channel ="ukweightloss";
    google_color_border = "FFBA8C";
    google_color_bg = "FFBA8C";
    google_color_link = "CC5200";
    google_color_url = "888888";
    google_color_text = "000000";
    //-->
    </script>
    <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
    Tim.
    {{ DiscussionBoard.errors[1229328].message }}
  • Profile picture of the author Hackbridge
    Thanks Tim

    I put the new code in but it still wouldn't have it.

    The frame is wider also, but I'm no sure why? I was quite hopeful it would work, but it's back to the drawing board.

    Brian
    {{ DiscussionBoard.errors[1229725].message }}

Trending Topics