stylelayout css file edit not update

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 1:01:01 AM
Gravatar
Total Posts 2

stylelayout css file edit not update my webpage

Hi,

I have created a new skin for my site. so i have selected jsavard-mojoportal skin. I have edited the style sheet and refresh the page. First time the css is applied in my site then next time i have edited some class but not apply it. So i have decided to clear my cookies and cache files then will refresh it not apply in webpage. I have closed my browser then open a new browser window then only to change.

My Question is,

1. Why this problem?

2. Do you have setting any opition for file cache in database related file? (but we have cleared cache not apply the edited file.)

3. Have change any file when i installed mojo portal for this kind of issue?

Please help me.

7/30/2009 2:56:18 AM
Gravatar
Total Posts 550

Re: stylelayout css file edit not update

Hi,

This happen because css cache in server and browser for better performance. You  can  view your changes in your css files immediately by setting following settings to "false" in your web.config/user.config file.

<add key="CacheCssOnServer" value="true" />
<add key="CacheCssInBrowser" value="true" />

hope it helps you.

Asad

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