I changed the theme on the developer portal and lost the drupal admin menu, how do I get it back?

Not applicable

I just got access to try out the developer portal for my apigee dev account and lost the drupal admin menu.

This happened after I set the default template to Bootstrap. I guess I wasn't supposed to do that 🙂

Is there any way for me to get that admin menu back?

When I first went to the dev portal I clicked the Authenticate with Apigee button which is what gave me the drupal admin menu at the top.

Now when I go to the dev portal, I don't get the drupal admin menu and I don't get the "Authenticate with Apigee" button either.

Any help you can give me would be greatly appreciated.

...Ed

Solved Solved
0 3 465
1 ACCEPTED SOLUTION

If you cannot see the admin menu, you can go to http://{{hostname}}/admin and see all admin items.

View solution in original post

3 REPLIES 3

Not applicable

If you set your theme back to Apigee Responsive, do you get your admin menu back?

If you are customizing a theme, make sure your theme's html.tpl.php outputs

<?php print $page_bottom; ?>

right before closing the <body> tag. The page_bottom region is where Admin Menu prints its markup and scripts. If you fail to print this, your admin menu will not render.

Not applicable

Please visit admin/modules and make sure admin menu module is enabled. Please do let us know if you need further assistance.

If you cannot see the admin menu, you can go to http://{{hostname}}/admin and see all admin items.