Can't get themes to work correctly
If I follow the manual for adding themes to a template file and place the themes in the ~/App_Data/WebsiteTemplates folder, any CSS files placed in ~/App_Data/WebsiteTemplates/ThemeName/Global file are not found by the browser as the /App_Data/ part of the URL is stripped.
If I instead use an ~/App_Themes/ThemeName/ folder, then any CSS files in the ~/App_Themes/ThemeName/Global folder are included twice, once in alphabetical order, then a second time respecting cssLoadOrder.xml.
Hello Ryan,
The correct directory for the CSS files and a theme is inside some website template so it should be:
~/App_Data/Sitefinity/WebsiteTemplates/SomeTemplate/App_Themes/SomeTheme/Global
All the best,
Dancho
the Telerik team