Where is the documentation on how to: use the
space for
ads? I want to make a banner to sell my own products on my website.
Thanks!
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!
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!
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!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].