I'm trying to make my own skin for a website. I've watched the umbraco tutorial videos about skinning and I followed the steps. In the videos they press the 'edit skin' button to make changes to a css file for example. This button is missing.. Anyone knows how to make that button visible?
I solved this one, even though I think the're more suitable solutions. Since you can skin starters kits out of the box I added my masterpage-template id to the templates of the starters kit in 'App_data/packages/installed/installedPackages.config' and linked the custom skin I created in the masterpages folder like they show on the videos.
Hopefully this helps some people who are also stuck at this.
Skin button not showing in UI
Hi all
I'm trying to make my own skin for a website. I've watched the umbraco tutorial videos about skinning and I followed the steps. In the videos they press the 'edit skin' button to make changes to a css file for example. This button is missing.. Anyone knows how to make that button visible?
Thanks anyway
Thijs
Sorry for double post but I can't update my previous post.
The button I'm missing is this one:
In App_Data/packages/installed/installedPackages.config I marked every package with enableSkinning="True"
Any help would be really appreciated!
Thijs
I solved this one, even though I think the're more suitable solutions. Since you can skin starters kits out of the box I added my masterpage-template id to the templates of the starters kit in 'App_data/packages/installed/installedPackages.config' and linked the custom skin I created in the masterpages folder like they show on the videos.
Hopefully this helps some people who are also stuck at this.
Thijs
is working on a reply...