As it says in your documentation in "Customizing the Design of Amelia Booking Forms":
For some elements, you can choose whether they will be shown on the front-end or not, and for some selections like Locations or Employees, you can choose whether they will be mandatory in the booking process or not.
That is correct customizing services but I am wondering how can I hide the option to chose employee when customizing packages so the clients wont be able to chose. Please see attached pictures. I don´t see an option to hide the employee selection, can you give me some css to hide it ?
We carefully follow suggestions from our customers and the more vote the feature gets, the more priority we put on implementing that feature in one of the future updates.
You can use different shortcodes instead. For example, this one [ameliacatalogbooking show=packages]
You can find more information about shortcodes on this link - Amelia Shortcodes
Please, let me know if you have any other questions.
Yes, actually I am using that shortcode for just show packages. But I don't want any of our clients to mistakenly select the 'employee,' as that way the system would always assign the same employee, and that would limit the availability of time slots. That's why I was asking you about any CSS to hide it, as I'm aware that changes in the plugin take time.
p { display:none!important; } #amelia-container > div > div > div.am-fs__pas.am-fs__main-content > div.am-fs__pas-filter > div:nth-child(1) > div > div > div > div{ display:none !important; } #amelia-container > div > div > div.am-fs__pas.am-fs__main-content > div.am-fs__pas-filter > div:nth-child(2) > div > div > div > div > input{ width: 460px!important; }
Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS or JS can be done in a few different ways.
If you need help with adding custom CSS to the page, please take a look at this article.
Hello
As it says in your documentation in "Customizing the Design of Amelia Booking Forms":
For some elements, you can choose whether they will be shown on the front-end or not, and for some selections like Locations or Employees, you can choose whether they will be mandatory in the booking process or not.
That is correct customizing services but I am wondering how can I hide the option to chose employee when customizing packages so the clients wont be able to chose. Please see attached pictures. I don´t see an option to hide the employee selection, can you give me some css to hide it ?
Best regards
Attached files: 1 Services.jpeg
2 Packages.jpeg
Hello Carlos,
thanks for reaching out.
Unfortunately, there is currently no such option with Amelia's built-in features. For now, you can only hide the Employee field in the Service.
You can suggest that feature on the following link: https://features.wpamelia.com/
We carefully follow suggestions from our customers and the more vote the feature gets, the more priority we put on implementing that feature in one of the future updates.
You can use different shortcodes instead. For example, this one [ameliacatalogbooking show=packages]
You can find more information about shortcodes on this link - Amelia Shortcodes
Please, let me know if you have any other questions.
Kind Regards,
Stefan Petrov
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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 Stefan
Yes, actually I am using that shortcode for just show packages. But I don't want any of our clients to mistakenly select the 'employee,' as that way the system would always assign the same employee, and that would limit the availability of time slots. That's why I was asking you about any CSS to hide it, as I'm aware that changes in the plugin take time.
Hello Carlos,
please try this CSS code -
Custom code needs to be applied to the page where the booking form is. Depending on what you're using (Gutenberg blocks, or some page builder), adding the CSS or JS can be done in a few different ways.
If you need help with adding custom CSS to the page, please take a look at this article.
Let me know if it works.
Kind Regards,
Stefan Petrov
[email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, and floor plans, choropleth maps and much more - https://wordpress.org/plugins/mapsvg-lite-interactive-vector-maps/
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