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.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Sungsit’s picture

Assigned: Unassigned » Sungsit

Oh I'll check the theme with that module as soon as I can spare my hours.

Sungsit’s picture

FileSize
161.94 KB

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 ;)

Sungsit’s picture

And this method will work for http://drupal.org/project/admin_menu, too.

Sungsit’s picture

FileSize
111.45 KB
fpatten’s picture

Work's like a charm. Thank you very much.

Sungsit’s picture

Status: Active » Closed (fixed)

Fixed in Colourise-6.x-2.1.

Sungsit’s picture

Title: SimpleMenu » Problem with SimpleMenu