I have read some of the other “filter not working” threads but wasn’t able to solve my issue. I have 3 areas of my site that use the tables add-on to list events.
We’ve added a fix to make Javascript for the dropdown more specific, this will be included within the next update to the Events Table Template Add-on.
In the meantime you can this fix your by opening up /wp-content/plugins/eea-events-table-view-template-1/scripts/espresso_events_table_template.js
On line 4 you’ll find:
var ee_filter_cat_id = $("option:selected").attr('class');
Replace that with:
var ee_filter_cat_id = $(this).find("option:selected").attr('class');
That will fix webinars page.
The training-schedule page does not seems to be en-queueing the Events Table JavaScript. Can you please edit that page and just click Update, then re-check if the dropdown works correctly.
Also can you post the full shortcode in use on that page please?
Thanks that made everything work including the training page.
Viewing 4 reply threads
The support post ‘Categories Filter not working’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.