Websphere portal 8 layout.html changes not reflecting -
i have done below steps layout.html of custom theme.
the default layout :
<parameter name="com.ibm.portal.layout.template.href" type="string" update="set"><![cdata[dav:fs-type1/themes/customtheme/layout-templates/2columnequal/]]></parameter>
then webdav tried edited particular layout.html file. added class ass follow:
<div class="component-container wpthemecol wpthemeprimarycontainer ibmdndcolumn wpthemeleft wpthemecol6of12 wpthememedium lhs" name="ibmmaincontainer"></div> <div class="component-container wpthemecol wpthemesecondarycontainer ibmdndcolumn wpthemeleft wpthemecol6of12 wpthememedium rhs" name="right"></div>
lhs & rhs css class present in theme.
now wont see change when refresh page , cross checked firebug too.
what see is:
<div class="component-container wpthemecol wpthemeprimarycontainer ibmdndcolumn wpthemeleft wpthemecol6of12 wpthememedium" name="ibmmaincontainer"></div> <div class="component-container wpthemecol wpthemesecondarycontainer ibmdndcolumn wpthemeleft wpthemecol6of12 wpthememedium" name="right"></div>
i restarted server. 1 please point out wrong.
thanks & regards adeeb
i have expected server restart clear cached layout data. make sure though, try running refresh-page-layout task configengine.
Comments
Post a Comment