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
Hi Frank,
It is JS,
Uncaught TypeError: e.indexOf is not a function
at S.fn.init.S.fn.load (jquery.min.js:2)
at (index):1134
at (index):1140
Thanks,
Jordan
OK, can you try adding jquery-migrate.min.js to the comma-separated JS optimization exclusion list?
Hi that seems to have worked but im now getting two new errors in the console:
Uncaught TypeError: Cannot read property ‘replace’ of undefined
at HTMLDivElement.<anonymous> (autoptimize_single_83e80d530d9d2d9f56703bc35cf79317.js:46)
at HTMLDivElement.dispatch (jquery.min.js:2)
at HTMLDivElement.v.handle (jquery.min.js:2)
here is the optimisation exclusion list currently:
wp-includes/js/dist/, wp-includes/js/tinymce/, js/jquery/jquery.js,, js/jquery/jquery.min.js, jquery-migrate.min.js
-
This reply was modified 5 years, 3 months ago by
jayjay524.
Can you untick “also minify excluded CSS/ JS” Jordan and then re-check the browser console to see what the original filename is?
That’s sorted it, many thanks for your help!
you’re welcome, feel free to leave a review of the plugin and support here! 🙂
have a nice day!
frank