The way the filterable portfolio is configured on the home page, there is a count we need to set with portfolio VC component so that only those number of portfolios are displayed on the home page (assuming for good user experience OR page design). Lets say i have total of 12 portfolios and the count i have used on home page portfolio VC component is 6. This results in first 6 portfolios being fetched for home page. When we click on the portfolio categories they filter out the portfolios from within those 6 portfolios only, which results in some categories being shown as blank. Is it possible that all 12 portfolios are fetched for the home page, but not more than 6 are displayed at any time. If this is possible, then all portfolio categories will display as many portfolios as possible, not exceeding the count of 6.
i hope i did not confuse you. 🙂