teitbite wrote:Hi
I've been to Your joomla panel and I must say I do not know some of the extensions You have installed. I've been trying to unpublish them one by one and see when loading of jQuery will gone, but it's always loading. My quess is that it's comming from AcyMailing component (or from one of the plugins - there is too many of them to check them all). So if You really want see if I'm right You will need to uninstall AcyMailing and check than. If it's not the answer than You need to try with plugins.
There is a faster method of finding the source of it. Please run a search inside files looking for a path to jquery. When You will know which file is responsible for loading it than changing the source or resognising extension responsible will be easy. Unfortunately I cannot do this without an access to Your server.
Hi,
I have already been there trying to deactivate the plugins and components to find out which one is responsible for loading the local jquery file, with no success... I have desinstalled acymailing just in case, but the file is still being called.
But just like I said in the previous post, the local file in question comes with the quickstart package, if a 3rd party component or plugin or module was loading the file neither of the /media/jui/js/ folder or file jquery.min.js would be included in the package!
My guess is that the template provided in the quickstart package do call for the local file instead of the external one like the demo site does! We need to local the code calling the file (external or local) and take a look at it!