- NewspaperUsing Other Ads
- NewspaperSidebar ads
- NewspaperIntroduction to CPT and ACF with Newspaper Theme
- NewspaperHow to edit modules for Flex Block X
- NewspaperHow to use the Posts List shortcode
- NewspaperCreate a frontend submission form
- NewspaperHow to Use the Tabbed Content shortcode
- NewspaperWooCommerce: Happy “Add to Favorites!”
- NewspaperHow to generate Facebook App ID
- NewspaperLink Tracker
- NewspaperFlex Block Settings Guide
- NewspaperGeneral Options that May Interfere with the Newspaper Theme
- NewspaperSocial Icons
- NewspaperPosts Loop Element
- NewspaperSet a Background for Category Page
- NewspaperThe Newspaper Mobile Theme: Introduction
- NewspaperHow to Add a Logo in Newspaper
- NewspapertagDiv Shop
- NewspaperAutoptimize Plugin – install and configuration
- NewspaperHow to Use tagDiv Cloud Library
Hello,
When I add 2 ads I am getting this
I am not able to have 2 ads during the day because the website is live and it is unacceptable to have the adds disordered.
What is the right way to have 2 ads under the article one next to other?
I know how to create my own ads where there is an image involved ..That is where I paste this code <div class=”td-visible-desktop”>

</div> and replace the the codes with the image URL ..
But my question is , how do I make the image clickable to a specific landing page.That is if the image is clicked , it will send the user to a specified URL/story ?
Pls,any help with specific example on how to set the code or where to place the “Landing URL “
Hi,
Unfortunately css cannot do that. Please disable the ad on desktop and tablets if you only want it on mobile:
http://screencast.com/t/RmZmf2Zv and then to remove the header ad on other pages except posts, you will have to edit the file that corresponds for the header style that you use:
http://screencast.com/t/KYuL2w3c – http://screencast.com/t/KVu0tx2UON
<?php if (is_single()){
locate_template('parts/header/ads.php', true);
}?>
Thank you!
Hello support team,
I currently use a Newspaper theme and I have tried without luck on how to implement Google Adsense code for Matched Content otherwise known as Related post. Google ask me to put the code inside the body tag of my page, however when I did that it is showing at the topmost of my site instead of below or above the comment area of a single post.
Kindly help me with this.
Thank you.
Hello,
Unfortunately our theme does not provide such an option. Our theme only provides one background click ad possibility: https://forum.tagdiv.com/background-ads/
If you require any other implementation you will have to either find a plugin that can do it or hire a developer.
Thank you!
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!
Hello guys,
How to add two ads below the article. I need something like this –> https://s18.postimg.org/wkytmax7d/test.png
Currently I am able to place just 1 add. I found a way to add a second ad using “do_shortcode” but I am not sure how to align them and make them one next to other.
My website: dnesnovinite.com
Just stumbled across the weirdest issue. The Ad-title for the Header-ad is unchangeable. Right now I have it set to not show anything. Yet anyway the word “Annons” (Advertisement in Swedish) shows up.
If i write something else (anything) in the Ad Title-field for the Header-ad it makes no change. It still says “Annons” on the page. I could understand if there was an error not making anything show up, but where in the world the theme gets the word “Annons” from when the Ad-Title-field is empty is a mystery to me 😛
All the other ad-title-fields for the other ads works just as they should. What have I messed up to cause this? 😀
edit (forgot the page-link): enkelteknik.se
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. ))
Hello MLHS,
Unfortunately, our theme does not have any such an option for this regard, sorry! Notice that the theme uses only the Google AdSense system and your own ad created through DIV’s method. For more information about Ads in our theme, please consult the documentation here -> https://forum.tagdiv.com/header-ads-adsense/ -> https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Hope this helps!
Thanks for the message!
I can’t seem to figure out 2 things.
I use style 11 for videos so i would like a ad show up here:
http://prntscr.com/d74iqq
It seems so empty now.
And for mobile i want the ad injected above and below the video.
This only for style 11 and all other ads should be ignored ( so i don’t have to many ads on the page )
Hello,
Well if the other ads worked with display:none, the content ones should as well. Try to use this code:
.td-g-rec-id-content_inline{
display:none!important;
}
If it;s non adsense you must use this code:
.td-a-rec-id-content_inline{
display:none!important;
}
Thank you!
Custom AD 5 has a defect.
I have tried google adsense. It is showing additional width.Please refer the evidence.
http://screencast.com/t/Kb9TZr02ms
This adsense is displaying properly in other location.
Previously, I have added affiliated program script.Impact is mentioned above in the prevailing topic.
-
This reply was modified 9 years by
Fitlogy.com.
Hi
I am struggling with ads which are included in my theme fitness . I could remove ads on my customized homepage and others. But I don’t know how to remove the ads on the start page (.com). Generally speaking it is difficult to find the options for this page.
thansk for your tips
Anthony
Hello nano2408,
Please keep in mind that the bottom ad is already included in post content and it is not a simple task to change its position to another, sorry! Another alternative for you would be to use a Custom Ad 1, for example, and add it where you want. For example, if you are using the post template style 3, you should use the do_shortcode method with the Custom Ad 1 and change the code from the loop-single-3.php core file, like this -> http://screencast.com/t/VmMuT6GbdS The snippet of the code is the following one ->
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]'); ?>
If you want to create a new Custom Ads, you should consult the topic here -> https://forum.tagdiv.com/topic/create-additional-custom-ads/
Thanks for the message!
Hello Hassan Zia,
Unfortunately, our theme does not have any such an option/feature that allows you to include the user rating system, sorry! The theme only has the other rating system which allows only the author to rate the post. We do not have any tested plugins in this regard, and we cannot make any recommendation in this case, sorry!
For your second request, I suppose that you are referring to the Facebook Comments, right? Notice that our theme does not have any such an option for it but more references in this regard, you should follow the next topic here -> https://forum.tagdiv.com/topic/anybody-implemented-fb-comments/ because there you should find all the steps which are needed to take in this regard to implement the Facebook Comments to your website.
The Bbpress is compatible with the theme and until now, we do not have any bad reports in this regard, sorry! For more information about this, check the documentation here -> https://forum.tagdiv.com/how-to-install-bbpress-forum/ Ensure that this plugin is not affected by your untested plugins which you are using on your side. Maybe, it could be a reason in this regard. Try to disable all of them and install only plugins which come bundled with the theme and which are tested with the theme to achieve best results.
The ad can be added to the header from the Theme panel, Ads section, like this -> http://screencast.com/t/FsE632YK7VNP Notice that our theme has a lot of header styles which can be found here -> https://forum.tagdiv.com/header-styles/ Also, please check your Ad code to be a valid one because otherwise, the code will not work. For more information regarding on our ads, please consult here -> https://forum.tagdiv.com/header-ads-adsense/
Hope this helps!
Thanks for the message!
my question is who can rate any post? someone who is logged in or any visitor?
https://forum.tagdiv.com/topic/rating/#post-142525
Only the post author can rate. This is not a user rating system and not a front-end rating as well. It is a rating the post author ads when creating the post. It was not created as a ‘product review/rating’. The review system was not built with front-end user ratings in mind.
The review was created from the reviewer perspective, when the author is reviewing something, not when he is presenting something to be reviewed by others.
I want to show ads on other pages except home page.
Hello,
1. Unfortunately you have to add rating to each post. There is no way of adding a post rating automatically. Our theme has no option to bulk rate the posts.
2. Only the post author can rate. This is not a user rating system and not a front-end rating as well. It is a rating the post author ads when creating the post. It was not created as a ‘product review/rating’. The review system was not built with front-end user ratings in mind.
The review was created from the reviewer perspective, when the author is reviewing something, not when he is presenting something to be reviewed by others.
Thank you!
Hello,
I have tested your ad but it seems to work fine if you use this method of implementing it: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Here is an example of it on a page using and ad block in visual composer: http://screencast.com/t/Cv9Ka6no
I placed the ad code in a custom ad spot in the theme panel like so: http://screencast.com/t/ergQJi8SE
On the mobile theme you have to place the script in the head tag again as the mobile theme uses a different header.php file: http://screencast.com/t/qW43t8Ca
I placed it as an article top ad: http://screencast.com/t/UrTiLY3bP – http://screencast.com/t/RXbjQ5spUG
Thank you!
I’m not sure reinstalling the theme will have any effect if the ad is not compatible. You can give it a try. Install the theme again, and do not use any other plugins except visual composer. And test the ads like that. If they work, then be careful of what plugins you activate. If it does not, please contact us via email at contact@tagdiv.com and provide a link to your site, wp-admin and provide the ad code so we can run a few tests on your site. Please also include a link to this topic.
Thank you!
Hello,
Well this depends on the ads you want to place. If it;s an adsense ad please place the ad code in the theme panel ad spots directly.
if it;s not an adsense code please use this method: https://forum.tagdiv.com/using-other-ads-non-adsense-ads/
Thank you!
Hi InstallationComplete,
If use your own images (.gif, .png, .jpg) use this:
For example for one banner 300×600. Is the same output used for featured images and will pass satisfactorily every test about images scale. The only thing, you have to create 2 images (one with original dimensions 300×600 and another x2) and upload them in your folder “uploads” through FTP.
Hey tagDiv, I leave here an example of code and is erased (with both tags
& )
Please help, my website http://www.fashiononline.com.ng breaks on mobile and other devices when i try to add adverts especially Header and in-article ads. How do I go about this please?
Catalin, Yes I was referring to ads (clickable images) that I place in the ads box in the theme panel.
I placed some css with the ad to restrict its width… otherwise If I place a large image it shows at full size. If I place a small image at size… It looks horrible on retina display.
Best,
IC