Counter problem
Consider a thread with nested comments, 25 comments in total, 13 of them are top-level. When counter is placed with the code:
<a href="/blog/post/#isso-thread">Comments</a>,
it produces 25 all the time. However, the counter just after the <section id="isso-thread"> produces different number depending on the amount of comments shown after page load. E.g., when data-isso-max-comments-top="10" setting is applied and only 10 top-level + 6 nested comments are shown, this counter gives 19, because 3 top-level + 6 nested are hidden (10+6+3=19).
<a href="#" class="load_hidden"></a> tells that only 3 comments are hidden, whereas 3 top-level and 6 nested comments are hidden. Is it an intended behavior? It is also possible that I messed something up — I used to have nesting off, but recently turned it on and modified manually database file by setting parents for some comments.
PS if only nested comments are hidden, both counters show total number of comments.