Closed (fixed)
Project:
Homebox - Individual user dashboards
Version:
6.x-1.0-alpha3
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
1 Jun 2009 at 10:45 UTC
Updated:
4 Jan 2010 at 16:16 UTC
Jump to comment: Most recent file
Comments
Comment #1
salateenoo commentedComment #2
jchatard commentedHi salateenoo,
Did you check this issue?
You can customize the look and feel of the boxes by CSS override. Check the CSS which comes with homebox and override it at the theme level.
Jérémy
Comment #3
salateenoo commentedthank you for you quick response, i red that issue , and i did check what you advised, but still no use, boxes are so still !
Comment #4
jchatard commentedOk,
Please check 2 things, first be sure that you have the movable options checked in layout section for your block see sreenshot.
If that still doesn't work install Firebug (http://getfirebug.com/) a Firefox extension. To see if you have a JavaScript error it should look like the screenshot attached.
Jérémy
Comment #5
salateenoo commentedsorry for being that Dummy !
still not moving ...though i check the demonstration you included in your project page , and its working fine on my browsers (ff & IE). i attached the layout page to let you see that everything is in its place. hope this can help.
Thank you
Comment #6
jchatard commentedTry to disable Theme developer module.
Comment #7
salateenoo commentedhello again,
it worksssssssss great now ..Only on IE and safari, but stays still on FF, any Clue ??
Comment #8
jchatard commentedNope, nothing I'm aware of, just try to clear your cache (FF and Drupal), double check if you have any strange FF extension or develpor toolbar parameter is not accepting JavaScript. Anything not standard.
Comment #9
salateenoo commentedthank you again for you great and quick help.
Comment #10
jchatard commentedyou're welcome!
Jérémy
Comment #11
davidwhthomas commentedI had this issue because jquery_ui expects the minified versions of the js files by default, which aren't included in the 1.6 bundle at jqueryui.com
It therefore can't include the required js files, though it tries...
It caused an 'sortable is not a function' error
I edited jquery_ui.module
line 31:
and that fixed it for me.
jquery_ui used to have an admin setting where you could choose the compression type, but I can't find it in the current version...
I hope it helps someone else too.
Comment #12
prodosh commentedI have the same problem - can't move the boxes. And none of the solutons you guys suggest above work.
I have the jquery_ui version 1.7.2 - do I need to use 1.6 to make it work? Any tips will be appreciated.
This is a really cool module - thanks :-)
Comment #13
prodosh commentedComment #14
jchatard commentedYes you must use 1.6. Give of a try and let us know.
Jeremy
Comment #15
prodosh commentedYes - works perfectly with jquery ui 1.6 :-)
You might want to mention this on the project page and the README.
Thanks for this excellent module.
Comment #16
prodosh commentedComment #17
ycwjjjj commentedI have encountered the same and have the following java error when i try to drag and drop a box.
c.Event is not a function
[Break on this error] jQuery.ui||(function(c){var i=c.fn.remov...ncel:null,distance:1,delay:0}})(jQuery);
ui.core.min.js?y (line 10)
and I am using jquery_ui version 1.7.2. Can you also support of this version of jquery ui?
Comment #18
jchatard commentedUntil jquery_ui module only supports jQuery UI 1.6 Homebo won't be able to upgrade.
http://drupalcode.org/viewvc/drupal/contributions/modules/jquery_ui/READ...
Sorry,
Jérémy