Hi Wiski, [quote]ERROR Is not an allowed body class: col-float3-subcol[/quote]
There is no such bodyClass. The available body classes out of the box with STK are hard-coded in info.magnolia.module.templatingkit.style.BodyClassResolver. http://documentation.magnolia-cms.com/templates/stk/css-concepts.html#Bodyclasses To resolve the error, find the template definition that has a bodyClass property set to col-float3-subcol. Set the property to an allowed body class or remove it altogether. If col-float3-subcol is an actual layout you have implemented on your site, extend the bodyClassResolver class. Define the layout as a valid bodyClass and provide CSS styles for it. --Antti -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=f664ec5a-e80c-478e-a9c4-088a6a1e0ea8 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
