I have it set so the index shows six items from three categories. When "load more items" is chosen, six more load.
However, after I load the first six and then select a specific category, only the samples shown in the first six show up and I have to load more.
What I would like to see is, if only two of a particular category page was on the initial screen and that category is chosen, four more samples load along with initial two.
Actually that is not possible because the pagination loads every time a set o 6 (or less remaining) items, the number set in theme/page options to load portfolio items (pagination) is fixed and cannot calculate how many items are on the screen to release the remaining number. So in this case when you are on all items tab and want to filter items to specific category, our script will search if there are items there, if not will hit Load More items button, otherwise it will show the items that are actually loaded. The show more button is still visible for users who want to display more on that category.
Love this theme!
I have it set so the index shows six items from three categories. When "load more items" is chosen, six more load.
However, after I load the first six and then select a specific category, only the samples shown in the first six show up and I have to load more.
What I would like to see is, if only two of a particular category page was on the initial screen and that category is chosen, four more samples load along with initial two.
Hi jefffuqua,
Actually that is not possible because the pagination loads every time a set o 6 (or less remaining) items, the number set in theme/page options to load portfolio items (pagination) is fixed and cannot calculate how many items are on the screen to release the remaining number. So in this case when you are on all items tab and want to filter items to specific category, our script will search if there are items there, if not will hit Load More items button, otherwise it will show the items that are actually loaded. The show more button is still visible for users who want to display more on that category.
I see.
What I'll do is to go from six to 12 items on the front page so the likelihood of a category ending up with only one or two samples initially is less.
Thanks.