2012-03-01, 17:16:59
stryker Wrote:PS. Just analysed the "View Source" of my local install and noticed that the GST_Slideshows' jquery statement was being loaded BEFORE the i18N_gallery one which I suppose made it work on the local install. Why it loaded before on the local and after on the server is beyond me??? How can I choose the order or location of a plugin and where it inserts it's script into the page?
The order in which the plugins are loaded depends on the installation (operating system, date or name of plugin files, whatever).
In a case you need jQuery in multiple plugins, you should include it directly in the template and switch off including of jQuery in all plugins (if the plugin doesn't offer it, request it from the author).
P.S.: I think there is a new mechanism for GetSimple 3.1 to ensure, scripts are only loaded once, but I didn't look at it so far.