Hello,
Having issues with the Ad sizes. Use an Ad Service called Mantis. Similar to Adsense. All banner ads that are 728px do not display properly (have tested Header and Article Bottom). They are small. The sidebar ad is working properly. If I add the demo image back into the ad it works.
Please look at this post.
https://pointyleaf.com/2017/10/young-autistic-patient-can-finally-speak-after-2-days-of-cbd-oil/
The header ad is:
<div class=”td-all-devices”>
<div data-mantis-zone=”header”></div>
</div>
My Ad Displays the proper size, with the image. But if you look at the Article Bottom Ad, it is small. If I add the demo image it is the proper size.
Here is the Article Bottom Ad:
<div class=”td-all-devices”>
<div data-mantis-zone=”content-bottom”></div>
</div>
Can you please help with this?
Hi,
Please enter this code in Theme panel->Custom CSS section, it will fix the issue with the article bottom ad
– https://www.screencast.com/t/67sPOYzd4p7t
.td-a-rec-id-content_bottom .td-all-devices {
display: block;
}
The header ad seems to be displaying properly from what I can see
– https://www.screencast.com/t/sapEeWxu
Thanks
Is this a bug with the Theme?
You rock man. Thank you. The header has the issue also. It appeared correct because the demo image ad was there also (duplicate banners ads on top of each other).
This was the actual header ad code.
<div class="td-all-devices">
<div data-mantis-zone="header"></div>
</div>
If I add the image, the mantis ad displays proper size.
Went ahead and added:
.td-a-rec-id-header .td-all-devices {
display: block;
}
That fixed the issue as well. Appreciate your help. Just wonder if this is a bug that should be reported somehow?
Thank you and Appreciate the great support.
Sorry I keep trying to paste the <img src code that is in the ad but it shows the actual image when I do so. lol