Title: CSS Problems
Last modified: February 25, 2021

---

# CSS Problems

 *  Resolved [bob reeves](https://wordpress.org/support/users/bob-reeves/)
 * (@bob-reeves)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/css-problems-35/)
 * Hi,
    If I create a new form, and then add css using the css tab in the form editor
   it automatically adds that css to to a new css file in the theme editor.
 * However if I then delete the css from the form editor it does not delete the 
   css from the form css in the theme editor.
 * If I then input new css in the form editor, it does not work as it is being overridden
   by the css in the theme editor.
 * Surely this must be a bug

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/css-problems-35/#post-14101369)
 * > However if I then delete the css from the form editor it does not delete the
   > css from the form css in the theme editor.
 * it should. I will check and revert
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/css-problems-35/#post-14101419)
 * just checked, working fine for me.
 * When I clear the custom CSS in the form editor page and update the form, the 
   css file get deleted in my theme `js/` folder.
 * Maybe a folder ownership/permission issue on your theme folder?
 *  Thread Starter [bob reeves](https://wordpress.org/support/users/bob-reeves/)
 * (@bob-reeves)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/css-problems-35/#post-14102378)
 * Hi [@aurovrata](https://wordpress.org/support/users/aurovrata/),
 * Thank you for your swift response.
 * I have just tried a few things and you are right with a blank install of WordPress
   and Contact Form 7 as well as Smart Grid-Layout Design for Contact Form 7 on 
   localhost it works perfectly, however if I then install Elementor it stops working.
 * Regards
 * Bob
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/css-problems-35/#post-14104255)
 * > however if I then install Elementor it stops working.
 * how very odd. Unfortunately I don’t have Elementor to try it myself.
 * Could you check if you have any errors being reported on your Javascript console
   when you are editing the CSS in form editor page?
 * Can you enable WP_DEBUG and WP_DEBUG_LOG and check the debug.log file for any
   errors/warnings on your server side?
 *  Thread Starter [bob reeves](https://wordpress.org/support/users/bob-reeves/)
 * (@bob-reeves)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/css-problems-35/#post-14105065)
 * Hi [@aurovrata](https://wordpress.org/support/users/aurovrata/)
 * Thanks for your reply, I do appreciate it.
 * The following is the error I get when going into the contact form on the Dev 
   Tools Console
 * DevTools failed to load SourceMap: Could not load content for [https://localhost/cf7grid/wp-content/plugins/cf7-grid-layout/assets/css.gs/smart-grid.css.map](https://localhost/cf7grid/wp-content/plugins/cf7-grid-layout/assets/css.gs/smart-grid.css.map):
   HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
 * The following is the error I get when deleting css from the css tag on the Dev
   Tools Console
 * cf7-grid-codemirror.js?ver=4.8.1:360 Uncaught TypeError: Cannot read property‘
   trim’ of undefined
    at cf7-grid-codemirror.js?ver=4.8.1:360 at signal (codemirror.
   js?ver=5.32:568) at endOperation_finish (codemirror.js?ver=5.32:3912) at endOperations(
   codemirror.js?ver=5.32:3813) at codemirror.js?ver=5.32:3796 at finishOperation(
   codemirror.js?ver=5.32:2050) at endOperation (codemirror.js?ver=5.32:3793) at
   HTML
 * The following is an extract from the debug.log
 * [26-Feb-2021 08:42:08 UTC] PHP Notice: ob_end_flush(): failed to send buffer 
   of zlib output compression (1) in F:\xampp\htdocs\cf7grid\wp-includes\functions.
   php on line 4755
    [26-Feb-2021 08:42:08 UTC] PHP Notice: ob_end_flush(): failed
   to send buffer of zlib output compression (1) in F:\xampp\htdocs\cf7grid\wp-includes\
   functions.php on line 4755 [26-Feb-2021 08:42:27 UTC] PHP Notice: ob_end_flush():
   failed to send buffer of zlib output compression (1) in F:\xampp\htdocs\cf7grid\
   wp-includes\functions.php on line 4755
 * I hope the above information helps.
 * Regards
 * Bob`
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/css-problems-35/#post-14105201)
 * > DevTools failed to load SourceMap:
 * this is not an issue, it’s related to SCSS stylesheets which are not used with
   this plugin.
 * > The following is the error I get when deleting css from the css tag on the 
   > Dev Tools Console
   > cf7-grid-codemirror.js?ver=4.8.1:360 U
 * I think this is what is causing the issue. I have made a small change on the 
   github repo. Can you download this [tentative fix and manually upgrade](https://github.com/aurovrata/cf7-grid-layout/releases/tag/v4.8.3rc1)
   your plugin to let me know if it fixes the issue for you. If it does I will release
   it with the next update.
 * > PHP Notice: ob_end_flush(): failed to send buffer of zlib output compression(
   > 1) in F:\xampp\htdocs\cf7grid\wp-includes
 * this does not seem to be related to the plugin, but rather an issue with your
   [setup](https://stackoverflow.com/a/38694583/3596672).
 *  Thread Starter [bob reeves](https://wordpress.org/support/users/bob-reeves/)
 * (@bob-reeves)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/css-problems-35/#post-14105657)
 * That seems to have worked.
 * Thankyou very much for your help.
 * I will mark the thread as resolved.
 * Regards
 * Bob
 *  Plugin Author [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * (@aurovrata)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/css-problems-35/#post-14106106)
 * Wonderful.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘CSS Problems’ is closed to new replies.

 * ![](https://ps.w.org/cf7-grid-layout/assets/icon-256x256.png?rev=1834229)
 * [Smart Grid-Layout Design for Contact Form 7](https://wordpress.org/plugins/cf7-grid-layout/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/cf7-grid-layout/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/cf7-grid-layout/)
 * [Active Topics](https://wordpress.org/support/plugin/cf7-grid-layout/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/cf7-grid-layout/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/cf7-grid-layout/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [Aurovrata Venet](https://wordpress.org/support/users/aurovrata/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/css-problems-35/#post-14106106)
 * Status: resolved