Hi,
Unfortunately the news2 template does not allow this function. We need it to work with theAds Pro Plugin - Multi-Purpose WordPress Advertising Manager.
The developer has suggested we hard code it into the header of the template.
Firstly this is problem with your theme header section because in the header area shortcodes are not supported so you can't use our or another shortcodes. You should use template tags or php function in header.php files
I have done the following:
- Placed suggested code in header.php file
<div class="Banner Top">
<?php echo do_shortcode('[bsa_pro_ad_space id=9]'); ?>
</div>
Unfortunately it is parsing the code but fails to show the gif image.
Thanks for your help 🙂