Buying Wanted to hire someone to modify my wordpress header code to include ads

Discussion in 'Design' started by joseph.stevens7, Dec 11, 2011.

  1. #1
    Hi, I currently run a website that is running the "basic simplicity" wordpress theme. This theme does not allow ads in the header next to the logo. I had someone come up with some code a while back to get them in the header, but it is messy. The code is floating in there, and depending on the resolution of your computer, size of your browser, the ad floats around.

    accountanttown.com/site/

    I need the ad in the header to be the full size google banner ad [currently the half size banner] and sit to the right of my logo, and not float around as it is currently.

    Please PM me with your bids on this job and I will pick the person with the best big/service.
    Thanks
     
    joseph.stevens7, Dec 11, 2011 IP
  2. Karl-

    Karl- Greenhorn

    Messages:
    46
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    18
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    I don't know why it's in your <head></head> tags, but if you do this it works quite well.

    Find:
    div id="header" onclick="location.replace('http://www.accountanttown.com/site');" style="cursor:pointer;cursor:hand;">
      <h1><a href="http://www.accountanttown.com/site">Accountant Town</a></h1>
      <p class="description">A place by Accountants, for Accountants</p>
    </div><!--end header-->
    Code (markup):
    Below add:
    <div style="float:right;margin-top:-60px;">
    <script type="text/javascript"><!--
    google_ad_client = "ca-pub-0120547683953193";
    /* Horizontal Full Banner */
    google_ad_slot = "4840387096";
    google_ad_width = 468;
    google_ad_height = 60;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    </div>
    Code (markup):
     
    Karl-, Dec 11, 2011 IP
  3. joseph.stevens7

    joseph.stevens7 Peon

    Messages:
    372
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 1
    #3
    Thanks Karl, your advice worked great!
     
    joseph.stevens7, Dec 11, 2011 IP
  4. Karl-

    Karl- Greenhorn

    Messages:
    46
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    18
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    No worries.
     
    Karl-, Dec 11, 2011 IP