Hi
been trying to create an ad for the header but nothing i do seems to work
your link for the header ad tutorial seems to be broken “https://forum.tagdiv.com/header-ad/”
i can’t seem to get the header ad to show
any other way of getting the documentation?
Hello,
Please check the documentation link again. There is nothing wrong with it. It works as expected. https://forum.tagdiv.com/header-ad/
Try another one and naviugate to the ad section if it does not work directly: https://forum.tagdiv.com/wordpress-information/
Basicly it depends on the ad you would like to use. If it’s adsense you can use the code directly in the theme panle. If it’s any other ad, you need to use the div’s provided:
<div class="td-visible-desktop">
<!-- Your NON AdSense code here - this ad will show only on desktops -->
</div>
<div class="td-visible-tablet-landscape">
<!-- Your NON AdSense code here - this ad will show only on tablets in landscape orientation -->
</div>
<div class="td-visible-tablet-portrait">
<!-- Your NON AdSense code here - this ad will show only on tablets in portrait orientation -->
</div>
<div class="td-visible-phone">
<!-- Your NON AdSense code here - this ad will show only on phones -->
</div>
Thank you!
Hi
Please make sure that you added the source url properly, clear all caches and test again. Also make sure that all div tags are open and closed like here: http://screencast.com/t/1QSDMuyc
<div class="td-visible-desktop">
<a href="#"><img src="img-url"/></a>
</div>
<div class="td-visible-tablet-landscape">
<a href="#"><img src="img-url"/></a>
</div>
<div class="td-visible-tablet-portrait">
<a href="#"><img src="img-url"/></a>
</div>
<div class="td-visible-phone">
<a href="#"><img src="img-url"/></a>
</div>
If the problem persist please provide your site url so we can inspect it closer.
Thanks!