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!
I put on the page for example [ameliabooking category=2]. I have only one employee assigned to this category/service. In this scenario only the calendar appears on the page. Is it possible to force to show “window with employees selection” (even there is only one employee?)
Thanks,
Ps. Sorry for language mistakes
Hello zbyneksmetana
Thank you for your purchase.
I am sorry to disappoint you, but unfortunately something like this is not possible with the plugin's built-in features.
You would need to add a fake employee which is assigned to this service, but without any working hours saved, and in that case it would show up. We can help you hide that other employee from front-end using custom CSS, if this solution works for you.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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
Thanks.
I did as you said . I added an imaginary employee with "empty name" and remove this firs employee
.am-select-any-employee-option + li {
display:none;
}
You're welcome, zbyneksmetana
Glad I could help.
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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
I have Similar problem to the previous problem with employee selection but this time with service selection.
Is it possible to force to show “window with service selection”. Sometimes service selection desappear.
I create imaginary additional service in category.
Is it possible to remove specific service similar like "imaginary employee" with code
.am-select-any-employee-option + li {
display:none;
}
I mean for example
.first_service_element {
display:none;
}
I understood that when I try to remove items from the service drop-down list (through the class .el-popper for example) i I also remove (as a by-product) items from other lists.
Hi again zbyneksmetana
If I understood you correctly, you wish to remove one service from the dropdown? Service is mandatory, so we can't hide the whole dropdown.
I believe we could do that. Can you please tell me which service you'd like to hide, and on what page, and I'll find the selector for you?
Kind Regards,
Aleksandar Vuković
[email protected]
Rate my support
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