WordPress version 2.9.2
Plugin version 1.3.1
Highlighting the current category is not working for posts.
Here is the fix:
OPEN FILE:
focal_wp28.php
SEARCH FOR:
if (!found)
REPLACE WITH:
if (!$found)
The fix above will output the styles for the selected categoies correctly, however you will still not be able to see the categories highlighted as the stylesheets for them are not included with this plugin.
It would be great if you could please supply the needed stylesheets for this plugin such as "focalLinkSelected" and all the others so that it works as expected in the next release.
http://wordpress.org/extend/plugins/folding-category-widget/