Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author osCitas Themes

    (@oscitas)

    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

    Plugin Author osCitas Themes

    (@oscitas)

    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?

    Plugin Author osCitas Themes

    (@oscitas)

    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.

    Plugin Author osCitas Themes

    (@oscitas)

    Hi Baden,

    Thanks for the solution, we will update the code.

    Thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘404 try to load script in back office’ is closed to new replies.