Comments 5zdenekklika started the conversationOctober 13, 2020 at 7:49amHello, thanks for pretty calendar plugin, I have question how to edit options in filters:I would like to remove the option from the selection. For example, I would like to remove the "unlisted" option from the location selection. Next I need to remove the "Online events" and "No location" options from the locations filter.Thanks for help.Zdenek 877Zhivko repliedOctober 13, 2020 at 12:11pmHi,Go to Dashboard -> STEC -> Fonts & Colors -> Custom style tab and add following css: .stec-top-menu-filter-by-location li[data-location="stec-virtual"], .stec-top-menu-filter-by-location li[data-location="none"], .stec-top-menu-filter-by-category li[data-catid="0"] { display: none !important; } Stachethemes Developer 5zdenekklika repliedOctober 14, 2020 at 4:07amHi, thanks for quick answer. I pasted the code above, but the filtering stopped working. It is possible to completely hide the location filter? I don't necessarily need it on the site. 877Zhivko repliedOctober 14, 2020 at 8:52amIt's strange for the filter to stop working from this css. Is it possible to send me link to the front-end to take a look? Stachethemes Developer 5zdenekklika repliedOctober 14, 2020 at 9:04amI have limited access to the site currently, send me pls your public ip for access. 877Zhivko repliedOctober 14, 2020 at 9:21am84.43.204.12 Stachethemes Developer 5zdenekklika repliedOctober 14, 2020 at 10:26amok, https://new.pacov.cz/If you will need, i can send administration access to you. 877Zhivko repliedOctober 14, 2020 at 11:36amI've tested the problem locally and it turned out there'a bug in the minifer we used to compress the javascript.We'll upload fix today for this. (v3.1.7) Stachethemes Developer 5zdenekklika repliedOctober 15, 2020 at 3:45amOK, filtering now works. Thanks.One more question: It is possible to completely hide the location filter? I don't necessarily need it on the site. 877Zhivko repliedOctober 15, 2020 at 7:52pmYes, via custom css: .stec-top-menu-filter-by-location { display: none !important; } Stachethemes Developer 5zdenekklika repliedOctober 16, 2020 at 7:49amThx very much for your replies.1 Like Sign in to reply ...
Hello, thanks for pretty calendar plugin, I have question how to edit options in filters:
I would like to remove the option from the selection. For example, I would like to remove the "unlisted" option from the location selection.
Next I need to remove the "Online events" and "No location" options from the locations filter.
Thanks for help.
Zdenek
Hi,
Go to Dashboard -> STEC -> Fonts & Colors -> Custom style tab and add following css:
Stachethemes Developer
Hi, thanks for quick answer.
I pasted the code above, but the filtering stopped working.
It is possible to completely hide the location filter? I don't necessarily need it on the site.
It's strange for the filter to stop working from this css. Is it possible to send me link to the front-end to take a look?
Stachethemes Developer
I have limited access to the site currently, send me pls your public ip for access.
84.43.204.12
Stachethemes Developer
ok, https://new.pacov.cz/
If you will need, i can send administration access to you.
I've tested the problem locally and it turned out there'a bug in the minifer we used to compress the javascript.
We'll upload fix today for this. (v3.1.7)
Stachethemes Developer
OK, filtering now works. Thanks.
One more question: It is possible to completely hide the location filter? I don't necessarily need it on the site.
Yes, via custom css:
Stachethemes Developer
Thx very much for your replies.