@CyanPrime not sure how that's fixed it as your route inside theme.less doesn't actually point to the vanilla template. For that file to point at vanilla, you'd be looking at ../../../nodebb-theme-vanilla, but if it works then, so be it. 😆
Colors/boxes don't show when using the Alert and Panel Header container in a widget in the Global Header
-
Any idea why? This is the code that got inserted when I dragged the alert container over, but it still just shows my text on a white background:
<div class="alert ui-draggable-handle alert-warning">{{body\}}</div>
I'm on 1.10.x, personna theme, cerulean skin.
-
Remove the backslash between
body
and}}
. Also, removeui-draggable-handle
while you're at it.This was recently fixed on master, should be released soon.
-
Thanks, that did it!