Color Picker CSS

The theme loads a css sheet and js for colorpicker, is this necessary to have loaded? Also are there other files that shouldn't be loaded into the code for output? I am looking to get rid of any stylesheets and/or js that is not being used for anything

Comments

  • Yes, this is necessary for most users but of course if you don`t want colorpicker in muffin options, you can remove it easily. Just go to muffin-options/fields/color/field_color.php file and comment/remove below line:
    wp_enqueue_script('mfn-opts-field-color-js', MFN_OPTIONS_URI.'fields/color/field_color.js', array('jquery', 'farbtastic'), time(), true);
    But can you explain what other js files you want to remove? Because most are necessary and theme won`t work properly without them.
Sign In or Register to comment.