Hi,
I am trying to switch from the Titan theme to the Gray theme (wish there was a "dark" mode, so perhaps there is and I'm not finding it?). I change the load.js
entries from triton
to gray
, however buttons no longer render. For instance:
[span id="button-1071-btnIconEl" data-ref="btnIconEl" role="presentation" unselectable="on" class="x-btn-icon-el x-btn-icon-el-default-toolbar-small x-btn-glyph" style="font-family:FontAwesome;"][/span]
That shows up as the glyph, and not the actual icon. Is there something else I need to add to enable FontAwesome if I change the theme?
Note: Converted <'s to ['s so it wouldn't render.
You have to load the font.
I'm not sure I follow. I'm not changing anything except the theme. Is there some place that the Triton theme is loading FontAwesome that Gray would not be?
Somewhere it does, but other themes don't, so you need to include in explicitly.
Hi,
I am trying to switch from the Titan theme to the Gray theme (wish there was a "dark" mode, so perhaps there is and I'm not finding it?). I change the
load.js
entries fromtriton
togray
, however buttons no longer render. For instance:That shows up as the glyph, and not the actual icon. Is there something else I need to add to enable FontAwesome if I change the theme?
Note: Converted <'s to ['s so it wouldn't render.