Support

Account

Forum Replies Created

  • I posted this on another thread, but in the interest of helping others out and getting some feedback I’ll post here as well…

    I’ve run into a similar issue specifically with JS performance and multiple TinyMCE elements. I’ve been working on a fix that I’d love some help testing.

    Like many of you I end up with sites that have a TinyMCE field in a repeater or flexible content widget. If the client ends up adding more rows than expected the performance degrades quickly.

    So I built an add-on field that lazy loads the TinyMCE editor when someone wants to edit the content of the field. That way only one TinyMCE instance is active at a given time and performance improves significantly.

    I’ve used it in a few places and it currently supports both ACF4 and ACF5, but I’d love to get more people using it to see if I’ve missed anything.

    You can download and try it out here https://github.com/3pointross/ACF-Lite-WYSIWYG

    Any feedback would be great.

  • I’ve run into a similar issue specifically with JS performance and multiple TinyMCE elements. I’ve been working on a fix that I’d love some help testing.

    Like many of you I end up with sites that have a TinyMCE field in a repeater or flexible content widget. If the client ends up adding more rows than expected the performance degrades quickly.

    So I built an add-on field that lazy loads the TinyMCE editor when someone wants to edit the content of the field. That way only one TinyMCE instance is active at a given time and performance improves significantly.

    I’ve used it in a few places and it currently supports both ACF4 and ACF5, but I’d love to get more people using it to see if I’ve missed anything.

    You can download and try it out here https://github.com/3pointross/ACF-Lite-WYSIWYG

    Any feedback would be great.

  • I’m running into this too, only I can’t find any fields starting with new_ and I’ve turned autocomplete to off.

  • I’m running into the exact same issue, I’ve noticed that $value is just a string equal to the number of rows I have saved in the repeater field.

  • This reply has been marked as private.
  • I don’t know if it helps, but I’m getting this error on the page that has lots of fields. Similar pages save without this error:

    Uncaught TypeError: Cannot read property ‘length’ of undefined jquery.js?ver=1.11.0:2
    n.extend.each jquery.js?ver=1.11.0:2
    (anonymous function) input.js?ver=5.0.0:5071
    _runHook input.js?ver=5.0.0:235
    applyFilters input.js?ver=5.0.0:115
    $.extend.apply_filters input.js?ver=5.0.0:1098
    acf.validation.complete input.js?ver=5.0.0:5231
    $.ajax.success input.js?ver=5.0.0:5221
    j jquery.js?ver=1.11.0:2
    k.fireWith jquery.js?ver=1.11.0:2
    x jquery.js?ver=1.11.0:4
    b

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