Support » Plugin: Blue Admin » inc/script/jscolor.js

  • Resolved ggldb

    (@ggldb)


    I’m using blue-admin V12.12.21 with WP 3.4.2.
    I do like this plugin but I have a small problem: when I’m connected with admin privileges, my plugin “redirection” detects many Errors 404 with this URL:
    wp-content/plugins/blue-admin/inc/script/jscolor.js?ver=12.12.21

    After a quick investigation in the code of blue-admin, I found that the problem seems to be in the lines 68,69,70 of the file inc/inc.php as there is no inc/script folder in the files of blue-admin V12.12.21:
    if(is_admin()){
    wp_enqueue_script( $wp_lj_plugin[‘slug’], $wp_lj_plugin[‘url’] . ‘inc/script/jscolor.js’,”,$wp_lj_plugin[‘version’] );
    }

    For the moment I don’t use the feature Custom AdminBar Menu.

    http://wordpress.org/extend/plugins/blue-admin/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Yes, I also have been receiving many 404 errors like this because of the missing inc/script folder:

    /home/mysite/public_html/wp-content/plugins/blue-admin/inc/script

    So I have just created a blank SCRIPT folder in the INC folder for now.

    Please fix. 🙂

    Thanks for a nice plugin!

    WACKA1

    (@wacka1)

    kokopelli, many thanks for the tip, it helped me to get around the JS error that this was causing.

    Conor

    Plugin Author Linesh Jose

    (@lineshjose)

    Hey folks,
    sorry for the inconvenience. We will fix all these errors in the next version of BlueAdmin. We just waiting for the new version of WP(3.6). Thanks for your support 🙂

    WP 3.6 is out.. so.. ETA for next update and js fix? 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘inc/script/jscolor.js’ is closed to new replies.