Hi, I am using a Masonry element for my portfolio with sorting options. There are a lot of items to show so it’s divided over three pages, with pagination. Whenever I click on one of the sorting options, it will only show the items from that category that are loaded on the current page.
For example:
1. Page one shows 20 portfolio items. Two of which belong to the ‘events’ category
2. The overall amount of portfolio items in the Events category is 4
3. Whenever on page one, if I click to sort to Events, it only shows the 2 from that page, not all the Event category items
I’d like to have the sorting option to display *all* items in the event category in this instance, not only the ones that are on the current page.
Is this possible?
Hi lidiadepedro!
Unfortunately there is not an easy way to go about that. The sorting is only going to work on the items that are currently in the set.
You would have to have them all display on one page to do what your wanting.
Best regards,
Elliott