Banner not showing with drawAdsPlace()
-
Hi there,
just installed SAM Version 2.9.6.121, I’m using WP 4.3.1. I placed the recommended code
if(function_exists('drawAdsPlace')) drawAdsPlace(array('id' => 1), array('before' => '<div class="ad">', 'after' => '</div>'));
into the header.php of my theme. The fallback image of the Ads Place with ID 1 appears, but not the assigend banner itself. When I use
if(function_exists('drawAd')) drawAd(array('id' => 1), array('before' => '<div class="ad">', 'after' => '</div>'));
it works, i.e. the banner with ID 1 is shown correctly. Tried to follow all instructions to the dot, banner weight is 10, no extended restriction is ticked.
Thanks a lot,
Soela
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Banner not showing with drawAdsPlace()’ is closed to new replies.