- NewsmagUsing other ads
- NewsmagSidebar ads
- NewsmagImport / Export theme settings
- NewsmagRequirements for Newsmag
- NewsmagNewsmag documentation
- NewsmagHow to update the theme
- NewsmagBlock settings tutorial
- NewsmagIntroduction
- NewsmagPage Menu
- NewsmagMega menu
- NewsmagLogo & Favicon
- NewsmagFooter templates
- NewsmagTheme thumbs
- NewsmagBackground introduction
- NewsmagVideo playlist
Hello,
Please try your ad with a simple image. Please use this method and replace your ad with something else non-google as a test and use this method to implement it: https://forum.tagdiv.com/using-other-ads/
I suspect your google ad is not responsive. The theme only displays what ad you give it. Id does not change anything beyond that. Try it with an other ad and see if the problem is still there.
Let us know how it goes.
Hello,
Please check your ad codes as the theme only accepts standard adsense. Try the ad that works, the one from the header and set it to another spot and see if it displays. If it does, than most likely it is the ad code itself. If these other 2 ad codes are recently acquired ones, then it will take a bit of time before they will display.
Let us know how it goes and if the problem persists please provide more details about your ad code and provide a link to your website.
Thank you.
Hello gunner05,
I’ve checked your website and I saw the problem with your logo on the mobile version. Please ensure that you have installed only the plugins that come bundled with our theme without others because this issue it might be caused by conflicting plugins. I suggest trying to use a normal ad, without AdSense and see if your problem is still there…it is possible that the problem come from Google Adsense. I have tested on my side and every ads seems to work as expected.
Hope this helps and let us know how it goes after these afterward.
Thank you for the message!
Hi. I tried this on Newspaper theme instead of Newsmag, I reckon they almost have the same files. It work on the first ad spot, LINE 400 which put the ad right below the post title… but when I tried it on the other spots LINE 443 and LINE 449, hoping to put then INLINE and the BOTTOM of the post, it just repeated the ad above – right below the title. So I ended up having 3 consecutive ads below title of the post.
Hello,
Please use the following method to see your custom ad. Create a page and ad an ad box element to it using visual composer. Then set the ad to custom ad 1. Now your ad should be displayed on the page. If it does not, it means you either have no ad placed in custom ad 1 in the theme panel or the ad code is not ok. If the ad displays ok on the page, then you can access classic mode and text mode to get the shortcode:
http://screencast.com/t/07sbC8nyj8bo – http://screencast.com/t/vvz2fR9Y
If your ad is anything other than adsense you will need to use this method to implement it: https://forum.tagdiv.com/using-other-ads/
Let us know how it goes.
Thank you!
Not really. My company used to make some software to trick browsers over a decade ago, but other than the pokey Artistscope software, problem is anything that loads on your screen is in the graphic buffer and can be captured with stuff like Snagit, or the simple print screen function in Windows.
You can add the meta tag for noindex for images to keep some search engines like Google from not archiving them.
You can also make sure your RSS feed is excerpt only with no images.
But if your page is on screen, the image can be captured. Period.
I have added 3 adsense ad one in header 1, 1 article top and one article bottom. Only article top ads appears, others not.
Header and article bottom ads appears only when ı login blog.
I would be glad if you could help me.
Thank you
Hi
I’ve checked your site on mobile devices and the ads are displayed fine now: http://screencast.com/t/9MvGougPQ2O I am not sure why ads are not displayed fine on your side but you can try to empty phone cache memory and test again. Also you can try by deactivating all others plugins except Visual composer, then check is the problem is still there.
Thanks!
Hi,
In Theme Panels you can set an ad for ‘Article bottom ad’. Is it possible to have an ad there rotating? Like, that every other post has a different ad? Now all posts have the same bottom ad.
Thanks.
Hello,
Unfortunately the plugin is not tested to work with our theme and we cannot say for sure if it will. We have no idea of the plugin functionality so we cannot offer a precise answer. The best thing you could try is use another plugin to render the ads such as adrotate and then use your CFmonitor implementation. Unfortunately i have no better solution as this type of plugins is not tested.
Thank you!
I’m testing the theme here: http://roberttew.com
I’d like to loop the ads on the home page (see http://www.livelifehappy.com) and on all the other numbered pages under the 1st and 3rd post. How can I do this?
For my current theme – I’ve added this code to the index file:
index.php file under <?php /* Start the Loop */ ?>
line added: <?php $adcounter = 0; ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php if ($adcounter == 1) : ?>
<div style=”text-align: center;”>
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– 300×250 Home Page Below 1st Post –>
<ins class=”adsbygoogle”
style=”display:inline-block;width:300px;height:250px”
data-ad-client=”ca-pub-xxxxxxxx”
data-ad-slot=”8474826612″></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
hi guys,
thanks for your support.
im trying to label my adsense ads in theme standard slots.
But the theme´s standard slots only detects the adsense script but no other text or html.
i would like to insert a label like this:
<div style=”
border-bottom: 1px solid #ccc;
width: 336px;
text-align: center;
margin-bottom: 8px;
margin-top: 8px;
“>
<span style=”color: #666666;”>Advertisement</span>
</div>
i would be very happy if you can give me a hint how to do this with the standard adsense slots.
thank you!
Hi,
It’s possible to display two adsense ads in the same custom ad block?
I have:
<script async src=”http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– novo adapt –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-publishernumber”
data-ad-slot=”adslotnumber”
data-ad-format=”auto”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
I’ve tried to input another one (different ad size, different slot) but it doens’t display.
Even tried using Div but nothing again.
Anyway to use this?
Thanks.
Hi Catalin,
Perhaps I wasn’t make it clear.
I would like to excluded “Article Inline Ads” in the post content in category “Special” meaning when the viewer read any articles belong to “special” category they should not see “Article Inline Ads”. But articles belongs to others category will see ads.
I hope this make better sense to you.
Oh wow I see what you mean. I’m sorry for wasting your time but we misunderstood each other a little bit.
I want it to look like this: http://luikenkarstens.nl/wp-content/uploads/2016/01/elnotaris.jpg
Can you give me a code for that as well?
Hi,
Please try to follow this method of input for other custom ads (non ad-sense): https://forum.tagdiv.com/using-other-ads/ and use the div’s provided to display your ad.
Thank you!
Hello,
There are no set dimensions for the ad system. You can use whatever dimension works for you. If it’s a custom ad, please make sure to use this method to implement it: https://forum.tagdiv.com/using-other-ads/
Try out a few dimensions and see which one works best. Our default ad for that spot has dimensions of 300×250
Thank you!
Thanks.
Just to share my way:
I tried some Ads management plugins and I’m using AdRotate.
(Since I just want some basic ads on the website and I didn’t go for Pro version.)
I setup and fixed 2 Ad Groups, one for Header banner and one for Sidebar banner.
I copy the Adcodes and setup the Header Ads and Sidebar Ads in Newsmag Theme panel.
Then I set the permissions in AdRotate not to allow Editor to manage/delete/add the Ad Groups, so the Editor can only add, delete or change adverts to the 2 Ad Groups.
Well, My problem is settled.
I also found that, the AdRotate already preset to show ads on the website, if you on the Main page add a Ad Block to your fixed front page panel, it will double show the ads on the website.
flynewsgr, I think you just have to try other simple ways like direct insert the Ads images (with hyperlink) in the article… or other ways like adding a Ad Block to your website main page? Just keep trying.
I am trying to get a larger header and a smaller ad space (400 x 80) similar to my current site.
http://www.screencast.com/t/KHAOcM7K
I also like the way that the header currently sits just above the navigation bar.
I have attempted to change the CSS and have gotten the header and ads close to what I want on a desktop, but it does not look right on a landscape tablet.
.td-header-style-1 .td-header-sp-logo {
width: 560px;
margin-left: auto;
margin-right: auto;
}
.td-header-sp-recs {
width: 410px;
margin-left: auto;
margin-right: auto;
}
http://www.screencast.com/t/EYYaWfSRneHZ
What do I need to change to get the header and ad to stay on the same level and not drop below each other on a tablet?
http://www.screencast.com/t/RHoHHIHvI
If there is not a way to keep them on the same level, is there a way to center them?
Is there a way to center the top ad on the mobile version, too?
http://www.screencast.com/t/mNQqebRb
I know that supposedly Google does not require that the word ‘Advertisement’ be above an ad… but I do believe that it is a safe practice.
I see how easy it is to ad the word ADVERTISEMENT above the ad in the sidebar…
But can someone please tell me if there is an easy way to add the word ADVERTISEMENT above the other types of ads?
I have searched the forum, but can not figure out how to do it.
Thank you
Hi, please see this screen shot. The link is http://www.hyperbolistic.com/mobile. On iOS devices, the slider text is all loading on top of each other, and the slider doesn’t work. Help! (and thanks!)

Other pages are having issues on iOS swiping smart lists also (for example: http://www.hyperbolistic.com/wtf-did-i-just-see-on-instagram/). I don’t know if these issues are related.
Hi Alin,
I had read that before and tried the regeneration but it didn’t work. Nonetheless, I tried again this time just to make sure and it still didn’t work. I do have Jetpack installed but I’m not using Photon.
The blog is at http://blog.samys.com/
This shows what I have on in Jetpack
http://blog.samys.com/wp-content/uploads/2016/01/blogproblem_1.jpg
and this shows which other plugins I have activated in general
http://blog.samys.com/wp-content/uploads/2016/01/blogproblem_3.jpg
http://blog.samys.com/wp-content/uploads/2016/01/blogproblem_2.jpg
Thanks,
Sarah
I’ve replied to your other post on this: https://forum.tagdiv.com/topic/formats-dropdown-box-missing/#post-87059
Please do not open multiple treads on the same topic, we will reach and answer you as soon as possible during our working hours:
Support Hours (GMT+2)
Monday – Friday:
8:00 AM – 17:00 PM
Thanks for the message!
Lucian C.
Well…. Thanks for that.
But it is still not so user friendly and I noticed that the website Editor could not manage/upload the Ads. Only webmaster/admin allowed to manage ads is not practical because some time there is only the Editor manage and updates the whole website alone.
Do you think I can install other third party Ads management plugin for custom ads managements?
Thank you in advanced.
Hi
Please check our documentation here: https://forum.tagdiv.com/newsmag-using-other-ads/ The code for banner ads should look like this:
<div class="td-visible-desktop">
<a href="#"><img src="img-url"/></a>
</div>
<div class="td-visible-tablet-landscape">
<a href="#"><img src="img-url"/></a>
</div>
<div class="td-visible-tablet-portrait">
<a href="#"><img src="img-url"/></a>
</div>
<div class="td-visible-phone">
<a href="#"><img src="img-url"/></a>
</div>
Thanks!
-
This reply was modified 10 years by
Andrei L..