The Administration Menu module does not work at all with this theme (it's completely invisible)

http://drupal.org/project/admin_menu

CommentFileSizeAuthor
#1 Screenshot.png214.95 KBjwolf

Comments

jwolf’s picture

Category: bug » support
Status: Active » Postponed (maintainer needs more info)
StatusFileSize
new214.95 KB

Works for me; both 6.x-1.4 and 6.x-3.0-alpha1 versions.

See attached screenshot.

modgirlred’s picture

I'm also having this issue with the theme. It worked when I first implemented the theme but once I logged out and then logged back in I can't get it back up.

I'm having the same issue with simple menu as well.

modgirlred’s picture

I have found the issue. I had removed the $closure variable. Between the "main-wrapper" and "page"

tags at the end of the page temple I put in the following code:

<?php print $closure; ?> like this:

</div><!-- /main-wrapper -->
      <?php print $closure; ?>
    </div><!-- /page -->

And all is right with the world.

jwolf’s picture

Status: Postponed (maintainer needs more info) » Fixed

The $closure variable is your friend

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

sivaji_ganesh_jojodae’s picture

oops, I did the same mistake, adding $closure fixed the problem.

manish@hrn.in’s picture

thnx a lot working fine.