Wallpaper Script Forum » Announcements

Ads Position

(10 posts)
  1. hi friends,

    i want to add ads below left side panel,

    after the end of side panel layout. how to do this friends?

    Attachments

    1. Capture.JPG (23.4 KB, 3 downloads) 1 year old
    Posted 1 year ago #
  2. edit your left.tpl file..

    Posted 1 year ago #
  3. hi batu,

    can u plz tell me clearly.

    if i paste ads code in left.tpl file it is not showing.

    i pasted after <div> hook left code </div> ads code here

    but ads are displaying at top of right panel.

    Posted 1 year ago #
  4. try right.tpl

    Posted 1 year ago #
  5. google ads code

    <div class="right-panel">
    {$_HOOK_RIGHT_}
    </div>

    now ads are displaying at top right panel.

    but i need ads below and top of left panel.

    Posted 1 year ago #
  6. My Left.tpl

    <div id="left-panel" class="left-panel">
    {$_HOOK_LEFT_}
    Add Code here

    Make sure you clear cache

    Posted 1 year ago #
  7. Did you try removing the closed </div>? Or moving above

    google ads code
    </div>

    <div class="right-panel">
    {$_HOOK_RIGHT_}

    Posted 1 year ago #
  8. friend i need ads after side panel.

    not inside side panel as you did.

    Posted 1 year ago #
  9. leahn88
    Member

    I wrote a quick post about that: http://wallpaperscript.com/forum/topic/ads-on-the-sides-this-is-how-you-do-it

    Posted 1 year ago #
  10. in left.tpl file

    <div id="left-panel" class="left-panel">
    {$_HOOK_LEFT_}
    </div>
    i pasted add code here

    but it appears on top of right panel. i want below left panel.

    Posted 1 year ago #

RSS feed for this topic

Reply

You must log in to post.