Regarding issue with 'SuperFish Menu'. We have found some incorrect code in it which can cause a problem when other extension which use jQuery javascript library will be on one site. At fist, it contains the following init code:
Code: |
jQuery(document).ready(function(){ jQuery("ul.sf-menu").superfish({/* menu properties */}) });
|
but it should look like:
Code: |
jQuery(document).ready(function($){ $("ul.sf-menu").superfish({/* menu properties */}) });
|
And <joomla_dir>/modules/mod_superfishmenu/tmpl/js/jquery.event.hover.js file contains unsafe code. You can find corrected file in attach.
PS: If you provide installation package of 'SuperFish Menu' by
email, we can fix issues and send it back to you.
Regards,
ARI Soft
File Attachment: File Name:
jquery.zipFile Size: 3735