Create Custom Non-adsense ads

Posted in: Newspaper
Post count: 159

Where is the documentation on how to: use the

  • adsense
  • space for

  • non-adsense
  • ads? I want to make a banner to sell my own products on my website.

    Thanks!

    Post count: 322

    Use the built-in ads system. Works for anything, even static images, it just does extra stuff compatible with AdSense when it’s used.

    Unless you want to be more specific about the problem, of course…

    Post count: 7909

    Hi,

    Please check documentation – https://forum.tagdiv.com/header-ad/
    The theme auto detects the default Google AdSense and makes them responsive automatically. For non-adsense code we recommend those divs to be used.

    Thanks!

    Post count: 159

    Thanks for the replies. I just want to create my own image and have it link to a certain page on my site. Unless I’m missing something gin the documentation… I don’t see how to do this?

    So I need to know:
    1) Image size recommendations or restrictions
    2) How to link to the image
    3) How to make the image clickable

    Thanks!

    Post count: 7909

    Hi,

    Just use the bellow divs and add your image with a specific size for each devices where you want to appear and also the link. Then paste it in Theme Panel > Ads where you want to appear: http://screencast.com/t/2nMWoRoyop

    <div class="td-visible-desktop">
        <a href="link when you click on the image"><img src="http://link to your image" alt="" /></a>
    </div>
    <div class="td-visible-tablet-landscape">
        <a href="link when you click on the image"><img src="http://link to your image" alt="" /></a>
    </div>
    <div class="td-visible-tablet-portrait">
        <a href="link when you click on the image"><img src="http://link to your image" alt="" /></a>
    </div>
    <div class="td-visible-phone">
        <a href="link when you click on the image"><img src="http://link to your image" alt="" /></a>
    </div>

    Thanks!

    Post count: 159

    Thanks! This worked perfect.

    Viewing 6 posts - 1 through 6 (of 6 total)
    The forum ‘Newspaper’ is closed to new topics and replies.