Hello,i would like to know why i can’t get the banner ad’s to post on to my site can you help me out pls? i did try the post on the forum to fix it but i had no luck
Hi,
Please follow this guide on how to manage ads: https://forum.tagdiv.com/ads/
Please let me know if you still have issues with this and also provide your site’s URL.
Thanks
hello,i did try what the video said but it still did not work for me my web site is http://www.ventradio.net
Hi,
Have you tried using the div’s below?
If not please do so and add your banner link at the source of the images, like this: http://screencast.com/t/T42B1c8l7
<div class="td-visible-desktop">
<a href="#"><img width="728" height="90" src="" /></a>
</div>
<div class="td-visible-tablet-l">
<a href="#"><img width="468" height="60" src="" /></a>
</div>
<div class="td-visible-tablet-tp">
<a href="#"><img width="468" height="60" src="" /></a>
</div>
<div class="td-visible-phone">
<a href="#"><img width="300" height="250" src="" /></a>
</div>
Here is an example of how this should look:
Example:
<div class="td-visible-desktop">
<a href="http://google.com" target="_blank">
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-728.jpg">
</a>
</div>
<div class="td-visible-tablet-l">
<a href="http://google.com" target="_blank">
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg">
</a>
</div>
<div class="td-visible-tablet-tp">
<a href="http://google.com" target="_blank">
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-468.jpg">
</a>
</div>
<div class="td-visible-phone">
<a href="http://google.com" target="_blank">
<img src="http://demo.tagdiv.com/newspaper/wp-content/uploads/2013/08/ads-300.jpg">
</a>
</div>
Note:
Instead of http:google.com add the link to the desired location.
Hope this helps!
Please let me know!
Thanks
-
This reply was modified 11 years by
Lucian.
i’m sorry i don’t understand how to get the ads running on my site with this code you sent me and why do i need this?if i send you my google script could you fix it because i don’t get it
Hi,
@glencannon That code can be used to add image banners on your site. I understand now that you use google adsense so please make sure you have set your google ads right: https://forum.tagdiv.com/ads/ then please follow this troubleshooter: https://support.google.com/adsense/answer/1208336?hl=en as it might be due to google.
Please let me know!
@Branstone Add the target="_blank" attribute to the anchor tag container of the ad you want to open in a new window, just like this attributes are added to the image banner div’s from above: http://screencast.com/t/WBgsmb9X1h
Thanks