Hi,
Can I have these to be made compatible with the theme?
wp-discuz – reply button not working.
comment evolved – buttons/tab were out of place
OIOPublisher – adding javascript in the ads section doesn’t show the ads.
Ezoic – adsense wrapped with Ezoic’s DIV not working.
Understood for the first two plugins, I might need outside help.
But, the ads box in settings, it supposed to accept both adsense and non adsense ads but if I add non-adsense ads with <div> in the code, it’ll ignore the div wrap and just show the adsense. I just need to know what would causing that and how can I fix that.
Ezoic code:
<!-- Ezoic - Sidebar - sidebar -->
<div id="ezoic-pub-ad-placeholder-100">ADSENSE</div>
<!-- End Ezoic - Sidebar - sidebar -->
And For some reason, when I put this code in ad box, the ads does not show. Is there any reason for this?
This is the code using OIOPublisher plugin.
<script data-oio-zone="type=banner&zone=1&align=center&refresh=0">
(function(w,d,e,o,u,s,t){w[o]||(w[o]={},s=d.createElement(e),s.src=u,s.async=1,
t=d.getElementsByTagName(e)[0],t.parentNode.insertBefore(s,t))})(window,document,
"script","oiopub","http://www.astronyu.com/buy/zones.js");
</script>
I think the ad system suopports either normal static ads, or AdSense ads from Google and not other types of networks or the like.
Might be better to
a) install Ad-Rotate
b) add custom ads to that as ad units
c) put the ad unit shortcodes into your templates or sidebar widgets where you want to display ads
(( I don’t work here. ))
Thanks.
It’s not custom ads, its still google ads but with ezoic optimization. I’m just curious as of why the wrapping didn’t work when using themepanel. Also curious why the javascript ads not working too.
Just to be sure, am I correct to ask for support on this forum or should I send an email instead?
Hi,
The plugins you mention and ezoic are not tested with our theme so i cannot say for sure. Custom plugin implementation is not covered by the theme support. Sorry.
If you want to implement a non adsense ad, please use this method: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thank you!