Bottom Ad Not Working
Using Jamroom
I see this as well and will have a fix for it in the next release, for now you can modify your skins/jrMediaProLight/index.tpl file and find this code:
{if isset($_conf.jrMediaPro_google_ads) && $_conf.jrMediaPro_google_ads == 'on'}
should be near the bottom of the file, and replace it with this:
{if isset($_conf.jrMediaProLight_google_ads) && $_conf.jrMediaProLight_google_ads == 'on'}
Hope this helps,
Douglas