Can you try adding modern-events-calendar to the comma-separated JS optimization exclusion list?
If that does not work; what JS errors do you see on the browser console?
no unfortunately that don’t work
here the errors from the browser console:
autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:5 JQMIGRATE: Migrate is installed, version 3.3.2
autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:3656 Uncaught TypeError: Cannot read property 'apply' of undefined
at HTMLDocument.handler (autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:3656)
at HTMLDocument.dispatch (autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2)
at HTMLDocument.v.handle (autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2)
handler @ autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:3656
dispatch @ autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2
v.handle @ autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2
autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:3656 Uncaught TypeError: Cannot read property 'apply' of undefined
at HTMLDocument.handler (autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:3656)
at HTMLDocument.dispatch (autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2)
at HTMLDocument.v.handle (autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2)
handler @ autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:3656
dispatch @ autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2
v.handle @ autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2
autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:3656 Uncaught TypeError: Cannot read property 'apply' of undefined
at HTMLDocument.handler (autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:3656)
at HTMLDocument.dispatch (autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2)
at HTMLDocument.v.handle (autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2)
handler @ autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:3656
dispatch @ autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2
v.handle @ autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2
DevTools failed to load SourceMap: Could not load content for https://www.stv-eschenbach.ch/style.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:3656 Uncaught TypeError: Cannot read property 'apply' of undefined
at HTMLDocument.handler (autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:3656)
at HTMLDocument.dispatch (autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2)
at HTMLDocument.v.handle (autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2)
handler @ autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:3656
dispatch @ autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2
v.handle @ autoptimize_20c88f3ae2a3d18f1c13201cf9955987.js:2
You seem to have jQuery aggregated, can you re-exclude it by adding js/jquery/jquery.min.js to JS exclusions?
yes, now it works, thank you so much!