@Elliot Condon
I don’t have any custom ACF filters, but I’ll check to see if it’s a plugin thing.
After a little more testing, it seems that my issue has to do with having a Tab precede the repeater that has the same field name. So:
Tab: Our Process / our_process
Repeater: Our Process / our_process
If I remove the Tab’s field name, and save, it works fine. I guess that when the repeater’s fields are loaded, it thinks it’s the tab instead of the repeater.
I’ll post back if I find out anymore.
Updated to 5.1.8. Deleted the Page I was adding fields to and started a fresh Field Group. It still won’t save and I get this from WP:
Warning: Illegal string offset 'acfcloneindex' in /Users/Phil/Sites/augustblume/wp-content/plugins/advanced-custom-fields-pro/pro/fields/repeater.php on line 156
Notice: Array to string conversion in /Users/Phil/Sites/augustblume/wp-content/plugins/advanced-custom-fields-pro/pro/fields/repeater.php on line 156
Warning: Invalid argument supplied for foreach() in /Users/Phil/Sites/augustblume/wp-content/plugins/advanced-custom-fields-pro/pro/fields/repeater.php on line 255
and then when I try to Add a Row, I get this in the JS:
[Error] TypeError: undefined is not an object (evaluating '$(this).get(0).outerHTML')
outerHTML (acf-input.js, line 288)
add (acf-pro-input.js, line 377)
doEvent (acf-input.js, line 1866)
(anonymous function) (acf-input.js, line 1805)
dispatch (jquery.js, line 3)
handle (jquery.js, line 3)
does it take some time for 5.1.8 to show up? 🙂
I can’t figure out what the issue is, but it seems to be when the repeater is saved, the values aren’t being stored properly.
I’m not sure if this is the same issue, but any repeater fields aren’t saving fields and aren’t allowing me to add items. I get this error in the condole:
TypeError: undefined is not an object (evaluating ‘$(this).get(0).outerHTML’)
Here’s a quick (dirty) fix.
Plugins » ACF PRO » Fields » relationship.php
Line 674
Add “data-name=”remove_item”” to the anchor tag so it looks like this:
<a href="#" class="acf-icon small dark" data-name="remove_item"><i class="acf-sprite-remove"></i></a>
Easy Columns inserts short codes that allow the user to put columns straight into the WYSIWYG editor. It doesn’t allow you to insert the columns on any of ACF’s WYSIWYG editor’s – I‘ve tested.
I understand about the support; just wanted to give a head’s up and see if any one else was having this issue.
Thanks elliot.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.