Elementor loop grid “no results” Unknown column ‘t.term_order’ in ‘order clause’
We added a loop grid and a taxonomy filter for our products but when clicked on any filter – product tag in our case – there was no results. Query monitor gave the error :
Unknown column 't.term_order' in 'order clause'
But the default wp _terms table did not have a term_order column anyway. So the culprit for us was the “Custom Taxonomy Order” plugin, however it might be another plugin for you which modifies the get_terms() query.
Upon deactivation, our loop grid and taxonomy filter was working as expected: