Project:Colourise
Version:6.x-2.x-dev
Component:Code
Category:support request
Priority:normal
Assigned:gibbozer
Status:closed (fixed)

Issue Summary

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.

Comments

#1

Assigned to:Anonymous» gibbozer

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

AttachmentSize
colourise-with-simplemenu.png 161.94 KB

#3

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

#4

AttachmentSize
colourise-with-adminmenu.png 111.45 KB

#5

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

#6

Status:active» closed (fixed)

Fixed in Colourise-6.x-2.1.

#7

Title:SimpleMenu» Problem with SimpleMenu
nobody click here