I haven't experienced many problems with Ignition however one thing is bothering me, if I'm going to utilize it I'm going to group artists, it's great to not have to scroll through the 100 or so Metallica sets to get to Mudvane. Long story short, there's a bug in a pagination. If I'm on page 3 of "R" and switch to "S" it will load page 1 but still think I'm on the 3rd listing, so if I click next, it will not load page 2, it will load page 4.
Please set
assets/js/search/browse_functions2.js
[somewhere in the function call at Line: 893]
page = 0; #or page = 1;
Please K Thx; This will reset the page placement on index navigations.
I haven't experienced many problems with Ignition however one thing is bothering me, if I'm going to utilize it I'm going to group artists, it's great to not have to scroll through the 100 or so Metallica sets to get to Mudvane. Long story short, there's a bug in a pagination. If I'm on page 3 of "R" and switch to "S" it will load page 1 but still think I'm on the 3rd listing, so if I click next, it will not load page 2, it will load page 4.
Please set
assets/js/search/browse_functions2.js
[somewhere in the function call at Line: 893]
Please K Thx; This will reset the page placement on index navigations.