I just installed the adminimal theme on a website with a Drupal remote dashboard module installed on it.
But when i refreshed the page the horizontal tabs where hidden.

On all the other pages, like 'admin/content' the tabs where on their place but not on the DRD settings page.

The only thing causing this error is the float left on the primary tabs.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

KevinVb’s picture

Just created patch of my changes

emerham’s picture

I found that there are two issues, DRD it trying to float right the secondary menu, when you remove this both menus show up. Using your patch by removing the float left for primary links only gets the primary links section to show up properly. I don't know where we would need to make changes to force both menus to show up, either DRD or in Adminimal, but since it only is effecting Adminimal I think the theme might need an override for secondary links menu that DRD is using.

emerham’s picture

Here is the changes I made to get everything to show up properly, I have tested it on other pages in the administrative interface with not overlay and I don't see any issues with this change.

KevinVb’s picture

Indeed secondary menu items where missing to. I did notice that but hadn't the time yet to commit this to drupal.org

egontinno’s picture

Path #3 is working. Thank you!