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?)
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.
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.
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