Hi, Im setting up Amelia for a customer where you will be able to rent different halls for events.
For now, the setup is, that you book a meeting with the company to discuss your needs, and then the company books the hall for you.
However I would still like the visitors to be able to see which hall is available when. How can I best showcase this?
The issue I have is, that you are able to book hall A, hall B or both Hall A+B and the booking is for the whole day. I imagine the company can do the booking in backend, so I just want to show the calendar with available dates on frontend.
Another issue I have is the design of the booking form for the meeting - I have the visitor pick out which type of event they will be interested in booking a hall for, is there a way to make it fill out the whole width and not just a downward list? - bloomevents.dk/privat
If we understand you properly you want to be able to show all the available time slots to your customers but not to allow them to book. If this is the case then I'm afraid that this is not possible. If you show the booking form and you show avaliable time slots then a customers are able to book. There is no way to prevent them from booking so they can book without consultations with you.
As for width unfortunately, currently, this feature is not built-in in Amelia.
Our support does not fully provide customization solutions, but we can try to provide some basic CSS in situations like this.
For manipulating the width of the "outer Booking container", you can try this CSS:
As you see, we have successfully changed the width this way.
The main property to edit is "max-width" with a fixed pixel value.
Hope this helps in case it does not we encourage you to kindly consider submitting this valuable suggestion as a feature request through the following link: https://features.wpamelia.com/. The prioritization of feature development is greatly influenced by the number of customer requests received. By participating and expressing your support, you contribute significantly to the potential expedited implementation of this feature.
-
If you wish to see a built-in solution for users to choose the Booking Form width from Amelia's Customize interface,
to see if someone may have already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.
You can certainly follow our changeLog page if you'd like, where we state any changes/new features/bug fixes during updates;
and our newsletter, so you're informed about new features, bug fixes, freebies, etc.
Should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.
We wish you all the best and hope you have a wonderful day ahead.
Thank you very much for the reply, I will have to look for this feature in a different plugin then :)
Thank you for the explanation on the width - I was however looking to edit the radio list only, so that it is not just a downward list, but goes inline, filling the width of the form. I have visitors select the type of event they want to book for and the list is quite long so the form ends up being long.
If there is a way to achieve this I would love to hear from you.
Sorry that we could not be of more help in booking regards but Amelia is not designed in that way.
As width if we understand you properly you want custom field to be all the way stretched on the booking form?
If this is the case they yes we can help we have just implemented this option in the last update 7.6.1 check if you have this version and in custom field section you can choose if the custom field will occupy 1/2 or 1/1 like this
This could be issue with container size so please try and change the width. So when the width of the form is less than 768 (mobile size) and you have placed our form for example in an element whose width is 700px and therefore the width of our form is 700pxi, then this rule for 1/2 and 1/1 does not apply, they must be respected rules of responsive_a design_a, so that is why the width of all fields is 100%.
Hope this helps.
We wish you all the best and hope you have a wonderful day ahead.
This shouldnt be the case, I have now also tested by placing the booking form in a container on its own, nothing restricting the size. See screenshot :) Any css to get around this?
These settings only apply to custom fields and this is how it is supposed to look. So as far as we can see there are no issues and should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.
We wish you all the best and hope you have a wonderful day ahead.
Hi again, regarding my other question about just displaying the calendar to see the availability - I was wondering if it is possible to add css to prevent the click having any effect when you click on a day. This way I would add the booking form, however on this specific popup I would add css so that when you click on a day, it doesnt open time of day and thereby prevents the rest of the booking process.
My apologies but we do not quite what you want to achieve. Do you want to prevent that customers can book on the booking form? Sorry we have to check since Amelia is designed for appointment booking.
The website bloomevents.dk presents event halls for booking. There are three halls (A, B and A+B combined). Currently the website is not for direct booking of the halls but for booking a meeting with the manager to talk about the needs and wishes for future booking.
However, they still want to portray the availability of the halls on the website. Therefore I was thinking of adding the locations in Amelia, so that the manager can use Amelia internally as well (and not use a second software for this), as well as to portray the availability on the frontend.
Therefore I was wondering if it is possible to add a booking widget, but disable the click on the calendar part so that it does not actually have a function other than to display the availability through the colors.
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.
Hope this helps.
We wish you all the best and hope you have a wonderful day ahead.
I did not - unsure if you read/saw the attached. I am trying to use the code
{ pointer-events: none; }
On the calendar part only, meaning on the days. Can you help with this. I cannot identify the element for the days alone and not for the arrows and month selector. See attached image for the element I mean.
I consulted our colleagues but we are not quite sure what you want to achieve and how?
Please send us a short video of the issue and a narrative of how and what you want to achieve. We are not quite sure how you came to this step when we have sent you a CSS that removes the footer button so that you can not go to next step.
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.
You are most welcome, and we are glad that we were able to help you. Should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.
Hi, Im setting up Amelia for a customer where you will be able to rent different halls for events.
For now, the setup is, that you book a meeting with the company to discuss your needs, and then the company books the hall for you.
However I would still like the visitors to be able to see which hall is available when. How can I best showcase this?
The issue I have is, that you are able to book hall A, hall B or both Hall A+B and the booking is for the whole day. I imagine the company can do the booking in backend, so I just want to show the calendar with available dates on frontend.
Another issue I have is the design of the booking form for the meeting - I have the visitor pick out which type of event they will be interested in booking a hall for, is there a way to make it fill out the whole width and not just a downward list? - bloomevents.dk/privat
Looking forward to hearing from you
Kind regards
Hello there,
Thank you for reaching out to us.
If we understand you properly you want to be able to show all the available time slots to your customers but not to allow them to book. If this is the case then I'm afraid that this is not possible. If you show the booking form and you show avaliable time slots then a customers are able to book. There is no way to prevent them from booking so they can book without consultations with you.
As for width unfortunately, currently, this feature is not built-in in Amelia.
Our support does not fully provide customization solutions, but we can try to provide some basic CSS in situations like this.
For manipulating the width of the "outer Booking container", you can try this CSS:
For example, on our Demo page, if I add that CSS, the outer container expands like this :
Just the background color we set is transparent, so it is not very visible on our page,
but that width can be changed like that.
-
Now, if you also wish to manipulate this "inner Booking container width", you can use this CSS selector :
If I add that to our Demo, here is the result :
As you see, we have successfully changed the width this way.
The main property to edit is "max-width" with a fixed pixel value.
Hope this helps in case it does not we encourage you to kindly consider submitting this valuable suggestion as a feature request through the following link: https://features.wpamelia.com/. The prioritization of feature development is greatly influenced by the number of customer requests received. By participating and expressing your support, you contribute significantly to the potential expedited implementation of this feature.
-
If you wish to see a built-in solution for users to choose the Booking Form width from Amelia's Customize interface,
please feel free to search through our feature suggestion page,
to see if someone may have already suggested this feature. If you can't see it, feel free to add your suggestion there, and as more people vote, the feature will move higher on the priority list.
You can certainly follow our changeLog page if you'd like, where we state any changes/new features/bug fixes during updates;
and our newsletter, so you're informed about new features, bug fixes, freebies, etc.
Should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.
We wish you all the best and hope you have a wonderful day ahead.
Kind Regards,
Marko Davidovic
[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 again,
Thank you very much for the reply, I will have to look for this feature in a different plugin then :)
Thank you for the explanation on the width - I was however looking to edit the radio list only, so that it is not just a downward list, but goes inline, filling the width of the form. I have visitors select the type of event they want to book for and the list is quite long so the form ends up being long.
If there is a way to achieve this I would love to hear from you.
Kind regards
Hello again,
Sorry that we could not be of more help in booking regards but Amelia is not designed in that way.
As width if we understand you properly you want custom field to be all the way stretched on the booking form?
If this is the case they yes we can help we have just implemented this option in the last update 7.6.1 check if you have this version and in custom field section you can choose if the custom field will occupy 1/2 or 1/1 like this
Hope this helps.
Kind Regards,
Marko Davidovic
[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,
yes exactly, I have however tried picking both 1/2 and 1/1 but nothing changes. See attached screenshot.
Attached files: Skærmbillede 2024-06-26 095847.png
Skærmbillede 2024-06-26 095855.png
Hello again,
This could be issue with container size so please try and change the width. So when the width of the form is less than 768 (mobile size) and you have placed our form for example in an element whose width is 700px and therefore the width of our form is 700pxi, then this rule for 1/2 and 1/1 does not apply, they must be respected rules of responsive_a design_a, so that is why the width of all fields is 100%.
Hope this helps.
We wish you all the best and hope you have a wonderful day ahead.
Kind Regards,
Marko Davidovic
[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 again,
This shouldnt be the case, I have now also tested by placing the booking form in a container on its own, nothing restricting the size. See screenshot :) Any css to get around this?
Attached files: Skærmbillede 2024-06-26 113520.png
Hello again,
We will take a look at this now and as soon as we have more information we will contact you again on this ticket.
Kind Regards,
Marko Davidovic
[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
Hello again,
As far as we can see everything is working fine
These settings only apply to custom fields and this is how it is supposed to look. So as far as we can see there are no issues and should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.
We wish you all the best and hope you have a wonderful day ahead.
Kind Regards,
Marko Davidovic
[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 again, regarding my other question about just displaying the calendar to see the availability - I was wondering if it is possible to add css to prevent the click having any effect when you click on a day. This way I would add the booking form, however on this specific popup I would add css so that when you click on a day, it doesnt open time of day and thereby prevents the rest of the booking process.
Looking forward to hearing from you
Kind regards
Hello again,
My apologies but we do not quite what you want to achieve. Do you want to prevent that customers can book on the booking form? Sorry we have to check since Amelia is designed for appointment booking.
Looking forward to your reply.
Kind Regards,
Marko Davidovic
[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, thanks for the quick reply!
The website bloomevents.dk presents event halls for booking. There are three halls (A, B and A+B combined). Currently the website is not for direct booking of the halls but for booking a meeting with the manager to talk about the needs and wishes for future booking.
However, they still want to portray the availability of the halls on the website. Therefore I was thinking of adding the locations in Amelia, so that the manager can use Amelia internally as well (and not use a second software for this), as well as to portray the availability on the frontend.
Therefore I was wondering if it is possible to add a booking widget, but disable the click on the calendar part so that it does not actually have a function other than to display the availability through the colors.
Hope this clears it up!
Kind regards
Hello again,
Do you want it to look like this
If that is the case then you can use this CSS
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.
Hope this helps.
We wish you all the best and hope you have a wonderful day ahead.
Kind Regards,
Marko Davidovic
[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
Almost! Essentially I want to remove this next step (attached)
I have added the header and sidebar as well:
.amelia-v2-booking #amelia-container .am-fs__main-footer {
display: none !important
}
.amelia-v2-booking #amelia-container .am-fs_main-heading-inner {
display: none !important
}
.amelia-v2-booking #amelia-container .am-fs-sb {
display: none !important
}
Attached files: Skærmbillede 2024-07-05 150852.png
Hello again,
As far as we can see everything is fine now it looks like you managed to achieve what you needed.
We wish you all the best and hope you have a wonderful day ahead.
Kind Regards,
Marko Davidovic
[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 Marko
I did not - unsure if you read/saw the attached. I am trying to use the code
{
pointer-events: none;
}
On the calendar part only, meaning on the days. Can you help with this. I cannot identify the element for the days alone and not for the arrows and month selector. See attached image for the element I mean.
Kind regards
Attached files: Skærmbillede 2024-07-08 100333.png
Hello again,
We will take a look at this now and we will reach out to you again on this ticket as soon as we have more information
Kind Regards,
Marko Davidovic
[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
Hello again,
I consulted our colleagues but we are not quite sure what you want to achieve and how?
Please send us a short video of the issue and a narrative of how and what you want to achieve. We are not quite sure how you came to this step when we have sent you a CSS that removes the footer button so that you can not go to next step.
Looking forward to your reply.
Kind Regards,
Marko Davidovic
[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 screen recording:
Hello again,
We will consult our colleagues again and see if this is possible or not.
Kind Regards,
Marko Davidovic
[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
Hello again,
We just got the feedback from our colleagues and they have told us that you can try out this CSS
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.
This should help.
Kind Regards,
Marko Davidovic
[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
YES! That did it!
Thank you so much!
Hello again,
You are most welcome, and we are glad that we were able to help you. Should you have any further inquiries, we kindly request that you open separate tickets for each question and we will gladly help you there.
Kind Regards,
Marko Davidovic
[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