Banner Ads Won't Rotate in New Version

Permalink
I had speed problems and just upgraded to the new C5 version and gone to full page caching to speed up the site, but now my banners won't rotate. I was told that banners can't rotate with full page caching, yet I have advertisers who have paid. Is there a way I can get the banners to rotate again?

 
hutman replied on at Permalink Reply
hutman
If you go into the Block Controller there should be a couple of lines that are about caching, make sure that

protected $btCacheBlockOutput = false;
protected $btCacheBlockOutputOnPost = false;
protected $btCacheBlockOutputForRegisteredUsers = false;

That should make it so that this block doesn't cache and your ads rotate.