Hey everyone!
With the Labour Day holidays coming up, we’d like to let you know about our upcoming working hours:
Thursday, May 1st: Our team will be off during Labour Day.
Friday, May 2nd: We'll also be off for an extended holiday break.
We’ll be back on Monday, May 5th, ready to respond to all messages received during this time.
In the meantime, if you need help, feel free to:
-
Use the support widget on the bottom right of our websites (Amelia and wpDataTables) — our AI-powered assistant is available 24/7 and can help with many common questions.
-
Visit our documentation, articles, or YouTube channels for quick answers and step-by-step guides.
https://www.youtube.com/@AmeliaWordPressBookingPlugin/videos
https://www.youtube.com/@wpDataTables/videos
Thank you for being so understanding, and we hope you enjoy the long weekend!
Dear Amelia Team,
I just wanted to activate Amelia but the backend dashboard ist completely blank. No Settings when I select Amelia->Settings.
I already tried reinstalling the plugin from the store and the zip, also I tried deleting the php tables.
I have installed the plugin since a few months. Bought the activation today.
Hi Philipp,
thank you for contacting 🙂
If you don't see anything in the back-end, the issue is related to a conflict with one of the plugins you have installed, or the theme that is currently active. That is - vue.js conflict.
One way to resolve this would be to disable other plugins and try to access Amelia/Customize. If you're able to access it, click on the "Use already loaded vue" slider, enable all other plugins, and delete cache from the website.
If that doesn't work, you'll need to access the wp_options table in your database:
It is possible that your prefix is not "wp_", but something else, so if that is the case, please look for "your_prefix_options" table.
When you access it, you can search through the column "option_name". Search for the term "amelia_settings":
That returns one row, and you need to edit it:
In the option_value column look for these two settings:
"useWindowVueInAmelia"
"useWindowVueInAmeliaBack"
They are both currently set to true, so you need to change those to false.
When you do that, it should all be working fine. If it doesn't, or you're not comfortable changing this in the database, please provide me a temporary wp-admin user (administrator), and database access credentials (phpMyAdmin or cPanel), and we'll gladly do this for you.