Hi,
Just purchased the theme today for my new site and totally loving it so far.
I have some problem with the ad placements, i need some ad placements to be fixed for the smart lists i have tried the ad system inbuilt which fixed my 1 ad placement at top of the list but there is no option for bottom of post if it could be done through coding or some otherway it would be best.
Screen shots where i actually want the ads:
1. Bottom Of the content: http://prntscr.com/b2ts1l before the next-previous buttons (adsense ad)
2. After the next-previous buttons http://prntscr.com/b2tpiq (taboola/content ads)
Thanks/Regards
Sam
Hello socialleo,
Unfortunately, our theme does not have such an option that offers you a way to add your ads in this places of a site, but it can be done only through code. First of all, you have to create your shortcode and then you have to place the code in core file according to smart list used by you. For example, if you are using the smart list 8, you have to add the do_shortcode method in td_smart_list_8.php, like this -> http://screencast.com/t/UFhhrRh18VFL and the code for your custom ad 1 is -> $buffy .= do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');
The result you should see here -> http://screencast.com/t/yroXAs923
Also, please ensure that your custom ad fields contain your desired code, like this -> http://screencast.com/t/wOAwvRwTwP
Hope this helps!
Thank you for your understanding!
Hi Catalin,
Thank you very much for the solution. i am going to try it now and get back to you. I have already sorted the issue for mobiles through the mobile/single.php ๐ but this desktop was giving me troubles as i am not so smart with codings ๐ thank you very much ๐
Regards/
Sam
Hello socialleo,
Please notice that if you want to show your ads for mobile theme on smart list, you have to add your ad code in Smart list Ad from Mobile Theme section, like this -> http://screencast.com/t/xxVfrgz4j For more information about our mobile theme, please check the documentation here -> https://forum.tagdiv.com/the-mobile-theme/
Hope this helps!
Thanks.