Only available days in filter bar

Home Forums Welcome! Pre-Sales Questions Only available days in filter bar

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #152792
    dirkschrama
    Participant

    Hi,
    almost all our events are on saturday or sunday. In the filter bar you have all the days. Is there a way to only see days that have events. Then you don’t have to scroll in the filter bar.

    Thanks, Dirk

    #153051
    Casey D
    Member

    Hello dirkschrama,

    Unfortunately there is no simple way to do this. Our devs are working on actually actively working on this functionality, but no word on the release date.

    It is possible to do what you want, but it is kinda messy. If you update the file ‘lib/filters/TribeEventsFilter_DayOfWeek.php’ in the Filterbar plugin, you can remove lines 12-17 so all that is left is:

    10 $day_of_week_array = array(
    11   ‘1’ => __( ‘Sunday’, ‘tribe-events-filter-view’ ),
    12   ‘7’ => __( ‘Saturday’, ‘tribe-events-filter-view’ ),
    13 );

    This is not standard, nor supported. When you update your plugin, the edits will disappear. But it will work in the meantime!

    Does this make sense? Let me know if this doesn’t work for you.

    Cheers!

    – Casey Driscoll

    #170916
    Casey D
    Member

    Hello dirkschrama,

    We typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.

    Cheers!

    – Casey Driscoll

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Only available days in filter bar’ is closed to new replies.