When I check out that page I see there are no issues, but I don't have the log-in credentials, so that part checks out.
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:
What's the version of My Listing you have installed?
You should update it if there's an update available. We've had a few customers who use it, and this fix worked flawlessly. I even tried applying the same changes, and using the My Listing theme, instead of the child theme, but the issue is still the same.
I am also an user of both Amelia and MyListing and I very much hope that these two could work together without any code change as they are wonderful complements to each other when it comes to themes and plugins. I thought Amelia could probably consider the approach described in this page as to maximize its compatibly with different themes in the future.
Hello Husin.
When I check out that page I see there are no issues, but I don't have the log-in credentials, so that part checks out.
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,
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 Husin.
I see you're using MyListing theme.
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,
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 again Husin.
What's the version of My Listing you have installed?
You should update it if there's an update available. We've had a few customers who use it, and this fix worked flawlessly. I even tried applying the same changes, and using the My Listing theme, instead of the child theme, but the issue is still the same.
Please let me know what happens when you update.
Best regards.
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 again Aleksandar !
I found it !!
Its due to 'Vuejs' conflict between My-Listing theme and Amelia
I comment this line in assets.php and everythink work fine!
Hello Husin
Great news! Thank you for sharing this with us. We've had some issues with this theme, and this is actually another solution that could come in handy.
Best regards.
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,
I am also an user of both Amelia and MyListing and I very much hope that these two could work together without any code change as they are wonderful complements to each other when it comes to themes and plugins. I thought Amelia could probably consider the approach described in this page as to maximize its compatibly with different themes in the future.
Using multiple Vue instances on the same page:
https://codingexplained.com/coding/front-end/vue-js/using-multiple-vue-instances-page
Hello again allenlinw
I see this is a duplicate response, as in the other ticket which I just replied to. The same answer applies here:
I will forward it to our development team, and they'll take a look at it, and see if it could be implemented.
Much appreciated!
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