When an Event is created, under Event settings, you will the field called Tags. This is the field where you are entering Tags for a certain event/s that can be used later to display them on the frontend.
You can hide some options in the Event List booking form, but when it comes to the Filter, there is only option to hide the Filters button generally
Other than this, you may use custom CSS code, but in general, there is only this option.
In regards to the Tags, to clarify my question a bit, after Tags have been created, is there a way to delete them so they don't show up in the dropdown when creating new events anymore. Can I delete them anywhere in Amelia or do I need to delete them from the database?
You are welcome. If you choose to delete them from the database, they wont be applied to the previous event, but you can hide the using the custom CSS code. The plugin is called Admin CSS MU, and with this plugin, you can edit the CSS in the WP backend.
For example, you can use this CSS code
body > div.el-select-dropdown.el-popper.is-multiple.am-dropdown-cabinet > div.el-scrollbar > div.el-select-dropdown__wrap.el-scrollbar__wrap > ul > li{ display:none!important; }
It will hide the dropdown menu, but please note that you would need to exclude this CSS, each time you want to assign new tags to the events.
How do you clear/delete Tags that have been created for Events?
Is there a way to hide certain filters for the events?
Thanks
Hello Michael,
Thanks for reaching out to us.
When an Event is created, under Event settings, you will the field called Tags. This is the field where you are entering Tags for a certain event/s that can be used later to display them on the frontend.
You can hide some options in the Event List booking form, but when it comes to the Filter, there is only option to hide the Filters button generally
Other than this, you may use custom CSS code, but in general, there is only this option.
I hope it helps.
Kind Regards,
Stefan Petrov
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables
Thank you for the info regarding the filters.
In regards to the Tags, to clarify my question a bit, after Tags have been created, is there a way to delete them so they don't show up in the dropdown when creating new events anymore. Can I delete them anywhere in Amelia or do I need to delete them from the database?
Hello Michael,
You are welcome. If you choose to delete them from the database, they wont be applied to the previous event, but you can hide the using the custom CSS code. The plugin is called Admin CSS MU, and with this plugin, you can edit the CSS in the WP backend.
For example, you can use this CSS code
It will hide the dropdown menu, but please note that you would need to exclude this CSS, each time you want to assign new tags to the events.
I hope it helps.
Kind Regards,
Stefan Petrov
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
wpDataTables: FAQ | Facebook | Twitter | Instagram | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Instagram | Amelia demo sites | Docs | Discord Community
You can try wpDataTables add-ons before purchasing on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables