CSS grid lost with 2.9.1? [RESOLVED]

Form styling was working find a week ago, and now with the 2.9.1 update suddenly display:grid isn’t part of the form stylesheet anymore which complete breaks our form layout. Was this expected?

Confirmed that it is an issue with 2.9.1. The staging copy had not taken the update yet. Updated all other plugins, cleared cache, re-saved form, and tested. Worked fine. Updated 2.9.0 → 2.9.1 and form styling breaks. Issue appears to be the CSS files (basic.css etc) are no longer called for.

Has the CSS been disabled via filter, or was it disabled in older versions on the main Forms > Settings page?

Winner winner chicken dinner! Output Default CSS was disabled. Enabling this fixed the issue. As expected the option disappeared once set since this is a legacy option.

However this doesn’t explain why the update to 2.9.1 triggered this issue. The form displayed fine until the 2.9.0 → 2.9.1 update was completed. Nothing else was touched. Then the CSS stops being output. Was there a bug in 2.9.0 that stopped that option from working and 2.9.1 just fixed it? (but broke our site since our CSS had to be reworked after the update to 2.9.0)

From the 2.9.1 changelog:

Fixed an issue where the default styles are output even when disabled from the global settings.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.