As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
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]
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