Ads after comments section

Posted in: Newspaper
Post count: 24

Hi guys,

I would like to add an ad (adsense) after the comments section. I tried with “article bottom” but the location is not the right one. Would you be so kind to help me?

Thank you.

My Site: wearabletechnologies.co.uk
Screenshot: http://prntscr.com/3wd3gi

Post count: 6600

Hi,

Please add this code:

<?php echo do_shortcode('[td_ad_box spot_id="content_bottom"]'); ?>

…to your single.php file like this: http://screencast.com/t/My2fHvSBj

Add this code in Theme Panel -> Custom CSS to move the ad box further from the diqus block:

.td-a-rec-id-content_bottom {
margin-top: 20px;
}

Should look like this: http://screencast.com/t/ZOFFoxhXNuB

Thanks

Post count: 24

Hi Lucian,

Thank you for your quick reply. I have made the changes, the ad appears now after the Disqus plugin but I have another question. How do I remove the article bottom ad now? If I remove the Adsense code from the article bottom probably both ads will disappear.

Please advise,

Post count: 6600

Hi,

Use a Custom Ad instead the Article Bottom Ad:

1. Go to Theme Panel -> Ads and move the Adsense code from Article Bottom Ad to Custom Ad 1 like this: http://screencast.com/t/FBuM88yc5

Replace the code for the ad in the single.php file with this one:

<?php echo do_shortcode('[td_ad_box spot_id="custom_ad_1"]'); ?>

Then add this CSS in Theme Panel -> Cutom CSS:

.td-a-rec-id-custom_ad_1 {
margin-top: 20px;
margin-bottom: 20px;
}

Thanks

Post count: 24

Hello Lucian,

Magic. Everything is perfect now.
Thank you once again for your help, much appreciated.

Kind regards,

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.