Support

Home Forums Event Espresso Premium EE4 Table View Category Filter not working

EE4 Table View Category Filter not working

Posted: September 2, 2014 at 4:39 pm


Erica Harrold

September 2, 2014 at 4:39 pm

The table view is displaying all events well, but the category filter isn’t sorting. http://www.srsandbox.net/events-all

Thanks!


Josh

  • Support Staff

September 2, 2014 at 8:21 pm

Hi Erica,

There are a few conflicts with the Iced Mocha theme. We’ll be adding this fix to the next update of the Events Table template:

On line 4 of the table template’s /scripts/espresso_events_table_template.js

var ee_filter_cat_id = $("option:selected").attr('class');

can be changed to:

var ee_filter_cat_id = $(this).children("option:selected").attr('class');


Erica Harrold

September 3, 2014 at 12:48 pm

That worked. Many thanks!

The support post ‘EE4 Table View Category 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.

Event Espresso