- 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 Marto,
I have tested on my side with Google Adsense code, with 728*90 px and the Ad seems to works as expected. Please ensure that you have selected the corresponding size for your Ad -> http://screencast.com/t/0jbsQ3d73LCL and also, please make sure that you Adsense supports your desired dimension, otherwise, you should consult Google Adsense to provide a more accurate response in this case.
The result -> http://screencast.com/t/slDD5TshY0AP
Thank you for your message!
Hello rishab55555,
Unfortunately, our theme does not have such an option to insert the ads after each paragraph, sorry! If you want to have this option, you have to implement it in your core file through coding. Please notice that is not a simple task and if you are not aware the steps in this regard, please consider hiring a freelancer/developer to do this for you because we cannot provide custom services at the moment, sorry! As a hint, please check this file -> http://screencast.com/t/9JEmclIG8lvl and here you can see how is created the script that counts the paragraph for Article Inline Ad feature. You have to alter this script and do one similar to it to get what you want automatically. Another possibility would be to add these ads manually when editing your posts, like this -> http://screencast.com/t/dpvo9RCl5O -> http://screencast.com/t/Gpm31eBtM -> http://screencast.com/t/en86rgT1wLAp -> http://screencast.com/t/YR3FxYlA4Bt
Hope this helps!
Thank you for your understanding!
Hi,
The ad will show in the file you place the code from the topic in. That topic showed how to ad custom ads in posts. On pages, you do not need to edit the theme files as there is an adbox element from visual composer: http://screencast.com/t/gyvcnqN1smDm You can use this as every other element and position it to your preference.
Thank you!
Yes Chris, I did read your post but it’s possible the upscale plugin was deactivated when I uploaded that particular image. I will monitor future uploads and results keeping upscale on. Thanks.
So far I can understand upscale will do its magic on new uploads, but what about the hundreds of other images that are already uploaded and attached? (I have switched to Newspaper from another theme). To keep my old thumbnails I have used the Regenerate thumbnails plugins. Do you think if instead I use Force Regenerate it will make a difference? The problem of white space only appears on Grids, not on post pages. The same featured images look full width on posts if I changes the Post setting to show them as such.
Try clearing your browser cache (seriously).
Fact is, AdSense doesn’t always work, on ANY browser, or in every spot on a page. This is because a certain type of ad may be served, that fails to render.
If you Google this behavior, you will see common complaints going back to 2010 “why don’t my adsense ads load in Chrome,” “why don’t my adsense ads load in Safari” – etc.
The ONLY solution to this we found on some of our news portals (we have been using Adsense since it launched in beta, btw), is to serve up “text only” ads in certain spots.
This is because some advertisers with rich media, whether HTML5 animations, javascript animation, even old Flash ads (which I think are all gone now?), may time out, if loaded from the actual origin server (meaning they are not loading on Google’s cloud, but the actual advertiser content system/CDN). So, when it times out, nothing shows up.
Turning of ‘lazy loading’ completely for the theme, plugins, etc., can help also.
Used to annoy me to see blank ads in places.
Now I will say, I did have a day last week, where going to my own sites on Safari/iOS9/iPad Air, all the ad spots were blank, but they worked in Chrome. So, there be gremlins afoot!
But put another way, it’s NOT theme related — all the ad spots do is inject the code for Google to fetch and render the “spot” — if it times out, nothing fills the spot.
-
This reply was modified 10 years by
simchris.
I found the answer. After searching for solutions for hours turns out you had a link to the right code right there in theme panel!
https://forum.tagdiv.com/using-other-ads/
Thank you!
hello ,
my site link : https://hakelmwateen.com/
site lang is Arabic
i would like to user my logo in right and ads in left so how to re-blase
and another problem ,
i want Main Menu in Right and search ico in left
and in all of my site i want photos to be in right and text in left
thanks
Ha ha,
Thanks for the heads up on AMP, I did read your post the other day and thought “i’ll give that 3 months to settle down” 🙂
Best
D
Hello,
1) You simply need to ad the ad title in order to get them aligned: Please use the adbox for your ads:
http://screencast.com/t/pp2ggA0uB5y (It requires the use of the ads section in the theme panel.)
2) You can add a custom css class to a row in visual composer and then use css to style it
for example: http://screencast.com/t/52xQ9CzHPL and then use css to add borders:
.mycustomrow{
border:2px solid black;
}
It will require further customization though
3) That is because you have a different implementation of the title. You use a text with title and since it’s a different element. Again you will have to use a custom class on your row because this css will affect every other text with title:
.td_block_text_with_title {
padding-bottom: 5px!important;
}
after you add the custom class you would use the code like so:
.mycustomclass .td_block_text_with_title {
padding-bottom: 5px!important;
}
4)You can use this css:
.type-post .entry-title a, .type-post textarea{
color:black!important;
}
I hope this helps.
Thanks.
Hi
The ad system it’s tested and works fine. For more details about banner ads usage with our theme please check our documentation here: https://forum.tagdiv.com/newsmag-using-other-ads/ To load different banner ads you can use this code:
<div class="td-visible-desktop">
<a href="#"><img src="image-for-desktop"/></a>
</div>
<div class="td-visible-phone">
<a href="#"><img src="image-for-mobile"/></a>
</div>
This css will display a image for desktop and a different image for mobile, including iPhone.
Thanks!
-
This reply was modified 10 years by
Andrei L..
Hello franko,
Please try to use another image for the logo because this is too small and the theme does not enlarge it and from this reason the image do not fit the thumb -> http://screencast.com/t/nx289czpkq8 Also, please notice that the custom size is only for Google Adsense and not for another used Ads. Also, I have checked your logo and seems to works as expected. For more information about Ads and Logo, please consult our documentation here -> https://forum.tagdiv.com/using-other-ads/ -> https://forum.tagdiv.com/logo-favicon/
If is not what you mean, please provide more details about your problems so I will be able to provide a more accurate response.
Hope this helps!
Thank you for the message!
Greetings !
I have a problem with og meta tags. I’m using Yoast SEO plugin for open graph tags. right now there are two og:image tags in my article’s header. obviously one is from yoast plugin. since i’m using jetpack, i thought this is a complicit with jetpack plugin. I tried by disabling jetpack but the issue didnt solved. I disabled all the plugins one by one and tried to identify what cause the issue. I disabled all the plugins but problem remain the same.
Then I activate another theme and check. Believe me my problem was solved. Then I activated the theme back and problem occurred again. So its confirmed that the problem is with the theme. I have really no idea how to remove this other unwanted og:image tag from my theme.
Please help me to solve this issue. I want to keep only the one which yoast creates .
Thanks !
Screenshot:
http://asidisi.com/wp-content/uploads/2016/03/og-image.jpg
Site: http://asidisi.com
Well .. after weeks and many experiments i tried the same ads placement on another website ” WordPress.. no caching .. no cloudflare ”
and CTR return to it’s normal rate !
So i knew that the problem is technical in my original website .. it’s not about adblockers or January month.
when the CTR is less than 1% it’s a technical problem with no doubt.
I found that many ads in different times shows White block.
I’m not a system administrator. so soon i will contact someone/company to help me 🙂
In short,
Moving to https will decrease your earnings but not too much.
Rocket loader will fu** up your earnings.
Check the ads from different devices, IPs, Times.
Hi,
Unfortunately we have not tested taboola ads, but you can try to add your taboola ad code in a custom ad spot inside the theme panel by using this method: https://forum.tagdiv.com/using-other-ads/
Paste the code in a custom ad in Theme Panel > Ads > custom ad – http://screencast.com/t/JFsT6hi5o and use do_shortcode function to place the custom ad
<?php echo do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');?>
You can then place the code in the template files here:
http://screencast.com/t/BHsSOAFTX
Hope this helps!
Sorted this via another thread, yay!
https://forum.tagdiv.com/topic/remove-ads-in-certain-postpage/#post-97412
Best to check the support threads on WordPress.org for the plugin. That is where the action is, not here 🙂
A update should push this coming week (either 0.3.2 or 0.4 depending on how they are doing their dot revisions). They have some bugs with Windows server, some things with renamed wp-content directory, some other technical things to fix.
For the schema stuff, if using Yoast SEO, be sure to use the Yoast SEO GLUE for Amp add-on.
I believe TagDiv will ALSO look at this stuff as the plugin continues to mature, but right now it’s the only gane in town unless you want to “roll your own” as they used to say.
Hi – is it possible to place an advert in the header panel (or elsewhere on the site) that is supplied by someone other than Adsense? I have an advert designed specifically for our website, but don’t know how i can get it to appear in the header panel (and elsewhere) without entering code for adsense…
I don’t have an adsense account, but it looks like adsense only supplies advertising from sources that can’t be controlled by us…what if i want to specifically place an advert on the site myself?
thanks
I installed the AdRotator plugin today and started noticing an issue with the way my site looked while the plugin was activated. I often use Style 10 and a tweaked version of Style 11 for posts with videos. The video player does not display correctly, nor do other elements on my tweaked post style.
Examples:
Style 10: https://gyazo.com/f052c438b81412d32b9c5f425ffbeff2
Style 11 (not tweaked): https://gyazo.com/96e364504e776e1847632f7cd0a69205
Style 11 (tweaked): https://gyazo.com/62f299cb924af843b8ed4e846b232ec3
In all 3 screenshots you can see the YouTube video player is not rendered correctly. And in the 3rd screenshot the Download/Subscribe buttons should have more buttons displayed underneath. This isn’t just an issue of the YouTube player not displaying correctly. In fact, I don’t even have any AdRotator ads on this posts.
I have deactivated AdRotator for now so that my site looks as it is intended to.
Any thoughts on what is wrong?
Hi!
I have a little “problem”. Under every Ad-Banner (Sidebar, Content, etc.), there is no space so that the other elements among them “stick” on it. What can I do?


Greetings
Tim
hello,
If you do not use adsense, then please use the ‘other ads’ method to implement ads: https://forum.tagdiv.com/using-other-ads/
Thank you!
I’m trying to add a 728×90 JS ad tag to the header slot (non-AdSense) and it’s not working. The same tag works fine in other slots (In-article, Below Article, etc) but doesn’t work in the header slot. Is this a known problem? Any ideas on how I can resolve it?
As a note for all reading this….
AMP is initially intended to help speed up loading of NEWS sites/content/posts; and not strictly intended for corporate sites based on “pages” … or ecommerce/shops.
Reason for this is that many more people read a news item each day than visit your staff bio page, from diverse locations and browsers. AMP puts a lot of the heavy lifting on the cloud/browser side so that what loads from site is as little as possible and has some of the features of mod_pagespeed and http/2 baked in among many other optimizations as well as optimizations for https.
Many of the “complaints” about AMP right now are “waaah, why don’t pages work with AMP — you suck!!” — which is ridiculous.
Point being, if you have a busy news site, it’s worth buying into. If you have a corporate site about your law firm, or an ecommerce site selling bunny t-shirts, not so much. 🙂
(editorial ends)
Currently I have put a unique color in blocks of my page, but when the page loads or I give the f5, the block will not load color at once, it is in two parts and gives an effect of slow, how I can solve this please.
http://s6.postimg.org/y5gf4pvsh/error.png
Also I have another problem with the color of the title of the blocks, but I put on white configuration, always they appear in black, which can be happening?
http://s6.postimg.org/fsftu5lbl/posonty_2016_02_25_00h41m48s_043.png
http://postimg.org/image/av2991jcd/
Hi
The theme only render the ad code and display its content, if there is any content to be displayed. Please check if your code it’s correct, by this i mean if generate any ads. You can test it by pasting the code within a blank post here: http://screencast.com/t/rsXDoWWv0Q then view it in browser.
Also note that our theme was designed to work only with ad-sense code or banner ads. We can’t grantee that other ad-codes will work fine with the theme or it may require a special implementation in order to work.
Thanks!
Sorry for bothering you again. I have now changed the mood so I don’t want header to be as I said before.
I want it to be of full width. I am using header style 12 and here is the link to my site. I tried hard to make header of full width but I am unable to do it. I have attached the image of how I need it. It will be great if you can help.
