I would like to remove the text that syas the name of the Employee at the final step when you have paid the apointment.
This is because we do not wante that the name of the employee is visible for the client. We want the notification but we do not want that the client see the name because it can change.
Unfortunately, currently, this feature is not built-in in Amelia. Maybe this can be hidden with custom CSS
You can try and use this one
#amelia-container >
div.am-fs__main > div >
div.am-fs__main-content.am-fs__congrats.am-
fs__main-
content > div.am-fs__congrats-info > div >
div:nth-child(4) {
display: none;
}
Please try it out and let us know how it goes.
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.
If you need help with adding custom JS to the page, please take a look at this article.
I would like to remove the text that syas the name of the Employee at the final step when you have paid the apointment.
This is because we do not wante that the name of the employee is visible for the client. We want the notification but we do not want that the client see the name because it can change.
I attach a screen capture
Attached files: Captura de pantalla 2023-03-27 a las 4.46.02.png
Hello eduardo,
Thank you for reaching out to us.
Unfortunately, currently, this feature is not built-in in Amelia. Maybe this can be hidden with custom CSS
You can try and use this one
Please try it out and let us know how it goes.
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.
If you need help with adding custom JS to the page, please take a look at this article.
Looking forward to your reply.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, 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
Thanks for your help and quick response. Works perfect with the code.
Is it possible to hide another label?
In this case is the "Sub Total" Label. Can you tell me if we can hide this label?
Thanks again!
Attached files: Captura de pantalla 2023-03-28 a las 4.20.30.png
Hello eduardo,
You are most welcome, we try to help as best as we can.
This should be possible to achieve with this custom CSS
Please try it out and let us know how it goes.
Looking forward to your reply.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, 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
Thanks but it does not work. Remember that I have the other custom CSS on top.
I have also tried to delete the other an place the same exact text and it does not work.
I am using Beaver builder, I attach a capture of the code. Maybe a symbol is missing?
Thanks a lot!
Attached files: Captura de pantalla 2023-03-29 a las 4.45.53.png
Hello eduardo,
Let us see what we can do, we will contact as you soon as we have a better solution.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, 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
Hello Eduardo,
Can you try out this one and let us know how it goes
Looking forward to your reply.
Kind Regards,
Marko Davidovic [email protected]
Rate my support
Try our FREE mapping plugin! MapSVG - easy Google maps, interactive SVG maps, 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
Works perfectly!
Thanks a lot for all your help.