I am also having problems getting the 728x90 leaderboard to show up on all of my pages in Flexibility 3.
Right now, I am only able to see it on pages named "Home" and "Blog". It is not showing up on any other pages.
The code:
<?php if (get_option('flex_adsense_loc1') == "yes") { ?>
<div style="width:730px;height:90px;display:block;margin:5px auto 15px auto;text-align:center;">
<?php
$adsize = get_option('flex_adsense_loc1size');
$adtype = get_option('flex_adsense_loc1type');
$adchannel = get_option('flex_adsense_loc1channel');
include('adsense.php'); ?>
</div>
is already included in Flexibility3, so I don't think that is the problem.
Adsense is properly being shown in Location 2, Top of Right Sidebar, so I don't think that it is a problem with Google indexing the page before it will deliver ads.
I want the 728x90 leaderboard to show up on all pages and posts. Any ideas?
Thanks!