We're Moving to a New Support Platform – Starting June 1st!
We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.
You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.
While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.
We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.
Thanks for your continued support and trust – we’re excited to bring you an even better support experience!
Hi,
how to remove price in the booking form ( see screenshot )
Regards
Hello Laurent
This can be removed with some CSS.
Can you please provide me a URL where the booking form is located, so I can find the correct selectors?
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
Here is a url on which it appears. Nevertheless I must be able to do it on several without having to ask you each time.
https://cu.blablacours.com/ism-pro-2/
Choose any of the 2 reservations
In the first part under options, click on "Tranche de 30 mn supplémentaires". Appears 30 minutes and just below Prix: 0.00 €. It is this line that I want to make disappear.
Then in the reserve section below, click on "Add an option":
Select an opion.
Just below appears "Durée" which must remain but I want "Prix" and the price itself not to appear.
But I want to understand to do it again
Thank you
I see for the 1rst but unable for the second part
Thank you
Hi again Laurent.
Here's what you'd need to do. When you expand "Tranche de 30 mn supplémentaires", right click on the Prix, and inspect the element:
It will open the console, right at that spot, and when you hover over a line of code, it will be highlighted on the page. Right click/copy/copy selector:
So, now you'll have the selector for "Prix", and you can add "display: none !important;":
The same goes for the actual price (0.00 €). The selector for that is:
And finally, the code for hiding both would be:
With the result:
The second part is easier, because it all comes in the same div:
So, to hide that, simply add:
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 Aleksandar
I am trying to achieve something similar to this ticket. How can I hide the prices of all reservations in the front end customer panel? Following your steps I was able to hide the Price Title and only 1 price, but I want to remove all column (see attached picture)
Thank you
Hi fabloria
Please open a new private ticket, where you can add temporary wp-admin credentials, and I'll gladly help you out with hiding this.
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
But wouldn't it be better to learn how to do it? so I don't have to always ask you. I know the basics of CSS
Thank you
Hi again fabloria
Sure, but wouldn't it also be better if we did this on your private ticket instead of flooding Laurent's ticket?
In short - you need to inspect the element, find what you want to hide (price div), copy the selector, and add "display: none !important;" statement.
That will hide the section where the price is displayed, and it needs to be added on the same page where your Amelia shortcode is, since I don't believe all services are 0.
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