Problem to smart list ADV

Posted in: Newsmag
Post count: 19

Hi,
i have a problem!!! I tried to enter the adv in smartlist using the instructions on this answer:https://forum.tagdiv.com/topic/article-bottom-ads-are-not-displaying-in-list/

But when i tried to enter the adv code in the theme panel to the smartlist i don’t have the smart list space to insert the code (in your answer http://screencast.com/t/QemDkemj7)!

I have only:
– Header ADS
– Sidebar ADS
– Article TOP, Bottom, inline
– Background ADV
– 5 different custum ADV

Why?

Post count: 6535

Hi

Newsmag theme does not have implemented the ads system for smart list yet that’s why the indicated ad-spots are missing. We plan to implement the ads for smart lists in future theme updates but meanwhile if you want to use them a solution would be to use do_shortcode function in the file corresponding with the smart-list template used: http://screencast.com/t/ys6OJZXx

$buffy .= do_shortcode('[td_block_ad_box spot_id="custom_ad_1"]');

In this example I’ve used custom ad 1. If you want to use a different custom ad spot just update the number from shortcode. For example if you use custom ad 4 the shortcode will look like this: custom_ad_4

Let me know how it goes.
Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.