Cannot get header area to display shortcode of ad widget!
I just spent the last 3 hours attempting to get this to work to no avail.
I have the widgets set up in the footer:
If you look on the page at:
http://vestrocket.com
You will see that the sidebar banners, footer banner are all working great. But for some reason, in the header, it's simply echoing out the shortcode?
[widget id="minimax_blk125_widget-6"]
For some reason, I can't get this to output anything. I've tried even using the shortcodes from the working banners and pulling it into an echo_shortcode call, like:
<?php echo do_shortcode('[widget id="minimax_blk125_widget-6"]'); ?>
But it's simply not working.
I've tried using single quotes, double quotes, and I've echoed other text to ensure I'm doing it in the right area:
This is found in our functions.php. I've tried echoing text to make sure I'm editing in the right spot, and I am.
<?php if ( get_option('cp_adcode_468x60_enable') == 'yes' ) { ?>
<div class="adblock">
<?php
// $shortcode = appthemes_header_ad_468x60();
echo do_shortcode('[widget id="minimax_blk125_widget-4"]');?>
</div><!-- /adblock -->
<?php } ?>
I really, really need help getting this ad unit to display. Of course, we want to have it use a 468x60 banner as well.
Please, please help me! I will give you any information you need. Thank you so much!