Thread Starter
rjnoya
(@rjnoya)
Hello, developing this topic. I’ve found a way for making the order change from A-Z and Z-A, with two different buttons. I follow the instructions from https://isotope.metafizzy.co/sorting.html
But the thing is I cannot make it work if I send a sortValue with a value=false from a button, It keeps returning “true” either it is says true or false. I think that its evaluate if its has a value or not, so if it says “false” it means it has a value and its “true”.
Another thing, is it possible to have the order ruled by a custom taxonomy? If perhaps I send a message saying:
$grid.isotope({sortBy:’genre’, sortAscending:false});
It doesn’t work. The only other value that works is “random”
Thanks in advance. I’ll keep investigating