Title: Autoptimize Error: Checked HTML, JS, CSS Options, cant load additional setting
Last modified: May 27, 2017

---

# Autoptimize Error: Checked HTML, JS, CSS Options, cant load additional setting

 *  Resolved [jasaweb](https://wordpress.org/support/users/jasaweb/)
 * (@jasaweb)
 * [9 years ago](https://wordpress.org/support/topic/autoptimize-error-checked-html-js-css-options-cant-load-additional-setting/)
 * I have checked HTML, JS, CSS Options, but cant load additional setting even I
   click Show advanced settings button)
 * My website is multi site.
 * Any idea what is causing the error?

Viewing 13 replies - 1 through 13 (of 13 total)

 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [9 years ago](https://wordpress.org/support/topic/autoptimize-error-checked-html-js-css-options-cant-load-additional-setting/#post-9172457)
 * probably a JS error due to a conflict with another plugin on the wp-admin side
   of things.
 * you can enforce advanced view by going to the under-the-hood settings-page `wp-
   admin/options.php` and setting `autoptimize_show_adv` to `1` there and submitting
   that (potentially huge, these are all options of your wordpress install) form.
 * frank
 *  Thread Starter [jasaweb](https://wordpress.org/support/users/jasaweb/)
 * (@jasaweb)
 * [9 years ago](https://wordpress.org/support/topic/autoptimize-error-checked-html-js-css-options-cant-load-additional-setting/#post-9172463)
 * Can not find autoptimize_show_adv
 * what your suggestions?
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [9 years ago](https://wordpress.org/support/topic/autoptimize-error-checked-html-js-css-options-cant-load-additional-setting/#post-9172476)
 * errr … either temporarily disable the plugin that is causing the backend JS breaking
   or use this code snippet to create & set that option;
 *     ```
       add_action('init','advanced_ao');
       function advanced_ao() {
       	update_option('autoptimize_show_adv','1');
       }
       ```
   
 *  Thread Starter [jasaweb](https://wordpress.org/support/users/jasaweb/)
 * (@jasaweb)
 * [9 years ago](https://wordpress.org/support/topic/autoptimize-error-checked-html-js-css-options-cant-load-additional-setting/#post-9172486)
 * ok it works but not all
 * If I checked the CSS options (the options below looks blur, I have save it first
   to make fully appear) and then checked Inline and Defer CSS but the input field(
   text area) not showed up.
 * could you help me?
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [9 years ago](https://wordpress.org/support/topic/autoptimize-error-checked-html-js-css-options-cant-load-additional-setting/#post-9172517)
 * > could you help me?
 * the only thing you can do is find out which plugin is breaking JS on the backend
   and kill that (at least temporarily) [@jasaweb](https://wordpress.org/support/users/jasaweb/)
 *  Thread Starter [jasaweb](https://wordpress.org/support/users/jasaweb/)
 * (@jasaweb)
 * [9 years ago](https://wordpress.org/support/topic/autoptimize-error-checked-html-js-css-options-cant-load-additional-setting/#post-9172553)
 * already applied the method yesterday, but the problem is persist, and also I 
   got nothing error explanation in console (all clean)
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [9 years ago](https://wordpress.org/support/topic/autoptimize-error-checked-html-js-css-options-cant-load-additional-setting/#post-9172593)
 * no idea what’s might cause that i’m afraid [@jasaweb](https://wordpress.org/support/users/jasaweb/),
   makes no sense really as the options-page uses pretty standard jQuery functionality
   to show/ hide nodes based on options clicked … the only solution remaining would
   be to edit autoptimize’s options in wp-admin/options.php and/ or set new options
   using the snippet method above.
 *  Thread Starter [jasaweb](https://wordpress.org/support/users/jasaweb/)
 * (@jasaweb)
 * [9 years ago](https://wordpress.org/support/topic/autoptimize-error-checked-html-js-css-options-cant-load-additional-setting/#post-9172632)
 * ok, thank you for your help,
 * Any way this plugin is the only choice for cache optimizing for many website 
   I developed for years, hope get another solution in other place for this situation.
 *  Thread Starter [jasaweb](https://wordpress.org/support/users/jasaweb/)
 * (@jasaweb)
 * [9 years ago](https://wordpress.org/support/topic/autoptimize-error-checked-html-js-css-options-cant-load-additional-setting/#post-9173401)
 * Hi bud,
 * What is the best folder/file permission for this plugin?
 * Need your reply ASAP
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [9 years ago](https://wordpress.org/support/topic/autoptimize-error-checked-html-js-css-options-cant-load-additional-setting/#post-9173721)
 * AO needs write-permissions to `wp-content/cache/` in which is will create an 
   autoptimize directory in which cache-files will be written. that’s about it, 
   really 🙂
 *  Thread Starter [jasaweb](https://wordpress.org/support/users/jasaweb/)
 * (@jasaweb)
 * [9 years ago](https://wordpress.org/support/topic/autoptimize-error-checked-html-js-css-options-cant-load-additional-setting/#post-9173748)
 * 😀 I change the permission of every folder of AO plugin to 0755 and the files
   of AO plugin to 0644, then your plugin now works perfect as usual.
 * How do you think?
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [9 years ago](https://wordpress.org/support/topic/autoptimize-error-checked-html-js-css-options-cant-load-additional-setting/#post-9173779)
 * looks OK [@jasaweb](https://wordpress.org/support/users/jasaweb/) 🙂
 *  Thread Starter [jasaweb](https://wordpress.org/support/users/jasaweb/)
 * (@jasaweb)
 * [9 years ago](https://wordpress.org/support/topic/autoptimize-error-checked-html-js-css-options-cant-load-additional-setting/#post-9173938)
 * ok thanks for your support

Viewing 13 replies - 1 through 13 (of 13 total)

The topic ‘Autoptimize Error: Checked HTML, JS, CSS Options, cant load additional
setting’ is closed to new replies.

 * ![](https://ps.w.org/autoptimize/assets/icon-256X256.png?rev=2211608)
 * [Autoptimize](https://wordpress.org/plugins/autoptimize/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/autoptimize/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/autoptimize/)
 * [Active Topics](https://wordpress.org/support/plugin/autoptimize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/autoptimize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/autoptimize/reviews/)

 * 13 replies
 * 2 participants
 * Last reply from: [jasaweb](https://wordpress.org/support/users/jasaweb/)
 * Last activity: [9 years ago](https://wordpress.org/support/topic/autoptimize-error-checked-html-js-css-options-cant-load-additional-setting/#post-9173938)
 * Status: resolved