I have used and love this toolbar theme as well as the Adminimal theme itself on several sites since discovering it a couple weeks ago. Usually it works fine.

On this latest site, the menu only uses the theme for the admin area. In all the normal parts it shows it unthemed. Any clues? Not a big deal but would like to get it fixed.

CommentFileSizeAuthor
#4 menu in frontend.png23.54 KBstimalsina
#4 menu in admin.png166 KBstimalsina
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

ANDiTKO’s picture

What do you mean in "Normal parts" do you mean the front end? Can you please maybe post a screenshot of your issue?

TelFiRE’s picture

It came back on its own :/ not sure what the deal was as I had flushed cache etc, but it's back! :s

ANDiTKO’s picture

Status: Active » Closed (works as designed)

Im closing this issue then. If it happens again, provide more info or a screenshot and feel free to re-open it.
Thank you

stimalsina’s picture

Issue summary: View changes
FileSize
166 KB
23.54 KB

This is happening to me too. The Adminimal Administration Menu loads perfectly fine on the admin pages, but on the frontend it still shows the Administration Menu (which is also messed up.) I am using Bootstrap sub theme on the frontend.

stimalsina’s picture

Version: 7.x-1.x-dev » 7.x-1.5
Priority: Minor » Normal
Status: Closed (works as designed) » Active
ANDiTKO’s picture

What jQuery version do you use? Have you enabled the toolbar module? Are there any other admin menu skins enabled? Have you tried using another frontend theme?

stimalsina’s picture

Working with Bootstrap sub-theme on the Frontend and jQuery update module for jquery 1.8.2.

ANDiTKO’s picture

Ok, but have you tried another frontend theme? Bartik maybe...

ANDiTKO’s picture

Status: Active » Closed (cannot reproduce)
kmblackwood’s picture

So I was able to reproduce this error. It looks like the default '.admin-menu' class was on my element, while my back end pages were receiving the correct '.adminimal-menu' class. I'm looking further now to see if I can locate why the class isn't being added.

BigEd’s picture

I have the same issue, we are using a custom theme that has most of the body classes stripped back.

I am not sure why a the moment the admin-menu class is still being applied to the body class in the theme but the adminimal-menu is not.

ANDiTKO’s picture

Status: Closed (cannot reproduce) » Needs review

Steps to reproduce?

tunaman’s picture

This might sound silly, but check if you have a custom html.tpl.php template file in your theme and if so, make sure it has the classes in the body tag

e.g.

<body class="<?php print $classes; ?>" <?php print $attributes;?>>
32i’s picture

#13 - that's the case indeed, thanks!

ANDiTKO’s picture

Status: Needs review » Closed (works as designed)

Ok guys. Im closing this. Thanks for the participation.