Hello
How do i show ads ( non adsense)?. I tried Ad Exchange ads using Ads in theme panel and unfortunately there is no valid ad request and that’s because theme change the code. My ad agency doesn’t recommend to modify their codes. Please advise.
URL- Geekflare.com
Hi,
Please check documentation, the theme ad system was designed to work with adsense code and the theme will make it responsive and the ad will fill the available space. For non-adsense code you will need to have a specific size fore each device as the theme will not handle it – https://forum.tagdiv.com/header-ad/ or you can try to use a plugin AdRotate or Simple Ads Manager that are used by many users especially for ad rotate.
Thanks!
Hello,
To use plugin, i need to insert short code. Can you help which file i should modify to accomplish showing ads on header, article top and article bottom.
If possible, how can i create a location for header/article top and bottom so i can just insert code in text widget. I am just trying to make it easy.
Hi,
You could try to add the shortcode inside the Theme Panel -> Ads section, it should work fine. If you want to add it inside the template you could try to add it here – http://screencast.com/t/hzcMDAy7
Thank you!
Hi,
Use theme’s ad settings: http://screencast.com/t/PLzq945giwr and the custom css code from below then check again.
@media (max-width: 1018px) and (min-width: 768px) {
.td-rec-hide-on-tp {
display: none;
}
}
@media (max-width: 767px){
.td-rec-hide-on-p {
display: none;
}
}
@media (max-width: 1140px) and (min-width: 1019px) {
.td-rec-hide-on-tl {
display: none;
}
}
@media (min-width: 1140px) {
.td-rec-hide-on-m {
display: none;
}
}
Thanks
-
This reply was modified 11 years by
Lucian.
Hi,
Like I said above the theme ad system was designed for adsesnse code and also hide/size option will work on it, unfortunately for non-adsense you will have to use those divs like we specified in the documentation and/or custom css, sorry!
Thanks!
-
This reply was modified 11 years by
Alin [tagDiv].
-
This reply was modified 11 years by
Alin [tagDiv].
