• Resolved MethodMan

    (@nopopop)


    I am trying to make changes to my site. Only HTML and PHP changes show up, but not CSS. To test this, I added a comment in the HTML/PHP file, and the comment shows up. I added a comment in the CSS file, but the comment does not show up.

    I’ve tried clearing the WP cache, and also my on site cache.

    Any suggestions?!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    After clearing your plugin’s cache deactivate it, then add something obvious into your CSS like:

    body {
        border: 10px solid red !important;
    }

    Clear your browser cache too.

    Thread Starter MethodMan

    (@nopopop)

    Thanks for the suggestion. I finally figured it out! After clearing out all the local caches, wordpress caches, the one place we did not clear was another cache.

    We were using CloudFlare. CloudFlare had the paged cached. Excluding the CSS file solved the problem.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘HTML and PHP refreshes but not CSS’ is closed to new replies.