We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Hello Amelia Support Team,
We're managing a high volume of events and looking to optimize the event list filters to suit our needs. Specifically, we'd like to make the following adjustments:
The current setup, which requires clicking the "Filters" button only to reveal unnecessary options, doesn't align well with our usage. These changes would streamline the process and enhance usability for our visitors.
Could you guide us on how to implement these modifications, or if there’s a possibility for custom configuration on your end?
Hello Gerhard,
Thank you for reaching out to us.
1. 2. Please try the following CSS codes:
3. I am sorry to disappoint you, but unfortunately, something like this is not possible with the plugin's built-in features.
Please let me know if you have any other questions.
Kind Regards,
Uros Jovanovic
[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 so much for your help! It's perfect now.
Your code didn't remove the search bar and I would have had to target the second child in a separate line but I found a better solution.
Here it is, if anyone else needs this same functionality:
/* Hide the search field */
#amelia-container div.am-els__filters-top div.am-els__filters-search {
display: none !important;
}
/* Hide all filter dropdowns except the last one */
#amelia-container div.am-els__filters-menu.am-rw-768.am-rw-650.am-rw-600 div:not(:last-child) {
display: none !important;
}
/* Ensures alignment to the left */
.amelia-v2-booking #amelia-container .am-els__filters-top {
justify-content: flex-start !important;
}
/* Removes left margin from the filter button */
.amelia-v2-booking #amelia-container .am-els__filters-menu__btn {
margin-left: 0 !important;
}
The first line gets rid of the search field, the second one of everything except for the last child which is the date picker, the third line aligns the "Filter" button the the left and the fourth line gets rid of the 8px margin so the Filter button aligns nicely with the date picker.
I also tried to get rid of the Filter button since there would be no need for it but then decided to change the label and now it's a really clean and clear solution.
Thank you so much for your help!!!
Attached files: Screenshot 2024-04-30 181919.png
Hello Gerhard,
Thank you for the update on this and for sharing the complete solution with us.
Please let me know if you have any other questions.
I will have this ticket closed now.
Kind Regards,
Uros Jovanovic
[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