Creating ads

Posted in: Newspaper
Post count: 42

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?

Post count: 22421

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!

Post count: 42

thanks
still having an issue
when i sued your code and added my link for the image my homepage vanishes
all the content disappears

Post count: 6535

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!

  • This reply was modified 10 years by Andrei L..
  • This reply was modified 10 years by Andrei L..
Post count: 42

thanks it works perfectly

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