Highlight Current Category
Example:
I use for navigation the Filters/Categories: ALL , WEB DESIGN, BRANDING, PRINTS, ILLUSTRATIONS...etc
1) - in jQuery filtering i have the <li class="current-cat"> - but of course, since it's done in-line, I'm missing an actual URL so I just can't give the users the option to get back to their selected category

2) - in normal filtering i don't have the "current-cat" .css class, but I have the URL

I would find it normal to be able to have the Current Category available as well on the normal filtering, so I can show the users the category they are in.
Any tweaks for this?
Thank you so much!
[LE]
Actually, I did found a tweak, for the jQuery Filtering - I just added the snippet to show the categories in the single post as well ... but if a user returns to the category "2"- let's say, by clicking on it..it just takes him to website/category2 - this making all other filters to filter in-line inside the "category2"..so practicallly, all other filters (cat3,4,5) will just filter inline inside "cat2" , even "ALL" will just filter inside "cat2" ..which makes it not such a good tweak - so my only solution is to use the normal filtering, goining to new pages for every click...but I just need to have the "current-category" class so I can highlight it

Comments
sorry but this will not work for the cateogry pages. The jQuery filtering does not need category pages, if you are using cateogry pages then you do not need a live filter.
thanks
Maybe you have some plugins that make this happen, or this is just a browser issue.
We cannot do anything about it unfortunatelly.
thanks