Unfortunately, if a service has more employees assigned, the employee drop-down will be offered. There's a way to hide it with some custom CSS, so "Any employee" is always selected:
div.am-select-service > form > div.el-form-item.am-select-employee-option {
display: none !important;
}
But it will not allow your customers to see the calendar right away, and they will need to click on "Continue" button first.
To skip the first step when you hide the employees section, you will need to create a custom script that will automatically click on "Continue" when the page is loaded. However, this is a custom solution, and it's not something we can help you with, since customization doesn't fall under included support for the plugin.
I would like to come back overt his because the CSS solutions is not the ideal one and I hope you had created a better solution for this.
When my customer are picking a date I want to show them high availability. For me it does not matter who employee is providing the service.
The problem with the defalt WP Amelia behaviour is that when you ask for a employee you are forcing the customer to pick from a very limited set of slots.
Could you give us a better solution rather than the CSS solutions that look like this: https://a.cl.ly/7KuPgnWn
Hi!
I am using this shortcode: [ameliabooking service=1]
But It prompts user to select an employee... for our service it does not matter which employee is attending.
For us always is "Any employee" we do not want the user to choose between employees...
For us this is a unnecessary step.
Thank you,
Alejandro
Following, looking at same item.
Hello Alejandro, hello Chase
Unfortunately, if a service has more employees assigned, the employee drop-down will be offered. There's a way to hide it with some custom CSS, so "Any employee" is always selected:
But it will not allow your customers to see the calendar right away, and they will need to click on "Continue" button first.
To skip the first step when you hide the employees section, you will need to create a custom script that will automatically click on "Continue" when the page is loaded. However, this is a custom solution, and it's not something we can help you with, since customization doesn't fall under included support for the plugin.
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
Thank you Aleksandar!
It worked.
After the CSS this is the screen I am showing to my customers:
https://a.cl.ly/6queGvZ8
Just to clarify, the code hides the option to select any employee.
Thank you,
Alejandro
Hi again Alejandro
Yes, unfortunately, that screen can't be skipped, as the option to select an employee is still there, only hidden with CSS.
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
Hi!
I would like to come back overt his because the CSS solutions is not the ideal one and I hope you had created a better solution for this.
When my customer are picking a date I want to show them high availability. For me it does not matter who employee is providing the service.
The problem with the defalt WP Amelia behaviour is that when you ask for a employee you are forcing the customer to pick from a very limited set of slots.
Could you give us a better solution rather than the CSS solutions that look like this: https://a.cl.ly/7KuPgnWn
Thank you,
Alejandro
Hi Alejandro
At the moment, you can only skip that first "Continue" step with some custom JS.
Leave any CSS you have for hiding the employee drop-down, and add this JS on the page:
If you have v3.1.2, the booking form will automatically skip to the calendar.
We will release a new Customize feature in the next month or two, so hopefully this will be easier to achieve.
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
Thank you Aleksandar!
You're welcome Alejandro.
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
Hello again Aleksandar!
I update Amelia to versión 3.1.2 https://a.cl.ly/7KuP0g6D and the "Continue" button is present despite is new version. https://a.cl.ly/llu5D1X8
How can I get automatically skip to the calendar? Do I need to use the JS option?
Thank you,
Alejandro
Hi again Alejandro.
Version 3.1.2 automatically skips to the calendar if you add the JS on the page:
So, there's no need to make any changes in the plugin's code, but this script is still necessary.
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
Ok Aleksandar!
I did not know I should add the js. I will do it now.
Thank you!
You're welcome, Alejandro
Glad I could be of service.
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