Adsense in PHP Link Directory

Discussion in 'PHP' started by graham_h, Aug 12, 2007.

  1. #1
    Hello,

    We have setup a new site called dolittlesdirectory.co.uk which is using PHP Link Directory. We are having problems with the display of the adsense in the right had column, no matter what we do. However it looks perfect in the left hand column. I think this could be due to the fact that the right column is in the footer.tbl template, the last file to be loaded?
    Has anyone had any problems before like this?

    Cheers:)
     
    graham_h, Aug 12, 2007 IP
  2. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #2
    Works fine here.
     
    Richie_Ni, Aug 12, 2007 IP
  3. MichaelS

    MichaelS Guest

    Messages:
    595
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Yeah, works for me too. Maybe you have an adblocker?
     
    MichaelS, Aug 12, 2007 IP
  4. void

    void Peon

    Messages:
    119
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Sometimes it takes a few minutes before google starts showing multiple ads show on a page. No idea why, but it's happened to myself and a few friends in the past.
     
    void, Aug 12, 2007 IP
  5. graham_h

    graham_h Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Thanks everyone, for looking :), the only problem now is how the right col advert looks. even though i have told it to look like the left col, it is still insisting on staying how it is? hmmmmmmm
     
    graham_h, Aug 12, 2007 IP
  6. void

    void Peon

    Messages:
    119
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Your source code doesn't show any of the colour settings on the right ads - the left one is:
    google_ad_width = 120;
    google_ad_height = 600;
    google_ad_format = "120x600_as";
    google_ad_type = "text_image";
    google_ad_channel = "";
    google_color_border = "e8e9d7";
    google_color_bg = "e8e9d7";
    google_color_link = "6F3C1B";
    google_color_text = "B78000";
    google_color_url = "666666";
    Code (markup):
    and the right is:
    google_ad_width = 250;
    google_ad_height = 250;
    google_ad_format = "250x250_as";
    google_ad_type = "text_image";
    google_ad_channel = "";
    Code (markup):
     
    void, Aug 12, 2007 IP
  7. graham_h

    graham_h Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Damn Templates, thanks for pointing out the adsense issue, much appreciated. The template has been cached, and i think i need to refresh
     
    graham_h, Aug 12, 2007 IP