• Hi there. Here is a quick fix to make the plugin work for ACF pro 5.4.8:

    Go to js/input.js and

    replace
    var content = $el.nextUntil('.field_type-row');
    with
    var content = $el.nextUntil('.acf-field-row');

    I anybody is familiar with committing to wp plugins, please feel free to do so.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Simple fix for ACF pro 5.4.8’ is closed to new replies.