Really nice theme, but I'm having problems with the templating system.
Custom pages like author.php, category.php work fine.
However, when I try file names using slugs, for example cat-{slug}.php, meta-{key}-{value}.php or author-{username}.php the custom template is not selected.
I've double checked that I'm using the correct slug in each case, and since my custom files are copied over from equivalent files, I don't think that's the problem either (eg author-yhamster.php is simply a copy of author.php with the line of code <p>yhamster author page</p> added appropriately.
Anyone else having the same problem?