Support

Account

Forum Replies Created

  • @ChrisPrefect

    On a new site I just installed the latest 4.3.5 and 1.1.1 on WP 4.1 and I had the same problem as mentioned in my post above, with the rows shifting. I added the function created by @captaincoo1 and everything cleared up. I’m not having issues with saving fields.

    Be sure all your repeater elements have unique field names…maybe thats the problem?

    Then check it by disabling all your plugins, if the fields work add the plugins back 1 by 1. If all else fails restart your computer 😉

    edit: sorry if I misunderstood…you are having trouble saving in VC fields, or repeater fields?

  • 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!

  • I came onto the forum to figure out why my repeaters are messed up, and your post had me try disabling VC…and that was issue!

    Screenshot of issue

    Any idea how to fix just this issue and run VC and ACF at the same time?

    I can turn repeaters to Row view rather than tables, and that seems to fix it….but for this and others Table is so much better.

Viewing 3 posts - 1 through 3 (of 3 total)