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
dgam24
(@dgam24)
Hi is the JS optimization. I just disable and it works
OK, great.
So now 2 questions;
* What are your current JS optimization settings?
* what JS errors do you see on the browser console?
Thread Starter
dgam24
(@dgam24)
Ok
I have the optimize javascript code and aggregate JS-files and in exclude scripts i have these ones ,wp-includes/js/dist/, wp-includes/js/tinymce/, js/jquery/jquery.min.js
In browser console i dont see any error.
OK, so does it work when optimize JS is active and
* aggregate JS is not active?
* OR “don’t aggregate but defer” and “also defer inline JS” are active (with exclusion removed)?
Thread Starter
dgam24
(@dgam24)
It works when js is not active at all.
So it doesn’t work if “aggregate JS” and “don’t aggregate but defer” are not active?
Thread Starter
dgam24
(@dgam24)
if they are active, it doesnt work.
OK, now with JS optimization active, can you try excluding one of below each line in the comma-separated JS optimization exclusion field and report back?
* wp-content/themes
* OR wp-content/plugins
* OR wp-includes/js
Thread Starter
dgam24
(@dgam24)
He it didnt work with any one.
hmm, that’s … unexpected. do you have a staging-site where you could leave things broken for a while so I could look it in a broken state?
Maybe ask your host if they can create a staging site for you (most hosting companies do offer that service)?