I have created a masterpage and deployed it to the masterpage gallery.
I have created a spcolor file and a spfont file and deployed them to the theme catalog.
I have also created a New item in the composed look list like this:
Masterpage: /_catalogs/masterpage/mycustom.seattle.master
Theme: /_catalogs/theme/15/mycustom.spcolor
Font: /_catalogs/theme/15/mycustom.spfont
Image: none
DisplayIndex 3
The problem is this: The theme is not displayed in the Change the look preview window.
But if i change the masterpage back to std (/_catalogs/masterpage/seattle.master) in my composed look item. THEN it is displayed ??
Changing back to my custom masterpage, then it disappears.
Everything looks right, i can apply the theme through code. Masterpage is also changed in code and works.
The only place it doesn't work is in change the look.
The masterpage is deployed like this:
<Module Name="MasterPages" List="116" Url="_catalogs/masterpage" Path="MasterPages" RootWebOnly="TRUE">
<File Url="mycustom.seattle.master" Type="GhostableInLibrary">
<Property Name="UIVersion" Value="15" />
<Property Name="ContentTypeId" Value="0x010105" />
</File>
</Module>
What am i missing ??