Okay
  Public Ticket #1877721
Filter select/deselect all checkboxes
Closed

Comments

  •  2
    gehess started the conversation

    Hi guys,

    while using the filter it can get very unhandy to select or deselect each single filter category. Is there a possibility to include a simple "select oder deselect all" checkbox?

    Thanks in advance!

  •  785
    Zhivko replied

    Hi,

    Select all checkboxes will be included in future update.


    Stachethemes Developer

  •  2
    gehess replied

    Thanks for your reply! This would be just awesome!

  •  2
    gehess replied

    Hi guys! just wonder, if this option is already included since the latest update and I couldn´t find it or if we have to wait a bit longer for this important feature? 

    Thanks!

  •  785
    Zhivko replied

    Hi,

    We'll add this option with the update this week.


    Stachethemes Developer

  •  2
    gehess replied

    Thanks for including the function. Unfortunately, the calendar doesn´t react to filter settings anymore, so selecting or deselecting doesn´t have an effect. Could you please help?`

    Link to calendar: https://taus-gymnasium.de/aktuelles/aktuelle-termine/

    Thanks

    Edit: shortcode is

    [stachethemes_ec cal=3252 agenda_cal_display=0 agenda_get_n=20]

    Edit 2: Weird thing is, some events sometimes are filtered, others even of the same category are not...

  •  2
    gehess replied

    Alright, i found a solution. Seems like the option has problems, if you´re embedding more than 1 calendar on the same page...

    But still, the function works only a the first use. if you for example deselect all events, then select some single categories and after that press deselect again, there are still some events shown in the calendar. You have to load the site again to guarantee the option to work again. Can you replicate the problem and know how to help?

    Thanks

  •  785
    Zhivko replied

    I've identified the problems and made the necessary changes in the upcoming version 2.5.5.

    I'm attaching you incomplete version of 2.5.5. This version is planned to be released next week.

    We've added CSV export in this version but still lacks CSV import.

    Let me know if the problem with the filters persists.


    Stachethemes Developer

  •  2
    gehess replied

    Thanks a lot! I´ll try this. Sorry to bother, but there´s another issue. If you deselect all categories on mobile and with agenda view, the filter flex box disapears completly and you can´t select anything. Only a small top margin of the flexbox is visible.

    Tried to fix it with some min-height variables, but didn´t work

  •  785
    Zhivko replied

    Try adding following css:

    .stec-mobile {
         overflow: visible !important;
    }

    Stachethemes Developer