I am building a Joomla (v3.8.13) website using the Shaper Helix3 template (v2.5.5). On this site I want to use Chronoforms v6 but I noticed that certain functionalities (validation error popups, tooltips, etc...) where not working when I activated the form on the site. However these functions where working in preview mode.
Now I noticed that during preview mode the page uses JQuery version 1.12.4. Which is the version provided by Joomla and can be found in the "/media/jui/js/" folder. But on the site itself JQuery version 1.8 is used and is loaded directly from the repository. The line below is written between the head tags on the site.
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js" type="text/javascript"></script>
Now my best guess is that Helix3 somewhere overrides the Jquery version used and adds the link to the repository as shown above. But I can't figure out where and how. I have tried finding answers on several forums but all I found where methods to update the jquery version used by Joomla itself.
Other actions I have tried already are:
- Re-installing Shaper-Helix3 template
- Updating jquery.js and jquery.min.js of Joomla
- Updating bootstrap.min.css for Helix3
Hopefully someone here can tell me how to fix this. Or at least point me in the right direction.
Thanks!