Title: CSS issue after recent update
Last modified: December 5, 2022

---

# CSS issue after recent update

 *  Resolved [davidwong3937](https://wordpress.org/support/users/davidwong3937/)
 * (@davidwong3937)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/)
 * Hi, with the most recent update of autoptimize 3.1.4, some CSS related issue 
   appeared. The console will show “[url]/bootstrap.min.css.map” 404 error.
 * To add, disabling “Aggregate CSS-files?” will solve the CSS issue temporarily.
 * Is it a bug or what is the advised solution?
    -  This topic was modified 3 years, 6 months ago by [davidwong3937](https://wordpress.org/support/users/davidwong3937/).

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/css-issue-after-recent-update/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/css-issue-after-recent-update/page/2/?output_format=md)

 *  Thread Starter [davidwong3937](https://wordpress.org/support/users/davidwong3937/)
 * (@davidwong3937)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/#post-16259674)
 * To add, disabling “Aggregate CSS-files?” will solve the CSS issue.
 * thanks
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/#post-16260001)
 * source map files are only requested when the developer console is active and 
   are only used for debugging purposes. they are not needed or used for “normal”
   visits or the site. is there, except for those source map files 404’ing, any 
   problem with the site when “optimize CSS” is active?
 * frank
 *  Thread Starter [davidwong3937](https://wordpress.org/support/users/davidwong3937/)
 * (@davidwong3937)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/#post-16260141)
 * Thanks for replying. Yes, there are CSS issue when “Aggregate CSS-files” is enabled.
 * only happened after the most recent update.
 * Once I turn off the “Aggregate CSS-files”, CSS issue gone.
 * The “bootstrap.min.css.map” 404 issue was spotted after “Aggregate CSS-files”
   is enabled too. Once turned off “Aggregate CSS-files”, 404 error gone in the 
   console too.
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/#post-16260190)
 * OK, did a quick review of the changes in CSS optimization and the only change
   is how CSS in “injected” in the HTML if “inline all CSS”, but there are no changes
   in how CSS is aggregated.
 * can you explain what the CSS issues are/ how they affect the way the site is 
   rendered? and can you share your site’s URL?
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/#post-16321003)
 * any news davidwong3937 ?
 *  Thread Starter [davidwong3937](https://wordpress.org/support/users/davidwong3937/)
 * (@davidwong3937)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/#post-16324924)
 * Hi, sorry for the late reply.
 * issue still exists: once CSS is aggregated, some CSS can’t be loaded, style changed.
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/#post-16324952)
 * OK, what happens if you untick “also aggregate inline CSS”?
 *  Thread Starter [davidwong3937](https://wordpress.org/support/users/davidwong3937/)
 * (@davidwong3937)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/#post-16344269)
 * Hi [@optimizingmatters](https://wordpress.org/support/users/optimizingmatters/)
   thanks for replying. Still the same after unticking “also aggregate inline CSS”
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/#post-16344459)
 * OK, now in the comma-separated CSS optimization exclusion field, can you try 
   excluding one of below each line and report back?
 * * `wp-content/themes`
    * OR `wp-content/plugins` * OR `wp-includes/`
 *  Thread Starter [davidwong3937](https://wordpress.org/support/users/davidwong3937/)
 * (@davidwong3937)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/#post-16347303)
 * Thank you for the advice.
 * `Aggregate CSS-files?` Yes on
 * `Also aggregate inline CSS?` Yes on
 * excluded `wp-content/themes`
 * Then issue disappeared.
 * What might be the issue?
 * Thanks
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/#post-16347357)
 * the issue that disappeared = the 404 on the source map, or a layout problem of(
   part) of the page?
 *  Thread Starter [davidwong3937](https://wordpress.org/support/users/davidwong3937/)
 * (@davidwong3937)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/#post-16347416)
 * the “[url]/bootstrap.min.css.map” 404 error, no more. Also page can load normally
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/#post-16347428)
 * the 404 error is irrelevant (the source map is only there for developers but 
   is not needed), but what do you mean with “page can load normally”? were there
   indeed layout issues that are fixed when excluding `wp-content/themes`?
 *  Thread Starter [davidwong3937](https://wordpress.org/support/users/davidwong3937/)
 * (@davidwong3937)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/#post-16347447)
 * Yes. A lot of customized font colors can’t be loaded, falls back to the default
   colors.
 *  Plugin Author [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * (@optimizingmatters)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/#post-16347454)
 * OK, now when you don’t exclude `wp-content/themes` but instead disable “also 
   aggregate inline CSS”, does that help the layout issues?

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/topic/css-issue-after-recent-update/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/css-issue-after-recent-update/page/2/?output_format=md)

The topic ‘CSS issue after recent update’ is closed to new replies.

 * ![](https://ps.w.org/autoptimize/assets/icon-256X256.png?rev=2211608)
 * [Autoptimize](https://wordpress.org/plugins/autoptimize/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/autoptimize/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/autoptimize/)
 * [Active Topics](https://wordpress.org/support/plugin/autoptimize/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/autoptimize/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/autoptimize/reviews/)

 * 19 replies
 * 2 participants
 * Last reply from: [Optimizing Matters](https://wordpress.org/support/users/optimizingmatters/)
 * Last activity: [3 years, 5 months ago](https://wordpress.org/support/topic/css-issue-after-recent-update/page/2/#post-16347494)
 * Status: resolved