Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Are you in the right file? Not trying to be a dick, but I've done that at least 3 times in the last week.
-
Tonyobyo3138yYeah it's weird though...seems like some days the code works while developing and some days it doesn't update at all...I've tried adding the queries into different files but no such luck.
The template has a master CSS file that imports all external style sheets to it. I've checked the master style sheet and all necessary external style sheets have been imported.
So it's a huge time waster since I can't pin point if the error is from my code, my server, my browser(s) or my editor 😑 -
Sounds like it could quite possibly a static server cache to me. Mad sure all the CSS includes are written properly? Tried editing the master file with a comment to see if changes show up in that?
-
Tonyobyo3138ySeriously I can't thank you enough...you have saved me so much potentially wasted time and frustration!
-
fredrf15248yI can peek on your convo 🤓
But yeah, right file and server cache breaks my head. I know it can be it, but I always get mini-frustration attacks every once in a while -
Tonyobyo3138y@SirusAmory ever work on a site where the HTML updates when you make changes and overwrite using ftp but the changes to CSS take 10 or more minutes to actually display?
-
Tonyobyo3138y@sgoten I have an htaccess file preventing caching on the server...it seemed to work for a time but now I'm facing this delayed update when it comes to working with CSS though HTML updates display immediately
-
@Tonyobyo91 just because you're telling the server not to cache in the htaccess doesn't mean it isn't cacheing still. Is Cloudflare being used? If so it could take a while for Cloudflare to proposals your changes to its various servers.
-
Tonyobyo3138y@SirusAmory If cloudflare is being used it's not by my initiation. I checked Cpanel and it looks like supercacher was enabled...I just disabled it and will check.
Thank you for the suggestion! -
Supercacher's Dynamic cache can sometimes take a while to update, so could be that.
Related Rants
Need some media query help on a website I'm developing.
I'm keeping my browser cache clear, checking different browsers, trying different editors for uploading changes but nothing seems to be working.
Firebug is still showing the code as if the files aren't being overwritten with my changes.
If someone wouldn't mind taking a look I'd really appreciate it
undefined
css3
code
web development
front end
website
development
css
media queries