Hi Team, I have uploaded the ZIP file and activated the plugin. When I go to Amelia and try to access Settings or anything else, the page remains blank and I cant seem to access Amelia.
I read some tickets where some are mentioning this issue could be related to some conflicts by other plugins, so I disabled pretty much all plugins I have, with the exception of 3: Bluehost, MyListing (the theme I am using) and Elementor. Nothing was fixed.
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
We found that theme authors change logic of including files in back-end and front-end. You can fix this by changing some code (order of including those scripts) in your theme. You can update the My Listing theme, in file ..wp-content/themes/my-listing/includes/src/admin/admin.php search for:
wp_enqueue_script( 'vuejs' );
around line 48 and replace it with:
if (!(substr(get_current_screen()->base, 0, 6) === 'amelia')) { wp_enqueue_script('vuejs');
}
and in same file around line 64 you will find this:
Hi Team, I have uploaded the ZIP file and activated the plugin. When I go to Amelia and try to access Settings or anything else, the page remains blank and I cant seem to access Amelia.
I read some tickets where some are mentioning this issue could be related to some conflicts by other plugins, so I disabled pretty much all plugins I have, with the exception of 3: Bluehost, MyListing (the theme I am using) and Elementor. Nothing was fixed.
Hi Fadi,
Thank you for your purchase.
Please provide me a temporary WP-admin login for your site where this happens, so we could log in and take a look ‘from the inside’ as that’s the most efficient way to see and resolve the issue. We do not interfere with any data or anything else except for the plugin (in case that’s a production version of the site), and of course we do not provide login data to third party. You can write credentials here just check Private Reply so nobody can see them except us.
Best regards.
Kind Regards,
Miloš Jovanović
[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 Fadi,
We receive a lot of emails daily so can you please write them here it will be much easier and faster to see them here and investigate.
Best regards.
Kind Regards,
Miloš Jovanović
[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 Fadi,
Can you please send me the link of your website where I can login.
Best regards.
Kind Regards,
Miloš Jovanović
[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 Fadi,
Thank you for that .
Yes there is an issue with the MyListing theme.
Maybe this workaround would help
We found that theme authors change logic of including files in back-end and front-end. You can fix this by changing some code (order of including those scripts) in your theme. You can update the My Listing theme, in file ..wp-content/themes/my-listing/includes/src/admin/admin.php search for:
around line 48 and replace it with:
and in same file around line 64 you will find this:
and you will need to replace with this:
and in file ..wp-content/themes/my-listing/includes/assets.php search for:
around line 158 and replace it with this:
and everything should work fine.
Please note that when you update theme this will be overwritten so you will need to do it again.
Best regards.
Kind Regards,
Miloš Jovanović
[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
Thanks! Will do that and update you :)
Hi Fadi,
Sure let me know the result.
Best regards.
Kind Regards,
Miloš Jovanović
[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
That did the trick. Thanks :)
HI Fadi,
Glad to hear that.
Best regards.
Kind Regards,
Miloš Jovanović
[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