With the 7.8.1 update, the reservation form 2.0 text formatting is broken on the "Addons" page now. The VAT tag and price is formatted badly when you view the form on desktop. Please see the attached images. It would be great to have this fixed because reading the prices and VAT tag is very hard for our clients and not user-friendly at all. I downgraded to 7.7.1 in the meantime where the formatting is much better.
That will break the right side of the card into a column on a large screen, if it suits your needs.
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.
Thank you so much for the CSS workaround and I'm really glad to hear that this will be fixed in one of the future plugin updates. I will make sure to keep an eye on the changelog.
Can I ask you one more thing? Some time ago I tried asking about adding one simple translation string to the reservation form that is currently missing. You colleague told me that he might suggest this small fix to your developers. Would you be able to check if this might be in the works for some future update as well? It was this ticket: https://tmsplugins.ticksy.com/ticket/3697374/
You are welcome. I will make sure to forward the second request so we can add this in future updates. Not really able to promise ETA at this moment, but we will make sure to fix all of these bugs and missing strings.
With the 7.8.1 update, the reservation form 2.0 text formatting is broken on the "Addons" page now. The VAT tag and price is formatted badly when you view the form on desktop. Please see the attached images. It would be great to have this fixed because reading the prices and VAT tag is very hard for our clients and not user-friendly at all. I downgraded to 7.7.1 in the meantime where the formatting is much better.
Please see the attached images.
Thank you so much!
Attached files: v7.7.1.png
v7.8.1.png
Hi Marek,
Thanks for reaching out to us. Let me consult developers for a CSS workaround. I will get back to you as soon as I have feedback.
Thank you for your patience and understanding.
Kind Regards,
Stefan Petrov
[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
Meanwhile, can you send us the URL of the webpage where the booking form is located?
Kind Regards,
Stefan Petrov
[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 Marek,
Thanks, well, since you've reverted back to 7.7.1, then the page won't be much of a help. Let me consult developers for a CSS workaround.
I will get back to you as soon as possible.
Kind Regards,
Stefan Petrov
[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 Marek,
We noted this as a bug and will be addressed in one of the upcoming updates.
Until then you can try this CSS:
@media (min-width: 961px) {
#amelia-container .am-fs__extras-card__header-right {
flex-direction: column !important;
gap: 4px !important;
}
}
That will break the right side of the card into a column on a large screen, if it suits your needs.
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.
Kind Regards,
Stefan Petrov
[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
Thank you so much for the CSS workaround and I'm really glad to hear that this will be fixed in one of the future plugin updates. I will make sure to keep an eye on the changelog.
Can I ask you one more thing? Some time ago I tried asking about adding one simple translation string to the reservation form that is currently missing. You colleague told me that he might suggest this small fix to your developers. Would you be able to check if this might be in the works for some future update as well? It was this ticket: https://tmsplugins.ticksy.com/ticket/3697374/
Thank you so much Stefan for your help!
Hi Marek,
You are welcome. I will make sure to forward the second request so we can add this in future updates. Not really able to promise ETA at this moment, but we will make sure to fix all of these bugs and missing strings.
Kind Regards,
Stefan Petrov
[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
I really appreciate it! Looking forward to the updates.
Thank you again for the help. Have a great weekend.