Hi. Sorry you’re experiencing this known bug.
I marked this thread as Pending Fix, which means it should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release.
I apologize for this issue and appreciate your understanding and patience.
In the meantime, you might want to try hard-coded fix:
- /wp-content/plugins/the-events-calendar-filterbar/src/Tribe/Filters/Time_Of_Day.php
- Line 39 starts with `$this->joinClause .= “ INNER JOIN`
- Change the INNER to LEFT
- See if that makes things work for you
Note that such a fix (if it fixes it for you) would be overwritten anytime you update your Filter Bar plugin.
Please let me know how this goes for you if you do decide to try it.