As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
Hello please my client doesnt want the employees to be part of the booking but wants the location only to be available, is there any way to implement that?
And cann I make 1 manage who will manage all the locations without accessing wordpress?
Hi, Emmanuel!
Thank you for choosing Amelia.
1. As far as I understand, your client wants to hide the Employee selection on the booking form.
It can be achieved by adding a custom CSS to the page where the booking form is:
div.am-select-service > form > div.el-form-item.am-select-employee-option {
display: none !important;
}
2. A Manager in Amelia is allowed to hide but not delete anything; a manager cannot customize the front-end look of the plugin and doesn’t have access to the WordPress settings. You can find more information on our website and figure out if this role suits your case.
Hope that will help.
Best Regards.
Hello, how do I add the custom css do I go to customize or besides I am using elementor
Hi, Emmanuel!
You should go to Customize on the top of the page. And once the customization is open, please scroll down the page until you see Custom CSS/JS on the left menu bar.
After that, insert the code there:
Best Regards.