Custom Ad Under Author Box?

Posted in: Newsmag
Post count: 49

I am trying to add a custom ad under the author box but it is not showing up. I have the following code:

<?php echo $td_mod_single->get_social_sharing_bottom();?>
<?php echo $td_mod_single->get_next_prev_posts();?>
<?php echo $td_mod_single->get_author_box();?>
<?php echo do_shortcode(‘[vc_row][vc_column width="1/1"][td_ad_box spot_id=”custom_ad_3″][/vc_column][/vc_row]‘);?>
<?php echo $td_mod_single->get_item_scope_meta();?>

But the text “[td_ad_box spot_id=”custom_ad_3″]” is showing up where the ad should be. Am I missing something?

Post count: 7909

Hi,

You need to use as that shortcode has been changed from 1.5 version of the theme: http://screencast.com/t/ySZz4HIarI

td_ad_box spot_idtd_block_ad_box spot_id

Thanks!

Post count: 49

Ok thanks. However, the same problem. That code is not showing the ad it is only showing “< ?php echo do_shortcode (‘[td_block_ad_box spot_id="custom_ad_3"]‘); ?>” on the posts.

Post count: 7909

Hi,

If you use 1.7 version of the theme please replace the code inside – http://screencast.com/t/hm0F7lQ36llA – with this code – http://pastebin.com/7VKde8LB as was reported an issue with the custom ads, we could not replicate it yet to see what’s causing it, we will replace it in the next update.

Hope this helps!

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