Hi team,
just upgraded in beta version of my site your latest version of newspaper theme and I’ve found this issues:
– ADS on iphone 6 is visible in header yet if DISABLE ON PHONE is enabled in header
– On ipad mini portrait layout the header is not visible correclty. The ads is shown down the logo.
Can you please help me on fix it?
Thank you
Hi,
Please provide the url so we can take a look. Also provide details on how you tested, if you tested with browser window re-size you have to reload the page to load the ads corresponding to the window current width.
Note that the theme ad system was built for adsense and custom html ads (image+link) – https://forum.tagdiv.com/header-ad/ – http://screencast.com/t/uaS5GpvDOo
If you use another type of ad the theme code doesn’t make adjustments on it, you have to make modifications on the code or look for a plugin which handles this type of ad.
Thank you!
Hi
I’m using the default demo data. I’ve checked the DISABLE ON PHONE in HEADER ads panel. On my iphone 6 the ads is still visible.
Then, if you look with ipad mini on portrait orientation, the header is not resized correctly and the ADS goes at the bottom of the logo. On landscape working well. I’ve leave the setting for ADS on auto resize function.
At the moment i’m on staging and only demo data with a little css modification is visible.
You can take a look here
http://beta.ilnostrobimbo.it
Tks so much
Roberto
Hi,
You have a css that overwrite the default – http://screencast.com/t/upPaQOrWLc – http://screencast.com/t/uqT0TSSHs41S If you inspect our demo you can see that this is the css code without margin-left on specific devices – http://screencast.com/t/OcbNqZ9kDPF
So please check you custom css and fix that or you can try this code in Theme Panel > Custom Css – http://screencast.com/t/PcN45iwTHHb
@media (min-width: 1019px) and (max-width: 1140px) {
.td-header-style-1 .td-header-sp-logo {
margin-left: 0 !important;
}
}
Thanks!
Hi,
The controls provided in the Theme Panel -> Ads section work only for adsense. Also non-adsense banners are supported by the theme but you have to use the structure provided in the documentation – https://forum.tagdiv.com/header-ad/ – http://screencast.com/t/ytrqUizn0KZ – You have to add multiple banners, one for each device. If you want to disable the ad on one device simply remove the line used for it – http://screencast.com/t/EsgtCFLj
Thanks!