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

    (@optimizingmatters)

    Sure; first and foremost try to identify what is breaking things by just disabling CSS or JS or HTML or Image optimization (incl. lazyload). Based on that we can see what the next steps need to be 🙂

    frank

    Thread Starter tschaesmin

    (@tschaesmin)

    Hi, it’s the JavaScript-Code.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    OK, so;
    * what are your JavaScript optimization settings?
    * when JavaScript optimization is active, what errors do you see on the browser console?

    Thread Starter tschaesmin

    (@tschaesmin)

    JS-settings:

    Merge JS files? Merge all linked JS files to make them non-render-blocking?
    IS ACTIVATED

    AND
    Exclude the following scripts from Autoptimize: seal.js, js/jquery/jquery.js


    Error:
    Uncaught ReferenceError: jQuery is not defined

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    OK, add js/jquery/jquery.min.js to the exclusion list, or alternatively disable “aggregate JavaScript” and instead enable “don’t aggregate but defer” + “also defer inline JS” (in which case you can probably remove all exclusions).

    Thread Starter tschaesmin

    (@tschaesmin)

    Perfect thanks for your help!

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you’re welcome, feel free to leave a review of the plugin and support here! 🙂

    enjoy your weekend!
    frank

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

The topic ‘Issue with another plugin when autoptimize is activated’ is closed to new replies.