By younggun on
Hi I am not sure if this is a theme issue or a drupal issue. My site is not updating when I upload a new style sheet. When I click on the different menus on my site each page has a different css from previous updates. Can someone assist me with this?
Comments
...
could be different things:
- your browser cache
- drupal's theme registry - not 100% sure, and probably only if
- drupal's css optimisation is at work (site configuration > performance)
Use Administrator
Use Administrator Menu(http://drupal.org/project/admin_menu) module. After enabling it you will have option on top left corner to flush cache. You can use it to see your changes. Another way is to go to admin/settings/performance , here at the bottom of page You will find option for clear cached data.
In case you have the boost module enabled
Even though boost should not cash content for logged in users, boost will permanently cash the css (go figure).
You should go to your website with an ftp software and delete the css file from the following folder:
You should substitute the words "YOUR_DOMAIN" with your domain name and the words "YOUR_THEME_NAME" with the name of your active theme.
I hope that this little tip may save someone a few hours of frustration!