Hi there, Is it possible to hide empty values in the filter ? If I choose one filter option it has an influence on the results of another filter option. So I don't want to see the empty values there. Kind regards Leon
Hi Leon,
Could you share the URL + screenshot of the option that I need to select to see the empty value?
saguaros here you go select webshop, whisky. Use option potstill and then look at the country or whatever. TIA Leon
Could you share the admin login info of your site also?
Done,
Hi uwtopwhisky
The login info doesn't work, could you check again?
And are you using latest version of JA Megafilter?
saguaros Latest version as of this morning, and forgot to change registered to backend permission :-( Sorry
In the file: /components/com_jamegafilter/assets/js/megafilter.js
Line 1173, I added this code:
if (self.mcount) { self.$item.show() } else { self.$item.hide() }
to hide empty items.
Kindly check.
Perfect, thank you very much, works like a charm
uwtopwhisky You're so welcome!