Hey @Kyrne I noticed an issue with Beta 14.1, plus FoF/Pages. It seems that sometimes, the pages rendered by this extension will not display fully - only the spinning logo appear. If you disable ReCache, it works fine.
In my CSS, I'm using
.Pages-container {
white-space: inherit;
}
I'm using this to strip the amount of white space as it looks really odd. What's even more odd is that if I remove this CSS line, it then works ! I have no idea why, but wondered if you could take a look ?
Thanks