Posted by monsoon on October 23, 2014 at 2:15pm
Hi,
I have a custom platform where sites need jQuery_update module enabled for revolution slider. When I do so, I lose many javascript functionalities on the website. e.g. ckeditor disappears, module_filter, expand/collapse functionality lost.
Upon search in the issue queue I found out that module has problem in multisite environment. https://www.drupal.org/node/147256
What is the solution for this problem?
Thanks,
Comments
D5
The issue you cited was for Drupal 5.x. It is unlikely that is related to your problem. I have used the jQuery Update module on BOA sites without a problem, except when an incompatible version of jQuery was being loaded.
Go to admin/config/development/jquery_update of your site and check to see which version of jQuery is being loaded. Perhaps you need to change the version.
Also, note that from this page you can change the jQuery version being loaded by your admin theme. If you are not seeing problems on admin pages then that will confirm jQuery is loading properly.
Problems were caused by
Problems were caused by https://www.drupal.org/project/jquery_update 2.4 (ie not a BOA issue)
https://www.drupal.org/node/2236721
Providing alternative jQuery version resolved the issue.
This issue was resolved by providing Alternative jQuery version in the jQuery_Update settings page.