|
The some of other Joomla! extensions use the JavaScript libraries as Core Design Scriptegrator plugins does. Of course, that can cause the different issues because of:
- doubble JavaScript files loading,
- different versions of the same scripts or
- other script incompatibility.
We can not guarantee the compatibility with other Joomla! extensions. Thanks for understanding.
Extension list
A) jQuery JS
- Superfish Menu Joomla! Module
- jReviews component
- Modalizer
B) Highslide JS
- Highslide JS for Joomla
- JA Highslide
- JoomSlide
- Modalizer
How to solve this issue?
- Not recommended: Disable related library in Core Design Scriptegrator plugin.
- * Recommended: Search in "affected" extension source code and comment the line where the JS library is called (not as difficult as what it may seem).
- * Other solution: Find related JavaScript library in "affected" file structure and rename this file to something else. For example from jquery-1.2.6.js to jquery-1.2.6.js.backup.
- You can contact extension's author and ask him.
* Don't worry, the Scriptegrator plugin loads JavaScript library you need across the whole website. Of course, this option works sometimes.
|