Closed (won't fix)
Project:
Marinelli
Version:
6.x-2.96
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Jun 2010 at 04:05 UTC
Updated:
17 Jul 2016 at 01:04 UTC
Jump to comment: Most recent
Comments
Comment #1
tobedeleted commentedMe too. The last thing I want to do is to have to change themes. But I need to have CiviCRM work. Is it the drop down menus or the use of jQuery to preload images? Or maybe something else?
Is this thread relevant here? http://drupal.org/node/777726
Comment #2
rahulbile commentedUpperholme & tshofner
I installed Marinelli theme (Alagan - subtheme) and got the same message , " Javascript must be enabled in your browser in order to use the dashboard features. " on dashboard.
But as per http://www.danetsoft.com/resolve-conflict-civicrm-jquery-plugins doing the below change in marinellidropdown.js , got my dashboard elements back with data. :)
file : /themes/marinelli/js/marinellidropdown.js
line no : 4
-- $(document).ready(function(){
++ jquery(document).ready(function($){
Hope this helps.
Rahul.
Comment #3
bpayst commentedThanks for this. I had to disable the CSS image preloading as well in order to get things working properly in CiviCRM. Once I did that and put in the jquery change above everything is working fine.
Comment #4
rahulbile commentedyou are welcome !!!
Comment #5
tshofner commentedYou're my hero today - this worked perfectly!
-Terri
Comment #6
oadaeh commentedThis issue is being closed because it is against a branch for a version of Drupal that is no longer supported.
If you feel that this issue is still valid, feel free to re-open and update it (and any possible patch) to work with the 7.x-4.x branch.
Thank you.