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.
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;":
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)
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.
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