I have the Layla template (1.1.2) on a Joomla 4 installation. And in the Firefox inspector I am seeing 2 errors
Uncaught ReferenceError: jarallax is not defined. Script below:
<script>
jarallax(document.querySelectorAll('.jarallax'), {
speed: 0.5,
disableParallax: /iPad|iPhone|iPod|Android/,
disableVideo: /iPad|iPhone|iPod|Android/
});
</script>
I am also seeing the following error:
The resource from “/media/templates/media/vendor/joomla-custom-elements/css/joomla-alert.css” was blocked due to MIME type (“text/html”) mismatch (X-Content-Type-Options: nosniff).
The file is present on the server.
Your help appreciated.
Thanks
David