This error is exactly like one reported for the theme Acquia Marina, http://drupal.org/node/777726
If I use the Marinelli theme the javacript in CiviCRM works fine but when I go to my Alagna theme I get this error,
"Javascript must be enabled in your browser in order to use the dashboard features." Also I've noticed that no other javascripty things are working like the date blocks. Thanks for any help in getting this working. I have a go live date of October 2nd and would hate to have to change themes, this one is perfect except for the all important civi work I need to have it do.

Comments

tobedeleted’s picture

Me 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

rahulbile’s picture

Upperholme & 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.

bpayst’s picture

Thanks 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.

rahulbile’s picture

you are welcome !!!

tshofner’s picture

You're my hero today - this worked perfectly!
-Terri

oadaeh’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)

This 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.