Hi!
We got this plugin to work ok on our blog. It was having the same problem as everyone else to start, just a blank page, but it’s working now, can anyone else check please:
https://www.electricchalk.com/contents/
That is running 2.8
I tracked the problem down (or i think i did, im not a wordpress expert), to this:
$stylesheet = az_get_stylesheet($options, $index->cols, $grouped ? $index->cssgroup : $index->csssingle);
on line 95.
Editing that line out made the page start displaying a contents page. So i put the line back in, then in the azindex admin section, we ticked the this box:
“Use customized stylesheets for the index”
It seems to be working at our end.
Hope this solution works for others!
Aaron.