Support

Account

Home Forums Backend Issues (wp-admin) ACF conflict with Visual Composer plugin Reply To: ACF conflict with Visual Composer plugin

  • After a bit of sleuthing and procrastinating about going to bed I figured out my issue…VC’s admin-side CSS was messing with the table since it has class=”row” inside it.

    js_composer/assets/css/ files:

    • js_composer.css
    • js_composer_backend_editor.css
    • js_composer_settings.css

    They all have .row:before, .row:after {content: “”; display:table} and for whatever reason it kills the table in ACF. I’ve commented out these classes on all 3 and we’ll see how she goes!