A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
Hi All,
I have the issue in custom skin creation. (am using version 2.2.7.9)
I have created a new custom skin, i applied the skin and if i change any css class in that skin then i referesh the page, the changes are not affect the page immediately. It will take some time(I think it may me a cache issue). I cleared my browser cache and all but i got the same problem.
Is there any settings for disable page cache or browser cache in mojo.
Hi,
Please see this post.
Hope helps you.
Asad
I used this already but it did not work,
<add key="CacheCssOnServer" value="true" /> <add key="CacheCssInBrowser" value="true" />
I found the problem - it does not getting compile the page (if i change any server side code or web.config file then changes are reflected the page)
Is there any other solution for this ?
You must set those to false.
Asad,
I changed those to "false" too but it did not work.
Murugan
Sounds like possibly a bug in an old version of mojoPortal, it works correctly in the latest version.