First, I just found this theme and all I can says is... "Bravo". I've been meaning to get around to this for some time and I just never seem to find the time. This is truly amazing work and long overdue. IMNSHO We need a snappy admin theme like this included in core.
Having said that, let me post my second bug report, lol.
When navigating through the top level icon menus, the sidebar (left in my case) is not refreshing (or clearing) with changes in the top icon menu bar. I've attached a screenshot where you can clearly see the admin/settings menu in the left sidebar while the "content" menu icon is selected (i navigated from "Configuration" to "Content" using the icon menu) and the admin/content choices are in the main content area. Once you click on a selection from the main content area, the sidebar updates correctly, but for a period of time the interface is misleading.
Unfortunately, I don't have any great idea for changing it... I'll have to marinate on it some....
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot.png | 31.23 KB | WorldFallz |
Comments
Comment #1
tsavino commentedfrom http://drupal.org/node/225458 this fixed both problems
Well I fixed it here is what I did:
Went in to the template.php on line 60 find this '. $class .' and took it out it referred to class=rootcandy could not find it any where in the css now it works fine.....quick fix...
Comment #2
sign commentedAs stated here http://drupal.org/node/225458 I am dropping the ajax functionality from the theme.
So this will be 'fixed'.
Btw: by removing class rootcandy you've disabled ajax functionality. :)