I must have done something wrong, but I have copied my code from Google DFP and placed it where it should go in the theme box, as well as added the other code into the header, as well as put it in the custom HTML section. Nothing shows up.
If you could provide me with an email, I could provide the site details as we are still building the site and it is not public yet.
Or point me in the direction of additional trouble shooting information that would be great.
Thanks,
Eric
Hello elpaulli,
The DoubleClick ads aren’t recognized by theme’s ad system and the code is rendered as it is. The theme only works using google Adsense ad codes: https://forum.tagdiv.com/ads/ … for another type of ads you can either use wp text widget or a plugin like Simple Ads Manager or AdRotate to render the code then use theme’s ad spots. For more references about this regard, you can consult this topic -> https://forum.tagdiv.com/topic/tutorial-responsive-ads-with-google-dfp/
Thank you for your understanding!
Hello elpaull,
Unfortunately, our theme does not have such an option to give you a way to add a widget area on your header area, sorry! Please notice that is a complex task that requires doing some additional customizations through the code and this involve custom work. As a hint, you have to create a new template like the default, create a custom sidebar and add it directly in the code. For more references about how you can add it in code, please check this topic here -> https://forum.tagdiv.com/topic/modify-sidebar-on-a-virtual-page/ If you are not aware the further steps which you have needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide customization services at the moment, sorry!
Thank you for your understanding!
I am using Newspaper 7.0.1. I have found a problem with Adsense ads not displaying when I chose smartList layout for a post. Is this a known bug or is this something which can be fixed by tweaking some settings??
Another thing. Ok – I though it was worth trying to put Article Ads as shortcode in top and bottom of my post which had smartlist layout, as it didnt display ads in case of smartlists. Voilla I could not find a single reference to shortcodes in this so called documentation which eventually lead to this Forum!! All I could find is a word [shortcode] in https://forum.tagdiv.com/article-ads/, which says:
[shortcodes] – the spot will run do_shortcode() on the ad. Using shortcodes you can add adRotate ads to that spot. – What does this mean? Can you explain.
Where do I find a list of SHORTCODES this theme provides? Is it not worth considering to put a page somewhere which list all the shortcodes this theme provides?
I am a web developer with almost 10 years of experience in coding, still I am finding it hard to find solutions and helpful things in this theme’s documentations.
-
This reply was modified 10 years by
arvindk. Reason: changed 7.1 to 7.0.1
Hello arvindk,
Please notice that the Ads will be displayed for your smart list only if you will use the Smart list 6,7,8 -> http://screencast.com/t/CTFhbjN8Z and the ads for these you can set from the Theme panel, like this -> http://screencast.com/t/cg1K7wGv7pA
Unfortunately, we do not have a list with theme shortcode. So, if you want to use the do_shortcode() method, all of your desired shortcode you will have to take from your Visual Composer, like this -> http://screencast.com/t/Xqf5mOWElRH and the shortcode for this element you can get it in this way, like this -> http://screencast.com/t/YmiFx4k6Pyr This type of method are used then you want to add your ads (in this example) in a certain place of your site. For example, the snippet of the code for this Ad box will be the following ->>
<?php echo do_shortcode('[td_block_ad_box]');?> and then this it would have to be added in the core files corresponding to your desired place from your website. (for example, if you add the ad in your posts, you have to edit the loop-single corresponding to single template used by you and so on).
If you need more assistance in this regard or you have another problem, please submit a new topic on the forum.
Thank you for your understanding!