Hi,
Thanks for contacting us, we will check this issue and will provide the update soon.
Thanks
Hi osCitas Themes, I’m having the same issue as @flashnet69 as well. Just wondering if you’ve found a solution to the issue yet and if you plan on releasing an update soon to fix this? Thanks!
Hi,
I am having this problem with v4.4 – even if I disable the plugin I am having problems in the backend.
Thanks
Any update on this issue?
Will also check with the repo on GitHub
Hi,
We are working on the plugin and soon will update the plugin, so keep in touch.
Thanks
does the pro version also have this issue?
Hi Baden,
No, paid version don’t have such type of issues.
Thanks
Just for others that want to squash this warning: open up shortcode/functions.php and around line 253 simply comment out the admin_enqueue_scripts action like so:
//add_action( 'admin_enqueue_scripts', 'ebs_js_translation_assets' );
The issue is simply that the ebs_js_translation_assets functions is trying to enqueue a script that does not exist.
wp_enqueue_script( 'ebs-js-translation-scripts', plugin_dir_url( __FILE__ ) . 'scripts' );
Looking forward to an update that includes this missing file.
Hi Baden,
Thanks for the solution, we will update the code.
Thanks