CoreUIv2 - why is it picking up my glass skin?! #1360
tabacitu
started this conversation in
Public Beta
Replies: 1 comment 1 reply
-
Hi, I've been investigating this. The issue is that the theme in In coreUI v4 the same is happening, the same files that are loaded in coreUIv2 are the same loaded in v4 (glass.css), it just don't display the background, but the file is there. If you change the theme in 'view_namespace' => 'backpack.theme-coreuiv2::',
'view_namespace_fallback' => 'backpack.theme-coreuiv2::', None of the theme tabler files are loaded. Doing it like: 'view_namespace' => 'backpack.theme-coreuiv2::',
'view_namespace_fallback' => 'backpack.theme-tabler::', The issue still persists. I need to investigate it more, I suspect it's a file order issue. But I am a bit skeptical about it, since it does not happen in coreuiv4. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm using our demo and if my glass skin is enabled in the theme tabler config file (in the vendor directory, mind you):
Then for some FREAKING reason, the CoreUIv2 theme will also pick up that background:
But CoreUIv4 does NOT:
I don't know why that glass css file is bleeding into CoreUIv2... it must NOT.
Beta Was this translation helpful? Give feedback.
All reactions