Hello,
I have the following problem: I have a website [1] that will showcase around 100 photographs, each being a single portfolio item. When I enable pagination on the portfolio page, the links for sorting (i.e. showing/hiding) the photos will only grab the photos on the current page, which is very irritating, because I think it suggests to be a global filter.
For now I just disabled pagination and put the max item variable to the highest number (100). But this too is problematic, as loading and rendering times go through the roof. Is it somehow possible to have the filter work globally, but load those pictures only as soon as I click the category? Of course the default filter is "All", so we would need to combine this with an infinite scrolling capability, similar to what was suggested in another thread [2].
Thanks in advance,
Alex
[1] http://www.fotocubano.com/photos/
[2] http://www.kriesi.at/support/topic/infinite-scroll-settings














