Article Inline Ads Not Displaying

Posted in: Newspaper
Post count: 52

Have setup code within the Theme Panel for Article inline ads, however it is not displaying within the article (nor anywhere). Using this code within Theme Panel (it is non-adsense)

<div class=”td-visible-desktop”>
[the_ad_placement id=”article-inline”]
</div>

The shortcode is from Advanced Ads plugin. It works on other areas of the side.

Link to one of the pages on the site (still a work in progress):

https://www.bylocalnews.com/news/newcomer-corey-morgan-running-for-mayor-of-broussard/

Thank you for any assistance.

Post count: 52

Now it is happening to all article ads.

I have this for Article Top:
<div class=”td-visible-desktop”>
[the_ad_placement id=”article-top”]
</div>
<div class=”td-visible-tablet-landscape”>
[the_ad_placement id=”m-article-top”]
</div>
<div class=”td-visible-tablet-portrait”>
[the_ad_placement id=”m-article-top”]
</div>
<div class=”td-visible-phone”>
[the_ad_placement id=”m-article-top”]
</div>

I have this for Article Inline:
<div class=”td-visible-desktop”>
[the_ad_placement id=”article-inline”]
</div>
<div class=”td-visible-tablet-landscape”>
[the_ad_placement id=”article-inline”]
</div>
<div class=”td-visible-tablet-portrait”>
[the_ad_placement id=”article-inline”]
</div>
<div class=”td-visible-phone”>
[the_ad_placement id=”article-inline”]
</div>

I have this for Article Bottom:
<div class=”td-visible-desktop”>
[the_ad_placement id=”article-inline”]
</div>
<div class=”td-visible-tablet-landscape”>
[the_ad_placement id=”article-inline”]
</div>
<div class=”td-visible-tablet-portrait”>
[the_ad_placement id=”article-inline”]
</div>
<div class=”td-visible-phone”>
[the_ad_placement id=”article-inline”]
</div>

Post count: 27744

Hi,

You can set the ads in Single Post Template from tagDiv Cloud Library and you can set top ad, 3 inline ads set after x paragraphs and bottom ad, please check this article -> https://forum.tagdiv.com/article-ads/ and video https://www.youtube.com/watch?v=biTpVVlr8j8

Thank you!

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