Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter umar00

    (@umar00)

    if you on MY SITE
    You will notice that you can not click directly inside the search box, but you can click if you point the cursor exactly on the above border line,
    How to bring that click able region below

    Thread Starter umar00

    (@umar00)

    Hi,
    Thankx for your reply,

    As iridiax said that free hosting creats problmes with wordpress, yse i agree with you, but I am haiving the same prob on localhost, I also uploaded this theme in a friends paid server, but the problem still remains.
    And this is my header file link:
    http://wordpress.pastebin.ca/1568017

    Forum: Fixing WordPress
    In reply to: google search box

    dude..
    go to this website:http://www.googleadsensecode.com/..
    get the code you want

    now 1st decide where do u want to place google ads on the header e.g left or right etc,
    Then go in header.php & find the closest postion to the palce where you want the google ads to appear, if you can’t find the place just paster the code, refresh the page to see the result
    & do this by just make a new div like this & put the code inside it:

    <div id="g-search">
    
    <!-- Start Here -->
    
    <script type="text/javascript"><!--
    google_ad_client = "pub-2151667935419035";
    /* 120x600, created 7/17/08 */
    google_ad_slot = "8233032726";
    google_ad_width = 120;
    google_ad_height = 600;
    //-->
    </script>
    <script type="text/javascript"
    src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script>
    
    <!-- End Here -->
    </div>

    then adjust the exact position by using CSS styling e.g margin & padding etc

Viewing 3 replies - 1 through 3 (of 3 total)