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!
Hello i need 2 things !!!
1. Add custom fields for event in the reservation
2. Add coupons for event
This 2 features are available with services, could you make it works for events.
This is the 2 last things i need for swap from services to events !
Hello Morgan.
Both of these features were introduced with the latest update - v.2.3 (Released 22.10.2019). You simply need to update the plugin to the latest version and you'll have both custom fields, and coupons for events.
You can log into our store with the credentials you received in your e-mail when you purchased the plugin, and download the latest version from there.
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
Wow it's perfect :)
I am trying to filter event by ID. But i can't find the ID of my events, i tried with ID 1 / 2 / 3 and nothing is showing. Do you know where i can find the ID event ?
And is there a way to show only the 2nd or 3rd or 4th or XX next event with the shortcode ?
Here the shortcode i used
[ameliaevents event=1 recurring=1]
Hi again morgan.
If you have the Gutenberg editor enabled, you can add Amelia Events block, and when you do, you will get a few selection boxes on the right, so you can choose the event.
Their IDs are stored in the database, and at the moment the only way other than using the Gutenberg block, would be to open wp_amelia_events, and there you can see the actual ID of an event.
Unfortunately, at the moment, it's only possible to display one event ID through one shortcode.
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 Aleksandar, i not sure to understand.
Actually i am using DIVI and the divi builder, if i go into my datadase to see the ID ;)
- Can i display one ID event with a shortcode
- Can i display Two or more ID event with a shortcode for exemple [ameliaevents event=1,2,3]
- Can i decide to display only the 2 next events and not all for them with a shortcode for exemple [ameliaevents event=1 number_of_event_to_show=2]
Hello again morgan.
Unfortunately, only these shortcodes are available for events at the moment:
You cannot display more than one event in the same shortcode, but you can add more than one shortcode on a page and display them like that.
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 hope you are well,
I found my id number on the database,
When is use [ameliaevents event=16] it show the right event
But when i add [ameliaevents event=16 recurring=1] nothing is showing (the event is recurring)
And the shortcode with tag isn't working too,
Could you let me know how i could fixed that,
thanks
Hi again Morgan.
Here's the thing - when you create a recurring event, each new day gets a new ID.
So, if you have only one event, which is configured to be recurring weekly, you will probably have something like this:
[ameliaevents event=1] - 13.01.2020.
[ameliaevents event=2] - 20.01.2020.
[ameliaevents event=3] - 27.01.2020.
[ameliaevents event=4] - 03.02.2020.
[ameliaevents event=5] - 10.02.2020.
[ameliaevents event=6] - 17.02.2020.
So, if you use [ameliaevents event=6] it will only show the event for 17.02.2020. and if you include "recurring=1", it will not show anything after that, simply because that's the last recurring event.
However, if you were to use [ameliaevents event=1 recurring=1] it will show all of the events listed above.
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