There isn't a possibility of creating a service without employees assigned in Amelia, unfortunately. The availability of a service is configured by the employees and their work hours, and an appointment can't be created without this.
It isn't possible to remove the Any employee option, you can hide the employee selection completely with CSS on the front-end or you can change the string Any employee to the one that you want using some translation tool.
You can change strings in the plugin by using the translation method, but in your case you would change strings in the same language, you wouldn't translate them to another one.
Strings can be changed using POEDIT or Loco Translate for example. If you want to use POEDIT then this is the instruction:
4. Open the program and open the file from the extracted folder on your computer ameliabooking/languages/en_US/wpamelia-en_US.po.
5. Change the strings you want.
6. Save the translation.
7. Go to ameliabooking/languages/en_US/ folder and copy these two files - wpamelia-en_US.po and wpamelia-en_US.mo back to your website to the location ../wp-content/plugins/ameliabooking/languages/en_US/.
Please note that this change would be deleted when you update Amelia, so you will need to apply it after each update of the plugin.
If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.
How can I completely hide employee selection with CSS on the front end? Is the employee list also hidden? Let me explain: by making a reservation with the category view, is it possible to hide the list of employees associated with the services? I am attaching some images for completeness.
Please try adding this format HTML to the page where you have your Amelia shortcode , for hiding the employee selection (it will show up when you create more employees):
Great , glad to see you managed to find the right CSS selector, thank you for letting me know.
You are welcome!
Sorry, I overlooked that one, there isn't a possibility to hide the employees for some services only, unfortunately. These employee parts can only be hidden for all services.
Is it possible to create a service without associating an employee? (in the backend)
Or in the frontend not display any employees, or the ability to select “no one in particular”?
Thank you
Hello s27giu,
Thank you for your purchase.
There isn't a possibility of creating a service without employees assigned in Amelia, unfortunately. The availability of a service is configured by the employees and their work hours, and an appointment can't be created without this.
It isn't possible to remove the Any employee option, you can hide the employee selection completely with CSS on the front-end or you can change the string Any employee to the one that you want using some translation tool.
You can change strings in the plugin by using the translation method, but in your case you would change strings in the same language, you wouldn't translate them to another one.
Strings can be changed using POEDIT or Loco Translate for example. If you want to use POEDIT then this is the instruction:
1. Download Amelia from TMS Store
2. Unzip the downloaded file.
3. Download and install POEDIT.
4. Open the program and open the file from the extracted folder on your computer ameliabooking/languages/en_US/wpamelia-en_US.po.
5. Change the strings you want.
6. Save the translation.
7. Go to ameliabooking/languages/en_US/ folder and copy these two files - wpamelia-en_US.po and wpamelia-en_US.mo back to your website to the location ../wp-content/plugins/ameliabooking/languages/en_US/.
Please note that this change would be deleted when you update Amelia, so you will need to apply it after each update of the plugin.
If you have any other questions or concerns feel free to open a new ticket and we will gladly help out.
Hello Marija,
Thanks for the reply!
How can I completely hide employee selection with CSS on the front end? Is the employee list also hidden? Let me explain: by making a reservation with the category view, is it possible to hide the list of employees associated with the services? I am attaching some images for completeness.
Thank you
You are welcome.
Please try adding this format HTML to the page where you have your Amelia shortcode , for hiding the employee selection (it will show up when you create more employees):
For hiding the employees information on the other booking steps try adding this CSS as well
You can add them all together like this:
Let me know if this helped.
Thanks a lot! Incredible! I love you :)
Only the thumbnail of the employees remains to be hidden (attached image). Can this also be hidden?
Also I was wondering if this process could be selective, in the sense of hiding employees only on certain services. It's possible?
Thanks again!
You are welcome
Yes, that can be hidden as well, please try adding this CSS too:
Thank you!
It doesn't work well, it hides other images too. But I understand how it works, and putting this code here instead:
it works fine!
As for the other question, of hiding the employees of only specific services?
Great , glad to see you managed to find the right CSS selector, thank you for letting me know.
You are welcome!
Sorry, I overlooked that one, there isn't a possibility to hide the employees for some services only, unfortunately. These employee parts can only be hidden for all services.