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

Okay
  Public Ticket #2754457
Functionalities
Closed

Comments

  • PABLO DIAS MENEZES started the conversation

    Hello.

    Is it possible to eliminate label "Any Employees" from dropdown booking selector or change label. I know I can change the word "Employee" but the word "Any" will remain there. Actually, I don't need this option on dropdown because I need my user to select one of the options, not any one of them.

  • [deleted] replied

    Hi, Pablo!

    Sorry for the delayed response.

    Probably it can be achieved with custom CSS

    Could you please provide us with the URL to the page where you'd like to hide the "Any Employee" option?

    Best Regards. 

  •   PABLO DIAS MENEZES replied privately
  • [deleted] replied

    Hi, Pablo!

    Thank you for the clarification.

    I will have to contact our front-end developer regarding your case, that might take some time.

    I will get back to you right after I receive their response.

    Best Regards. 


  • [deleted] replied

    Hi, Pablo!

    Please try to add this CSS to the page with Amelia:

    .amelia-app-booking #am-step-booking .am-select-date.am-package-setup .am-package-employee-location .el-input__inner::placeholder,
    .amelia-app-booking .am-step-booking-catalog .am-select-date.am-package-setup .am-package-employee-location .el-input__inner::placeholder,
    .amelia-app-booking #am-step-booking .am-select-date.am-package-setup .am-package-employee-location .el-input__inner::-webkit-input-placeholder,
    .amelia-app-booking .am-step-booking-catalog .am-select-date.am-package-setup .am-package-employee-location .el-input__inner::-webkit-input-placeholder,
    .amelia-app-booking #am-step-booking .am-select-date.am-package-setup .am-package-employee-location .el-input__inner::-moz-placeholder,
    .amelia-app-booking .am-step-booking-catalog .am-select-date.am-package-setup .am-package-employee-location .el-input__inner::-moz-placeholder,
    .amelia-app-booking #am-step-booking .am-select-date.am-package-setup .am-package-employee-location .el-input__inner:-ms-input-placeholder,
    .amelia-app-booking .am-step-booking-catalog .am-select-date.am-package-setup .am-package-employee-location .el-input__inner:-ms-input-placeholder,
    .amelia-app-booking #am-step-booking .am-select-date.am-package-setup .am-package-employee-location .el-input__inner:-moz-placeholder,
    .amelia-app-booking .am-step-booking-catalog .am-select-date.am-package-setup .am-package-employee-location .el-input__inner:-moz-placeholder {
     color: transparent;
    }

    It should remove the Any Employee placeholder.

    Looking forward to hearing from you.