Title: Multiple things broken. Please help
Last modified: July 12, 2021

---

# Multiple things broken. Please help

 *  Resolved [santimilan](https://wordpress.org/support/users/santimilan/)
 * (@santimilan)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-things-broken-please-help/)
 * Hello!
    I installed the plugin and some things, usually those relating to images,
   have broken sitewide. I would really appreciate any kind of help with this.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmultiple-things-broken-please-help%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Thread Starter [santimilan](https://wordpress.org/support/users/santimilan/)
 * (@santimilan)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-things-broken-please-help/#post-14652933)
 * Just for reference, here is what I have checked as options:
    Optimize CSS Code
   Aggregate CSS-files Also aggregate inline CSS Exclude CSS from Autoptimize: wp-
   content/cache/, wp-content/uploads/, admin-bar.min.css, dashicons.min.css
 * Optimize HTML Code
    Can we write? Yes
 * Save aggregated script/css as static files
    Minify excluded CSS and JS files 
   Enable 404 fallbacks Also optimize for logged in editors/ administrators
 * Please help. I don’t know what to do and I need to fix this quickly 🙁
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-things-broken-please-help/#post-14653012)
 * Quick stab: your theme is not using the stock jQuery provided by WordPress core,
   try adding `saasland-core/assets/js/jquery` to the comma-separated list of JS
   optimization exclusions?
 * If that is not enough we’ll have to take a step back and 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 [santimilan](https://wordpress.org/support/users/santimilan/)
 * (@santimilan)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-things-broken-please-help/#post-14653054)
 * Ok I added the file. Unfortunately it didn’t work. I started disabling each thing
   and the disabling the JS seems to have worked so I guess that is what is causing
   a conflict somewhere.
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-things-broken-please-help/#post-14654045)
 * OK, when JS optimization is active, what JavaScript errors do you see on the 
   browser console?
 *  Thread Starter [santimilan](https://wordpress.org/support/users/santimilan/)
 * (@santimilan)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-things-broken-please-help/#post-14656079)
 * Ok so here are the errors:
 *     ```
       Uncaught ReferenceError: elementorModules is not defined
           at elementor-admin-bar.min.js:2
           at elementor-admin-bar.min.js:2
           at elementor-admin-bar.min.js:2
       autoptimize_818950a6f6e46255618757fcc76d30e7.js:198 
       Uncaught TypeError: Cannot read property 'classList' of null
           at autoptimize_818950a6f6e46255618757fcc76d30e7.js:198
           at autoptimize_818950a6f6e46255618757fcc76d30e7.js:217
       admin-bar.min.js?ver=5.7.2:2 
       Uncaught TypeError: u.hoverintent is not a function
           at HTMLDocument.<anonymous> (admin-bar.min.js:2)
       DevTools failed to load source map: Could not load content for chrome-extension://fheoggkfdfchfphceeifdbepaooicaho/sourceMap/chrome/iframe_handler.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
       DevTools failed to load source map: Could not load content for chrome-extension://fheoggkfdfchfphceeifdbepaooicaho/sourceMap/chrome/content.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
       DevTools failed to load source map: Could not load content for https://www.super.tech/wp-content/cache/autoptimize/css/bootstrap.min.css.map: HTTP error: status code 410, net::ERR_HTTP_RESPONSE_CODE_FAILURE
       ```
   
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-things-broken-please-help/#post-14656471)
 * OK, given `elementor-admin-bar.min.js` you’re looking at the site as a logged
   in user, can you open an anonymous/ private browser window and retest as visitor
   to see if things are also broken there and if so what JS errors are visible in
   that case?
 *  Thread Starter [santimilan](https://wordpress.org/support/users/santimilan/)
 * (@santimilan)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-things-broken-please-help/#post-14657001)
 * Yes. From an incognito window these are the errors:
    Uncaught TypeError: Cannot
   read property ‘classList’ of null at autoptimize_5407575594790d7d0176115709c877d4.
   js:198 at autoptimize_5407575594790d7d0176115709c877d4.js:217 DevTools failed
   to load source map: Could not load content for [https://www.super.tech/wp-content/cache/autoptimize/css/bootstrap.min.css.map](https://www.super.tech/wp-content/cache/autoptimize/css/bootstrap.min.css.map):
   HTTP error: status code 410, net::ERR_HTTP_RESPONSE_CODE_FAILURE
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-things-broken-please-help/#post-14657026)
 * I’m seeing the same error now, without JS optimization active actually;
 * ![](https://i0.wp.com/i.imgur.com/4as1WnV.png?ssl=1)
 * This is coming from wp-content/plugins/saasland-core/assets/js/main.js and seems
   related to Elementor and “magnific popup” for YouTube popups?
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-things-broken-please-help/#post-14657031)
 * Oh and for the error when logged in; consider disabling the “also optimize for
   logged in editors/ administrators” on Autoptimize’s main settings screen.
 *  Thread Starter [santimilan](https://wordpress.org/support/users/santimilan/)
 * (@santimilan)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-things-broken-please-help/#post-14657093)
 * Hmmm you’re right. The error is the same but somehow it is only affecting the
   page when the option to aggregate the js is turned on? Is the error like messing
   up the aggregator?
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-things-broken-please-help/#post-14657144)
 * well, when aggregating errors can impact other JS, so maybe try excluding `wp-
   content/plugins/saasland-core` from JS optimization?
 *  Thread Starter [santimilan](https://wordpress.org/support/users/santimilan/)
 * (@santimilan)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-things-broken-please-help/#post-14657152)
 * OmG woohoo that worked!
    Thank you so much!
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-things-broken-please-help/#post-14657298)
 * you’re welcome, feel free to [leave a review of the plugin and support here](https://wordpress.org/support/plugin/autoptimize/reviews/#new-post)!
   🙂
 * have a nice day!
    frank

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

The topic ‘Multiple things broken. Please help’ is closed to new replies.

 * ![](https://ps.w.org/autoptimize/assets/icon-256X256.png?rev=2211608)
 * [Autoptimize](https://wordpress.org/plugins/autoptimize/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/autoptimize/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/autoptimize/)
 * [Active Topics](https://wordpress.org/support/plugin/autoptimize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/autoptimize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/autoptimize/reviews/)

 * 13 replies
 * 2 participants
 * Last reply from: [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * Last activity: [4 years, 11 months ago](https://wordpress.org/support/topic/multiple-things-broken-please-help/#post-14657298)
 * Status: resolved