This forum is for churches and ministries using Web-Empowered Church tools or packages. If you are a WEC customer, please submit a ticket. If you are reporting a bug with one of our plugins, please email us. If you are a business entity and want help that you cannot find here, please look at our services.

Notice: we are using new forum software and most messages from last 2 years were transferred. If you had an account before, please login to post a message on the forum.

Unanswered topic

Problem with Skins sice Updte the Framwork to 2.xx


Author Message
Written on: 11/11/2010
Robert Maus
registered since: 11/11/2010
Posts: 1
Hello,
i Work withe the Templavoila Framework and some Skins.
For Testing i Use Often the Sketchbook Skin.
In Framework Versions before 2.xx there its works great.
Now thers a Problem, in the Sketchbook Skin was Graphics for the Feature Content.
Like an Papper with two Strips.
Now Comes the Strips on ervery Site, because on sites without have Content in the Feature Box.
Example:
skin.typoscipt.ts file
[code]preCodeFeature = HTML
preCodeFeature.value = <div id="feature-top"></div>
postCodeFeature = HTML
postCodeFeature.value = <div id="feature-bottom"></div>[/code]
HTML Output on sites with Framework before 2.xx
[code]<div id="pageWrap">
<div id="contentBlock-2">[/code]
HTML Output on sites with Framework since 2.xx
[code]<div id="pageWrap">
<div id="feature-top"></div>
<div id="feature-bottom"></div>
<div id="contentBlock-2">[/code]
How can i Remove the 2 CodeFeature Tags on Sites without Featurs after Installinf Framework 2.xx ?
Greetings Robert
P.S. Sorry for my Bad English

[This article was edited 1 times, at last 11.11.2010 at 11:48.]