I'm using Radix with the Bootstrap Slate theme. When logging in as an authenticated user the "theme css" partials are being imported and are overriding the bootstrap theme's css/sass.

However, when logging out, the theme automatically reverts and no longer uses the css in my partials.

Is this potentially a bug, or am I missing something? Thanks in advanced for any help.

Comments

NWOM’s picture

Status: Active » Closed (works as designed)

I managed to solve the issue. It appears I had an invalid Redirecting Rule Chain (Themekey Module) which prevented the drupal cache to clear.

When running a cron the following error message appeared: Notice: Undefined index: in themekey_cron_clear_page_cache() (line 34 of themekey/themekey_cron.inc).

This led me to this issue: #2373335: Notice: Undefined index: in themekey_cron_clear_page_cache() (line 34 of themekey/themekey_cron.inc).

I hope this helps someone else having the same issue.