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
Since several months this problem has been reported, what a pity that there is still no solution!
I have followed the instructions and adapted the code in the database:
After that the notification setting in Amelia is reset and I have to set the email service again (Wordpress Email).
Then it resets the customized code in the database! How can I remove this ugly spacing from the emails? Please do an HTML editor, it can't be that difficult.
Thanks
We are having the same problem in our system. This is annoying since the email are terribel
Hello again
If all settings reset after you added this, you didn't do it correctly. Meaning, you probably overwrote a curly bracket, or something like that. For example, in the code you pasted there's no escape character for </div>, and it needs to be there.
Notifications section in amelia_settings looks like this:
There, you can see that "breakReplacement" is already there; so you simply need to add this between quotations:
So, in the end it will look like this:
That will correct the issue.
Our developers are currently working on some priority tasks, so adding a HTML editor will be added in the future.
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
Hello Aleksander, thank you very much for your answer.
This code was accepted. But it only minimizes the space between the DIVs but not between the <p> elements, see screenshot.
But this is the bug I want to fix. Where can this be set?
Hi again Mik
Unfortunately, at the moment, you would only be able to edit the notifications in the database table wp_amelia_notifications. For example, if Appointment approved email looks like this:
You would need to manually remove <p> and </p> and use only <br>.
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