cache issue in custom skin

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
7/30/2009 4:45:50 AM
Gravatar
Total Posts 39

cache issue in custom skin

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.
 

7/30/2009 5:16:15 AM
Gravatar
Total Posts 550

Re: cache issue in custom skin

Hi,

Please see this post.

Hope helps you.

Asad

7/30/2009 5:24:14 AM
Gravatar
Total Posts 39

Re: cache issue in custom skin

Hi,

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 ?

7/30/2009 5:31:12 AM
Gravatar
Total Posts 550

Re: cache issue in custom skin

Hi,

You must set those to false.

Asad,

 

7/30/2009 5:43:44 AM
Gravatar
Total Posts 39

Re: cache issue in custom skin

Hi,

I changed those to "false" too but it did not work.

Murugan

7/30/2009 9:08:42 AM
Gravatar
Total Posts 18439

Re: cache issue in custom skin

Sounds like possibly a bug in an old version of mojoPortal, it works correctly in the latest version. 

You must sign in to post in the forums. This thread is closed to new posts.