CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • CiviCRM Menu conflict with Drupal Admin Menu Module using SKY Theme
Pages: [1]

Author Topic: CiviCRM Menu conflict with Drupal Admin Menu Module using SKY Theme  (Read 3527 times)

jbrain

  • Guest
CiviCRM Menu conflict with Drupal Admin Menu Module using SKY Theme
January 27, 2010, 10:46:34 am
I have encountered an issue, and I can't figure it out.

I've tested this issue, and all works fine with the default garland theme with Drupal 6.x and CiviCRM 3,

but when I changed theme to the "Sky" theme, then the Administration menu does not go away.
http://drupal.org/project/sky

When I go to the CiviCRM section using FF & IE, The CiviCRM menu loads but then it dissapears below the Drupal Administration Menu.

Is there a place that I need to modify in the theme to ensure that the CiviCRM top menu loads instead of the Drupal Admin Menu?


jbrain

  • Guest
Re: CiviCRM Menu conflict with Drupal Admin Menu Module using SKY Theme
January 27, 2010, 10:50:07 am
I opened an issue on the sky page as well..

http://drupal.org/node/697064


jbrain

  • Guest
Re: CiviCRM Menu conflict with Drupal Admin Menu Module using SKY Theme
February 04, 2010, 08:01:03 am
Resolved the issue..

Line: 1730 to 1734 on style.css in the sky theme

WAS....
/* @group Admin Menu */
#admin-menu {
  font-size: 11px;
  z-index: 9999;
}


Changed to..

/* @group Admin Menu */
#admin-menu {
  font-size: 11px;
  z-index: 999;
}


sonicthoughts

  • Ask me questions
  • ****
  • Posts: 498
  • Karma: 10
Re: CiviCRM Menu conflict with Drupal Admin Menu Module using SKY Theme
February 06, 2010, 07:13:25 pm
I also have a conflict with the css for roopletheme tapestry and custom css for .ul li.  I don't speak css so will find someone who does :)

Ed van Leeuwen

  • I post occasionally
  • **
  • Posts: 68
  • Karma: 1
  • CiviCRM version: 4.7
  • CMS version: Drupal 7.x
  • MySQL version: MariaDB 10
Re: CiviCRM Menu conflict with Drupal Admin Menu Module using SKY Theme
January 26, 2013, 08:22:48 am
For Drupal 7 and 'Administration menu Toolbar style' enabled (part of Administration menu module), I have the following:

Code: [Select]
#civicrm-menu {
  z-index: 990;
}

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM »
  • Post-installation Setup and Configuration (Moderator: Dave Greenberg) »
  • CiviCRM Menu conflict with Drupal Admin Menu Module using SKY Theme

This forum was archived on 2017-11-26.