civicrm / org.civicrm.shoreditch

Other
44 stars 58 forks source link

No floating tabs on Drupal 8 #463

Open homotechsual opened 4 years ago

homotechsual commented 4 years ago

I don't appear to get the "floating tabs" style navigation on Drupal 8 sites.

image

Is this a known issue?

homotechsual commented 4 years ago

Afaik this is what I should have:

image

Rar9 commented 4 years ago

Same trouble with Drupal 9

fsnet commented 3 years ago

There are some body tags like page-civicrm page-civicrm-contact page-civicrm-contact-view missing in Drupal 9 (and probably 8). Therefore the neccessary styles are not applied to the elements.

fsnet commented 3 years ago

I have written a small helper module that provides the missing classes in Drupal 9 (tested with Claro and Gin) and 8 (untested). The style are now applied and Shoreditch looks as expected in Drupal 9 (and probably 8) – except for some minor glitches which are related to Claro and Gin styles.

https://github.com/fsnet/civicrm_shoreditch_helper

jensschuppe commented 2 years ago

This seems to be fixed in CiviCRM 5.45 with civicrm/civicrm-drupal-8#68.