I bought your plugin Amelia, and in order to build an online consulting platform I'm trying to configure it into my wordpress.
I installed it following strictly your tutorial available here: https://tmsplugins.ticksy.com/article/15506/ and I didn't encountred any problems during the installation process, but when I try to access any page under the Amelia option on my Wordpress admin menu, I get a blank page, as you can see on the first attachment.
I also noticed that the page throws some errors(attachment 2), but I don't know if that are related to my issue on Amelia.
Thank you for your purchase, and sorry for the inconvenience.
This error right here:
Is telling me there's another plugin you have installed, which is also using vue.js, but it's loading it on all pages, instead of just on the pages where the plugin is active. To resolve this issue, you will need to do one of these two things:
1. Deactivate all other plugins except for Amelia (since we don't know which one is causing an issue), and Amelia should work fine after that. If it doesn't - change your theme, and then it will definitely work. Then, go to the Customize menu in Amelia, and disable this slider:
When you save the settings, reactivate all your plugins, and that's it.
2. Access your database via PHPMyAdmin (or some other tool), and access wp_options table:
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":
The search will return only one row, and you need to edit it:
In "option_value" column, search for "useWindowVueInAmelia":
There, you can see that it's currently set to false
Just change that to true, save the change, and exit phpMyAdmin.
That will deactivate the slider from #1, and you'll be able to use Amelia normally.
If you have any further questions, please feel free to ask.
Hi!
I bought your plugin Amelia, and in order to build an online consulting platform I'm trying to configure it into my wordpress.
I installed it following strictly your tutorial available here: https://tmsplugins.ticksy.com/article/15506/ and I didn't encountred any problems during the installation process, but when I try to access any page under the Amelia option on my Wordpress admin menu, I get a blank page, as you can see on the first attachment.
I also noticed that the page throws some errors(attachment 2), but I don't know if that are related to my issue on Amelia.
I hope you can help me,
Look forward, thanks!
Hello Letizia
Thank you for your purchase, and sorry for the inconvenience.
This error right here:
Is telling me there's another plugin you have installed, which is also using vue.js, but it's loading it on all pages, instead of just on the pages where the plugin is active. To resolve this issue, you will need to do one of these two things:
1. Deactivate all other plugins except for Amelia (since we don't know which one is causing an issue), and Amelia should work fine after that. If it doesn't - change your theme, and then it will definitely work. Then, go to the Customize menu in Amelia, and disable this slider:
When you save the settings, reactivate all your plugins, and that's it.
2. Access your database via PHPMyAdmin (or some other tool), and access wp_options table:
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":
The search will return only one row, and you need to edit it:
In "option_value" column, search for "useWindowVueInAmelia":
There, you can see that it's currently set to false
Just change that to true, save the change, and exit phpMyAdmin.
That will deactivate the slider from #1, and you'll be able to use Amelia normally.
If you have any further questions, please feel free to ask.
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, thank you for your support.
I just removed the "Use already loaded Vue" option under Amelia setting and now it works perfectly!
King regards,
Letizia.
Great news Letizia
Thanks for letting me know.
If you have any further questions or issues, please feel free to open a new ticket, and we'll gladly help.
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