[SOLVED] Classic-2 Theme

Answered Closed
0
0

I downloaded this theme and added it to the same location as the other themes.

C:\Users\Ewan\Documents\Wisej\Themes

However if I refer to it in the web config I get the error couldn’t find file or resource Classic-2 theme

 

  • You must to post comments
Best Answer
0
0

Hi Ewan,

The themes in the Documents folder are copied for the Theme Builder. To deploy a theme you have to copy it in the \Themes directory in your app.

You can change the default theme in the json config file for a specific app, or set the theme as the default in in web.config, or change it at runtime using Application.LoadTheme(name). The name is always just the name – no path and no extension.

You can find the configuration description here:

https://docs.wisej.com/docs/concepts/configuration

And a detailed description of the theme system here:

https://docs.wisej.com/theme-builder/

Best,

Luca

  • You must to post comments
Showing 1 result