Problem with SimpleMenu
fpatten - April 26, 2009 - 00:10
| Project: | Colourise |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | gibbozer |
| Status: | closed |
Description
IS there anything I need to do to get http://drupal.org/project/simplemenu to work in this theme? I can load the module fine but the menu itself does not show up. All other themes (Built in) work fine.

#1
Oh I'll check the theme with that module as soon as I can spare my hours.
#2
Temporal fix for colourise-6.x-2.0 (not 6.x-2.x-dev)
1. In layout.css, change these lines (about line 14).
#page {position: relative;
margin:0;
margin-left: auto;
margin-right: auto;
}
to
#page {margin: 0 auto;
padding-top: 10px;
}
2. In baseline.css, remove these lines (about line 14).
body {position: relative;
}
Then refresh your browser or clear cached files, you should see something like my attached screenshot below. If it doesn't work for you, please let me know.
I will commit this issue for the next release.
Thanks for your report ;)
#3
And this method will work for http://drupal.org/project/admin_menu, too.
#4
#5
Work's like a charm. Thank you very much.
#6
Fixed in Colourise-6.x-2.1.
#7