• Resolved HighKay

    (@hlorenz)


    Hi Frank,
    since the last update I have a note at the top of my backend saying that “Autoptimize now supports CDN via ShortPixel” and even if I klick on the cross to remove it, it appears again on every page of my backend…
    How can I delete this message?

    Best regards
    Heike

    The page I need help with: [log in to see the link]

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

    (@optimizingmatters)

    that sounds like an issue with the JavaScript (AJAX) that handles the dismissal of the notice HighKay, have seen conflicts with another plugin using a similar technique, so you could either try to troubleshoot that (checking the browser console for JS errors/ trying to disable other plugins) OR you could use below code snippet to make that notice be gone forever;

    
    add_filter('autoptimize_filter_main_imgopt_plug_notice','__return_empty_string');

    hope this helps,
    frank

    Thread Starter HighKay

    (@hlorenz)

    Wow – that was fast!

    I see no errors in the console, but maybe I’m not experienced enough to know what I should look for…

    Where exactly should I put the code?

    Thanks a lot
    Heike

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    The easiest & safest solution is using the code snippets plugin ??

    Thread Starter HighKay

    (@hlorenz)

    Hi Frank,
    wohooo – yes, that worked ??
    But: will I now never see notes from Autoptimize again? I might be missing something really important…

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    no, that’s only valid for the image-optimization notice ??

    happy it works, feel free to leave a review of the plugin and support here! ??

    Thread Starter HighKay

    (@hlorenz)

    Done ??

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Note from Autoptimize doesn’t disappear’ is closed to new replies.