• Resolved T4ng

    (@schwipps)


    Hi!

    We do have a paid Shortpixel account, but don’t use it to serve my images through their CDN, and thus don’t tick the related box from AO settings.

    How can we disable the related notice ?

    Thanks!

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

    (@optimizingmatters)

    Well, clicking on that little close icon in the right hand corner should do the trick ??

    frank

    Thread Starter T4ng

    (@schwipps)

    Mmh… Found that on my own, thanks, but is it a normal behavior that I have to do it everytime I load an admin page?

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    no, in that case there’s some (JS?) conflict which is preventing PaND from getting the AJAX request.

    As a workaround you can use below code snippet instead to disable the notice;

    add_filter('autoptimize_filter_main_imgopt_plug_notice','no_aosp_notice');
    function no_aosp_notice() {
        return '';
    }

    hope this helps,
    frank

    Thread Starter T4ng

    (@schwipps)

    Thanks for the explanation and workaround.

    I’ll give it a shot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Disable Shortpixel on-the-fly optimization feature notice’ is closed to new replies.