Any thoughts why the text is not wrapping the ad (same thing happens when adding featured image), the text starts below.
Hi,
You have article top ad there(I don’t know why is not visible, maybe because the code that you use doesn’t allows 2 identical ad on page) – http://screencast.com/t/KfSvxm8IGdao and it stops the text to wrap the ad.
You can try this custom css to hide the top ad only for this post template(so the other templates will not be affected): http://screencast.com/t/QBGT6zTa
.single_template_1 .td-a-rec-id-content_top {
display: none;
}
Thanks!
Thanks, this seems to have done the trick
Next question, on Type 11 — how can we remove the “Related Articles” from below the video (we feel it cuts off people from realizing there’s more content below) BUT put in Related Articles below the post body instead like where it usually is?
Thanks
Dave
For last question here is example:
http://www-statter911-com.firstarriving.staging.wpengine.com/2015/06/24/must-see-motorcycle-crashes-head-on-into-fire-truck/
We’re like to move “Related Articles” that’s in black now under the video down to below the post body content in the white background area.
Great theme, btw.
Hi
I think you refer at Post Template:Style 11. In that case you need to modify single_template_11.php
First you have to cut this line
echo $td_mod_single->related_posts('no_sidebar'); http://screencast.com/t/3PmfvuBB4P and paste it here http://screencast.com/t/ETedGI7Ox in the indicated area. The related article will appear here: http://screencast.com/t/CEsVgMwOZ
Thanks
In reference to hiding ads by using CSS..that’s not working for us because unfortunatley, using a div to hide the header ad for instance — the ad still gives an impression in adsense but just the div gets hidden. How can we outright ensure the code itself doesn’t even display?
http://www.statter911.com/wp-content/uploads/sites/4/2015/06/Ssho.jpg
Noticed when enabling a child theme with no customizations to the child theme…..still throws off the big boxes on the home page only…no where else.
Hi,
About hide different ad slots from different post types, is possible via code, using a php condition. You need to read the post template style and make a condition like here(if you are on template style 3 the ad will be displayed: http://screencast.com/t/iZMLs0j2O
Code: http://pastebin.com/L7tXuJcf
—————————-
About IF the article inline ad does show up, that the article bottom is hidden? I’m not sure i understand your question.
—————————-
Can the inline ad only be enabled on certain post templates?
Similar to header ad code, with a php condition to hide the ad.
—————————-
About Social Counter: https://forum.tagdiv.com/how-to-set-social-counter/
—————————-
About child theme issue.. is solved in the latest theme version 6.1
Thanks for the message!
Thank you as always for the support, I’ll look at the documentation on the JS stuff.
Expanding on my question you asked about: “About IF the article inline ad does show up, that the article bottom is hidden? I’m not sure i understand your question.”
I’m asking … AdSense only allows 3 total ads on the page. So I’m asking, if I set the inline ad to appear on articles with three or more paragraphs, and it ends up activating — can I automatically DISABLE the ad spot below the article to avoid having 4 total ads on the page?
Also ref Child Theme issue…I’m using 6.1….
See staging:
http://www-statter911-com.firstarriving.staging.wpengine.com/
Hi,
1. You will need custom work to achieve that, here you can find and alter the code to block bottom ad – http://screencast.com/t/sb35p9Xb9 unfortunately we cannot provide any type of custom work at this time, sorry!
2. Did you also updated the child theme? Please try Emil solution from this topic – https://forum.tagdiv.com/topic/big-grid-1-and-2-problems-on-newspaper-6-and-6-1/#post-55607
3. Please make sure that you delete the old version of Social Counter, then install and activate the new version of the plugin – http://screencast.com/t/qScPww6guj6 and make sure that it is the latest version – http://screencast.com/t/Mwqpwjj9rtM
Thanks!
