OK, two things;
* I’m seeing Uncaught TypeError: _.object is not a function https://www.ferentino.org/wp-content/themes/customizr/assets/front/js/tc-scripts.min.js:1
, this JS error will block (a part) of the JS once that file is combined with others by Autoptimize, so you’ll have to exclude that file or even the whole theme from being autoptimized (add
wp-content/themes/customizr/
to the comma-separated JS optimization exclusion list)
* I see you’re also using JCH optimizer, make sure to disable that when using Autoptimize as using two optimizers might cause unexpected problem.
hope this helps,
frank
Thread Starter
mrzpro
(@mrzpro)
Hi Frank, I followed your advice and added wp-content/themes/customizr/ to the exclusion list, both with the js of Knight Lab TimelineJS and alone but, I do not get anything and, the page containing the relative file ( https://www.ferentino.org/storia/in-breve/) does not give signs of life … I also wrote to the Customizr technicians, for the problem detected, but, from that part, no answer
so when AO JS optimization is active, what errors do you see on the browser console (except for that Uncaught TypeError: _.object is not a function
one)?
Thread Starter
mrzpro
(@mrzpro)
Hi, everything seems to be OK…
It works fine