Two Filter-bar questions

Home Forums Calendar Products Events Calendar PRO Two Filter-bar questions

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #932634
    xrossglobalgroup
    Participant

    Hello,

    I have the filter bar installed on: https://expatclub.org/events/ and have two questions.

    1. the first day of the week is Sunday. This should be Monday. In the WP general settings it is Monday, but in this filter bar not. How can I change this?

    2. I would like the filters to be closed (so the drop-down should not show, but only the drop-down category). This leaves more space for other widgets under the filter bar, e.g. to show which members have recently registered for the events.

    I am looking forward to hearing from you.

    #933107
    Brook
    Participant

    Howdy,

    I would be happy to help you with those. Here are the answers respectively:

    1. That is unfortunately a bug. I just brought it to the attention of my manager that someone else is facing this (It was only one person before). Currently the only way to fix this would be to modify the order in /the-events-calendar-filterbar/lib/filters/TribeEventsFilter_DayOfWeek.php, which if you make any changes to that they will fet lost upon update. 🙁 But, in a future version you will be able to control it with the “Week starts on” setting in WP Admin.
    2. A little bit of Javascript will do that. All you need to do is add the CSS class “.closed” to every item with the following class “.tribe_events_filter_item”. You can use your favored JS library. If you wanted to go jQuery running this on page load:
      jQuery('.tribe_events_filter_item').addClass('closed');

    Does that make sense? Did that work? Please let me know. Thanks!

    – Brook

     

    #949832
    Brook
    Participant

    Since this topic has gone for a spell without an update it is getting archived. If you need anything else though please feel free to open a new topic, we would love to help. Cheers!

    – Brook

    #966732
    Leah
    Member

    Hi there,

    Thank you for your support and patience while we worked on this issue. We are happy announce that we have incorporated a fix into our upcoming 3.10 release. Keep an eye out for a release announcement on our site and for updates available on your WordPress dashboard.

    While we have thoroughly tested this release and are confident of its quality, it is impossible to account for every edge case in the wide world of WordPress. If you run into trouble with the new version or you don’t see your reported issue corrected, please start a new thread and we will be happy to work with you.

    Thanks again for your patience here. We’re excited to get this version out the door and into your hands!

    Best,
    The Events Calendar Team

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Two Filter-bar questions’ is closed to new replies.