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

gibbozer - April 26, 2009 - 14:37
Assigned to:Anonymous» gibbozer

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

#2

gibbozer - April 26, 2009 - 15:46

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

gibbozer - April 26, 2009 - 15:58

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

#4

gibbozer - April 26, 2009 - 16:01
AttachmentSize
colourise-with-adminmenu.png 111.45 KB

#5

fpatten - April 26, 2009 - 17:51

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

#6

gibbozer - April 26, 2009 - 18:36
Status:active» closed

Fixed in Colourise-6.x-2.1.

#7

gibbozer - April 26, 2009 - 18:37
Title:SimpleMenu» Problem with SimpleMenu
 
 

Drupal is a registered trademark of Dries Buytaert.