you could go to /wp-admin/options.php and in there look for autoptimize_show_adv and change value from “0” to “1”.
hope this helps,
frank
Hi,
there is no “autoptimize_show_adv” in my /wp-admin/options.php.
any other solution?
well, you can try to use this code snippet to create/ set the option;
add_action('init','force_ao_advanced');
function force_ao_advanced() {
update_option('autoptimize_show_adv',1);
}
Hi,
There still no “autoptimize_show_adv” in my /wp-admin/options.php. after adding those code. pls help
well, where/ how did you add that code?
Hi,
added the given three line code to the file you suggested
added the given three line code to the file you suggested
errr … not sure what you mean, but you might want to undo that 🙂
code snippets like those are best (easiest & safest way) added using the code snippets plugin, or alternatively (if you know what you’re doing) in your (child) theme’s functions.php 🙂
probably a plugin (or theme) conflict, you might have to disable (and re-enable) your plugins one at a time (and optionally switch theme for a couple of minutes) to find out which one is to blame.
hi,
I have tested as your instruction, but seems none of them have a problem…even I just active autoptimize and disable all other plugins with another theme, still no change of the page soruce.
any more help? thank you~
can you check on wp-admin/options.php which autoptimize_ options you see?
looks normal, afraid I have no idea what it isn’t working when all other plugins are deactivated and you switched themes @hahappy .. as a hail-mary you could try installing the upcoming AO 2.2, but that’s unlikely to fix this weird issue ..