Seems that CSS modifications NOT being updated in cached CSS
Permalink5.7.4.2. Just simple class modifications like the following:
I've had to resort to using the front end theme customization. The exact modifications are present on the Bluehost account in the directory but do not make it to the cached CSS file the theme references no matter what I do. However, the second I put them in using the front end customization method it works.
.c5h-page-meta-wrap h4 { font-size: 1.3em; text-align: center; } .ccm-page .c5h-page-meta-wrap h4 { text-align: center; font-size: 1.3em; } .ccm-page .branding-left { padding-top: 20px; } .ccm-block-feature-item h4 a { color: #2f2f2f; } @media only screen and (max-width: 768px) {
What if you add your changes to a new file (say overrides.less) and call that one last?
https://www.concrete5.org/community/forums/5-7-discussion/5.7.4.1-ig...
"http://www.i17tbirdstorage.com/
I previously posted about this issue but it was NOT resolved as I thought and seems to be an issue with the caching settings. No matter what I do, even if I turn off ALL caching settings and then delete the cached CSS files in the files directory, the website ignores my no caching settings and regenerates a cached CSS file and references it instead of referencing the un-cached CSS or LESS files. I know this is happening because when I delete the cached css file and refresh the files/cache/css directory another cached CSS file appears. The only way it seems to be forced to reference the actual CSS/LESS file is to change the name and update the header to reference the new file. Then all my changes show up as intended until I make another change to the file. Then, it ignores the fact that caching is turned OFF and it references the cached CSS file.
It was driving me nuts... but I do believe that it's a C5 cache setting issue; at least with this install. Any thoughts?"
what does your main.less have in it?
Are you using the style customiser?
Does your theme use any presets?
https://www.concrete5.org/community/forums/5-7-discussion/5.7.4.1-ig...
If it were me I'd clear down my browser cache, restart and do some tests.
Does your colleague get the updates all the time or is it just because they were visiting the site afresh (now they've visited are styles stuck just like yours were)?
If they never exhibit the same problem then is there something different with their setup?
OS the same? Browser the same? Using a different proxy to get onto the internet? etc etc.
Is your browser definitely clearing cache or does it need a re-install?
These kind of things can be a pain to track down.
what modifications are you making? Which version of 5.7 are you on?