Keyword
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.

[FIX] Joomla 3.2 - FPSS 3.5 - JQuery loads twice (core and component)

  • Patrick Jackson
  • Patrick Jackson's Avatar Topic Author
  • Offline
  • New Member
More
10 years 4 months ago #53971 by Patrick Jackson
The problem

I've just encountered an issue with FPSS 3.5 and not being able to sort. Some further investigation found another component using JQuery was clashing. On discussion with that extension's developer (as he releases updates faster than JoomlaWorks) he spotted that FPSS is loading it's own older version of JQuery still, even though Joomla 3.2 loads it's own JQuery - so in loading it twice, it breaks the sort functionality in the backend of sorting the slides in FPSS by clashing between versions.

The workaround

Using NoNumber ReReplacer, I've been able to fix the issue by replacing the following three lines that call the FPSS copy of the JQuery scripts, leaving just the core Joomla JQuery loading.
<script src="/administrator/components/com_fpss/js/jquery.min.js" type="text/javascript"></script>,<script src="/administrator/components/com_fpss/js/jquery.ui.custom.min.js" type="text/javascript"></script>,<script src="/administrator/components/com_fpss/js/jquery.uniform.min.js" type="text/javascript"></script>

The long term fix
Joomlaworks, please update FPSS so that it doesn't load it's own JQuery in the Joomla 3.2 version by detecting either the version of Joomla, or working out loading it only if it's not available.

Please Log in or Create an account to join the conversation.

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 4 months ago #53972 by Yiota
Frontpage Slideshow already has an option through the module to not load the jQuery library. To which 3.5 version of FPSS did you have to do this?

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum