• Resolved Roman77

    (@roman77)


    Hello, from my Office computer, if I purge Minified, at my home computers browser, site has no CSS, then at home I purge Minified and looks fine, the next day when I get to the office, the site CSS is not there, then I have to Purge Minified again to fix, then go home, same issue. I have viewed site on incognito as well and same issue so its not Browser Cache.. Anyway to fix this?

    Thank Much

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support vupdraft

    (@vupdraft)

    Can you try adding the following snippet to your active child themes functions.php file, it will automatically delete the minified files after 1 day

    add_filter( ‘wp_optimize_minify_cache_expiry_time’, function( $original_value ) { return time() – 86400 * 1; } );

    Thread Starter Roman77

    (@roman77)

    I added it, Im home now and the css is missing since I purged it at work, Im going to leave it that way and not purge minification to see if when I return home again tomorrow, the css appears, will post update.. Thanks

    Thread Starter Roman77

    (@roman77)

    I checked developer console and seems all stylesheets were with a 404 status which is why no css was appearing, I unchecked “Enable Merging CSS files” and seems to work, but will check from Office PC…

    Plugin Support vupdraft

    (@vupdraft)

    @roman77 How did you get along?

    Thread Starter Roman77

    (@roman77)

    Hello, I ended up installing a different plugin as the solution did not seem to work. I will mark as resolved. Thanks Much..

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Constantly have to Purge Minified Files’ is closed to new replies.