Hi,
Yes you can do it by adding this code to loop-single.php file:
<?php echo do_shortcode('[vc_row][vc_column width="1/1"][td_ad_box spot_id="custom_ad_3"][/vc_column][/vc_row]'); ?>
like this: http://screencast.com/t/L5bcdJal0, and you will get this result: http://screencast.com/t/CGRi9VLbmy.
Also you will have to style the ad box to lower it a bit using this CSS code, that you will add to your Custom CSS in Thme Panel:
.post .td-a-rec-id-custom_ad_3 {
margin-top: 30px;
}
You will then get this result: http://screencast.com/t/bzUSSMDXnws
Thank you.
Hi,
Here you have an example on how to add the ad banner on the category page and index page: https://forum.tagdiv.com/topic/adsense-below-header-on-homepage/#post-15013
Just follow these steps and do the same for the template you want the ad to display
It looks something like this on Homepage-blank Template http://screencast.com/t/yXKDHWFsd
Thanks
@Lucian, Sorry to have commented on the wrong topic (about newsmag).
I wish my ad stay that way on all pages, posts and categories, below de main menu: http://www.screencast.com/t/6mgjQsbu
But it is getting that way: http://www.screencast.com/t/ZP5653su7pi
Actually I just wanted to reduce the space between the announcement and the links below it.
I am using the header style 3 with these settings: http://www.screencast.com/t/22u7izaff
Thanks again!
Hi,
Using header style 3 should be enough to allays show the ad under the menu on all pages. I have also checked your site but haven’t found any header ad set: http://screencast.com/t/kYOH0V3P3Hbf so I can’t guarantee it will work but for the space you have under the banner you could try this css and remove the margin bottom by setting it to 0px or as you like. Here is an example: http://screencast.com/t/ivXEoqh8
.header-content-rec .td-a-rec-id-custom_ad_1, .header-content-rec .td-g-rec-id-custom_ad_1 {
margin-bottom: 0px;
}
Hope this helps!
Thanks
It worked!
looks: http://www.screencast.com/t/pqE7fGhGVZ
Thank you, Lucian!
