Home › Forums › Calendar Products › Filter Bar › Events-Page with customized Filterbar
- This topic has 5 replies, 2 voices, and was last updated 10 years, 4 months ago by
Josh.
-
AuthorPosts
-
December 9, 2015 at 9:47 am #1038332
Holger Bartels
ParticipantHi,
we need a Eventspage with a Filterbar, where a Category / Tags and Locations are expanded and with checkboxes. Just like here on this page:
https://www.milkwood.net/courses/
Somehow I would manage the styling with CSS but I don’t know how I would realize a expanded checkbox-selection.
Thank you!
HolgerDecember 9, 2015 at 10:28 pm #1038588Josh
ParticipantHey,
Thanks for reaching out to us!
You should actually be able to handle what you’re looking for within the settings for the plugin found within your WordPress dashboard under Events > Settings > Filters tab. You configure the settings with “checkboxes” and default “open” (https://cloudup.com/c57W7m00Yyp) status for the options that you would like to display.
Let me know if this helps.
Thanks1
December 10, 2015 at 12:50 am #1038597Holger Bartels
ParticipantHi,
thanks for your answer! That’s exactly how I have configured the Filterbar in the Backend.
Please check here: https://develop.dana-coaching.com/calendars
There are ‘Venues’ and ‘Categories’. They are not already expanded, instead one must click on the item to set the filter. I also do not need the ‘Narrow your results’, ‘Collapse’ and ‘Reset Filters’.
Just an expanded Filter for Categories / Venues and the ‘Update’ Button.
Thanks for your help!
HolgerDecember 10, 2015 at 10:24 pm #1039335Josh
ParticipantHey Holger,
Thanks for following up here. I tested the link you provided, however it is now going to a 404 page. I’ve tested on a local install and with that setting selectd, all of the filters show as expanded https://cloudup.com/c6A4JiNARQh.
The simplest way to remove the other elements on the page would be to use CSS to hide those elements. You could use something like:
body .tribe_events_filters_close_filters, body .tribe-events-filters-label { display:none; }Let me know if this helps.
Thanks!
December 11, 2015 at 3:20 am #1039363Holger Bartels
ParticipantHi,
sry, the URL changed. The right one is:
https://develop.dana-coaching.com/events/
Your answer didn’t help. I found the right value because I sneaked the CSS from the site mentioned above.
It is:
.tribe_events_filter_item.closed div {
display: inherit !important;
}Thx,
HolgerDecember 15, 2015 at 8:06 am #1041717Josh
ParticipantHey Holger,
Thanks for following up! The snippets from my previous reply were in reference to the other elements that you mentioned you didn’t need displayed on the page. Looking at the expanded filters on your page now, it looks like there may be additional styling that was controlling that supplied by your active theme.
I’ll go ahead and close this thread for now. If you have any further questions, please don’t hesitate to open a new thread.
Thanks!
-
AuthorPosts
- The topic ‘Events-Page with customized Filterbar’ is closed to new replies.
