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!
I am putting the Amelia Events Calendar type shortcode in a Bootstrap 5 Modal. However, when the Amelia shortcode first loads when the modal opens, it does not show the calendar view correctly. Only upon resizing the browser window with the BS modal open does the Amelia shortcode then show the calendar correctly.
Is there a JS event for when the shortcode has finished loading where I can trigger a screen resize or another suitable option or fix?
[ameliaevents type=calendar]
Attached files: before screen resize.jpg
after screen resize.jpg
Hello Tom.
Can you please provide me with the front-end page where our developers can take a look at 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
Hi Aleksandar,
My fault, this change was discarded during a git push. I have put the calendar display type back.
Thanks, Tom.
I could replicate the issue and I forwarded it to our developers, so they can take a look.
Since this is a popup of some sort, I need to tell you that, at the moment, we only support Elementor's Popup and that we can't guarantee that our forms will work correctly with other popups.
If you're using Elementor's popup we will, of course, do our best to see what's behind the issue.
I'll get back to you when I hear from our developers.
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
Hey Tom.
This JS code should solve the issue when added to the page:
Since you have two buttons, it's best to assign a unique class in HTML and then you'll be sure that this script is activated only when these buttons are clicked with the classes "btn-accent" or "btn-outline-accent".
If you're adding a single class, like "single-class-aaa", you can use the script below:
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