Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    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

    Thread Starter hahappy

    (@hahappy)

    Hi,

    there is no “autoptimize_show_adv” in my /wp-admin/options.php.
    any other solution?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    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);
    }
    Thread Starter hahappy

    (@hahappy)

    Hi,

    There still no “autoptimize_show_adv” in my /wp-admin/options.php. after adding those code. pls help

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    well, where/ how did you add that code?

    Thread Starter hahappy

    (@hahappy)

    Hi,

    added the given three line code to the file you suggested

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    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 🙂

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    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.

    Thread Starter hahappy

    (@hahappy)

    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~

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    can you check on wp-admin/options.php which autoptimize_ options you see?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    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 ..

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

The topic ‘Can’t show advance setting’ is closed to new replies.