Reputation: 2293
I have downloaded a new theme from web to use it for my locally hosted blogengine website. I want to use this theme.
I tried extracting the downloaded theme and putting it into ..\MyBlog\themes
folder. It still does not show up as available theme in BlogEngines themes setting tab:
Any help would be much appreciated.
Upvotes: 11
Views: 4161
Reputation: 544
If BlogEngine.net is hosted as an Azure Website, the site must be stopped and started for newly added themes to show up in the list of available themes.
Upvotes: 1
Reputation: 347
Follow the following steps to get the themes in the "theme" section of the "Customize" tab:
It is possible that you might get several errors like ".master.cs" not found. To fix such bugs, go to the "theme_name" folder --> content --> themes --> theme_name, and copy all the files and folders and paste them in the "theme_name" folder.
The errors would be generally due to improper paths of files and images. It is also possible that you might get pages that donot have images or pages without CSS properties.
Implementing the above steps would fix all of them.
-Tushar Sharma
Upvotes: 2
Reputation: 2293
Once you copy the files to themes
folder, you need logout and login again.
Upvotes: 6
Reputation: 1090
Make sure you have the "Read Only" button unchecked.
Pull it up through the folder and not through Visual Studio. Right click on it and view the "Properties" Make sure that the "Read Only" button is unchecked.
If it is checked uncheck it and apply to all folders and sub folders.
That should do it.
Upvotes: 4