WordPress Stylesheet Not Updating

I have a client webpage at http://bit.ly/SV663B, and I’m that close to completing the style changes I was told to make. However, for some reason, the changes I made to the stylesheet was NOT updated no matter how many times I uploaded the css via FTP.

The stylesheet in question is http://www.antalvig.com/m7/wp-content/themes/felis/css/shortcodes.css. When I open up Firebug and check the stylesheet, it seems that there is a ?ver=3.4.2 behind, and I checked umpteen times and the code I’ve added in wasn’t detected. At first I thought it was the cache, but it’s been about 7 hours since I checked, and my code is still not updated. Now the weirdest thing is that when I changed http://www.antalvig.com/m7/wp-content/themes/felis/css/style.css and uploaded it, the change is reflected immediately.

Read More

I’m guessing the problem lies in the ?ver=3.4.2, but of course that doesn’t explain why style.css is updated immediately. I’m really at a loss as to how to update this last css change. Can anyone please help and give me some sort of advice? Any help will be appreciated.

Thanks in advance.

Related posts

Leave a Reply

1 comment

  1. Ok guys,

    I’m sorry – it turns out I had this comma in front of the braces, like .class, .someclass, .class2, {color:pink;} and that’s why it didn’t get picked up by the browser. Must have left it there when copy pasting.

    Lesson Learned: NEVER work on your project when you’re losing focus (late at night when I did the above), you’re gonna screw up somewhere and then spend hours later wondering what happened.

    Thanks everyone for your reply though – cheers.