Hello, I am trying to implement a pagination with my content and allow the user to filter out results.
Here is what I have created: Click Here
The Problem: When filtering out content, for example taking out the colors black and green should display 4 results in total. However when doing this the pagination numbers do not update do to a CSS problem im guessing since those 4 results should display on the first page, instead they are on 3 pages.
Looking at the HTML using Firebug, you can clearly see whats happening. I set the pagination to show 5 site names per page. So when filtering out the results it hides the content but the pagination still displays them as a 'block' which is why the pagination is still displaying on 3 pages as opposed to 1 (when unchecking the the colors black and green).
I having been trying to fix this for some time now and can't figure out a solution, so I'm hoping someone can help me with this problem.
Thank you for any help.