This is related to a core issue: #214856: CSS and JS for Cached Blocks (drupal_add_css incompatible with blocks)
A workaround might be to add the css file in hook_init().
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | faceted_search_461606.patch | 664 bytes | tetramentis |
This is related to a core issue: #214856: CSS and JS for Cached Blocks (drupal_add_css incompatible with blocks)
A workaround might be to add the css file in hook_init().
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | faceted_search_461606.patch | 664 bytes | tetramentis |
Comments
Comment #1
tetramentis commentedAs suggested, adding hook_init() with faceted_search_ui_add_css() fixed the problem for me.
Patch is for "6.x-1.0-beta2" of the "Faceted Search UI".