Reputation: 2344
I'm having problems with cache, I think. I have a website in Joomla, and I have some .css (layout.css, position.css, .... ) and I have at home of the website, 3 buttons, I tested in localhost, and when I see the home well, I upload everything to production, to my server. Now, I just edited some styles of these buttons, for example, the width, in order to see them better...but I'm having a problem with the cache, because sometimes I see them with new changes, but other times I see with the old styles.....I realized that this happens especially with chrome Could you help me, please? Best regards, Daniel
Upvotes: 3
Views: 9822
Reputation: 3048
Try delete cache data when new version is done, see hint.
In FF you can delete cache data by use a combination of keys Ctrl+F5
.
Upvotes: 2
Reputation: 181
Chrome is an awesome browser but the cache is a bit of pain, I use the incognito mode as this also switches off the cache from my experience.
Upvotes: 1
Reputation: 18022
You can force the browser to use the latest stylesheet. Read more here: http://www.impressivewebs.com/force-browser-newest-stylesheet/
I hope that helps.
Upvotes: 2