Hi Dries25,
1) Could you try updating to the newest version (1.5.39) and see if that helps? If that doesn’t work, could you tell me which exposed filters you’re using?
2) You could do something with javascript, but QW doesn’t have any settings like that at the moment.
Thanks,
Jonathan
Hi Joanathan,
Thanks for the feedback.
For the 2nd point, I’ll look further.
For the first point, I’ve updated to version 1.5.39, but now the dropdown remains empty.
In the edit query, I can select e.g. taxonomy as filter and all the values are listed to be selected. But if I expose the filter, I don’t get the values in the dropdown.
Anything I can do to provide some logs for your debugging?
Dries,
Sorry about that. I’ll keep looking.
In the meantime, can you inspect the exposed form on your site to see if there are any php errors in the source that we are missing?
Thanks,
Jonathan
Jonathan,
No PHP errors are shown when I enable error reporting in my php settings.
Best regards,
Dries
Hi Dries,
I think I got it. I just pushed out a new update with this fix and a few others.
Let me know how it goes.
Thanks again,
Jonathan
Btw, the jQuery for an auto-submit like feature might look something like this:
jQuery('select[name=exposed_post_types]').change(function(){
this.closest('form').submit();
});
Hi Jonathan,
Thanks, now it’s working!
Also thanks for the jQuery code, I’ll figure out where I need to put that (never did that before).
Thanks again.