After upgrading to 7.x-1.6 I am getting duplicate menus. see image.

I've cleared caches, uninstalled and reinstalled the module. and no change. please help.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

loze’s picture

Status: Active » Closed (works as designed)

Updated to the latest dev of admin_menu and its working now.

sophiejones’s picture

Hello
Thanks for this awesome menu and also the theme that comes with it. I love it and use it in all my drupal sites
Unfortunately for the first time I ran into an issue.
I have the same problem as posted on this issue, and I did what was suggested but the problem persists. My front-end theme is bootstrap3 and is using jquery 1.9 and I even enabled the function so the menu picks up its own jquery 1.7 and nothing helps.
I am getting duplicate of menu items.
Please see attached snapshot.
Is it possible there is a conflict with advagg module?? because this theme has this module enabled for performance reason??
It is the only module that I don't normally use, but I can see its advantages. I would appreciate any help you can give me to resolve this issue.
Regards

ajlow’s picture

Status: Closed (works as designed) » Active

Reopening this as I too am seeing double menus.

I am using:

  • Adminimal - 7.x-1.23
  • Adminimal Admin Menu 7.x-1.7 (latest one)

ajlow’s picture

Bizarre. I managed to solve my issue by doing the following:

  • Goto admin/config/administration/adminimal_menu
  • Under "Rendering Method" select "Newline"

After saving, the menus were ok!

timcamps’s picture

Can confirm #4 is working.

  • Drupal 7.41
  • Adminimal Theme 7.x-1.23
  • Adminimal Menu 7.x-1.7

Never knew there was a configuration page for Adminimal Menu. Nice!

rsvelko’s picture

#4 worked OK. Yes!

using latest git of everything:
adminimal theme: a3dbc51 2016-02-28 21:49:06 +0200 (HEAD, origin/HEAD, origin/7.x-1.x, 7.x-1.x) Material Skin minor style improvements

adminimal module: d0eae7d 2016-03-09 01:48:34 +0200 (HEAD, origin/HEAD, origin/7.x-1.x, 7.x-1.x) Issue #2442271 by vmachado, joelstein: Missing Account Links with Mobile

and latest git of admin_menu:
67abd3a 2015-03-20 13:13:05 -0500 (HEAD, origin/HEAD, origin/7.x-3.x, 7.x-3.x) Issue #2378687 by refaktor: Use cache_is_empty() instead of db_table_exists().

RgnYLDZ’s picture

#4 is working for me too!

nattyweb’s picture

#4 is a fix - thank you!

glynster’s picture

There is something really odd going on here which is related. Yes the duplicates are gone but now there is a 1 sec delay before the pages are rendered. If you choose exclusive from the render option you will notice all pages load super fast. Is any one else experiencing this? All other option cause the 1 sec delay.

glynster’s picture

Seems this is related to Firefox only. If you turn off the Responsive option the delay is gone. So there is something in the JS that is slowing Firefox down.

giupenni’s picture

#4 fix problem

AzMCHICHI’s picture

hi,

Inspired from #4

Only a clic on Save Configuration fix the problem (without change)

donapis’s picture

#4 seem working for me.

donapis’s picture

Status: Active » Closed (works as designed)
andyg5000’s picture

It seems like the setting gets lost in an updates somewhere. As mentioned in #12, re-saving the settings form on admin/config/administration/adminimal_menu resolves the issue.

Chris Charlton’s picture

+1 for #4.

selwyntcy’s picture

In my case, #15 (re-saving Shortcuts options) works while Enable Responsive Menu is disabled. When Enable Responsive Menu is enabled, all Shortcuts options are ineffective in preventing the duplicating menu issue.