Support

Account

Forum Replies Created

  • Sorry, I posted these separately because they are different issues. The linked thread refers to the repeater field not working in the back end at all since ACF 5.3.0. The other is extreme performance problems loading the WORKING repeater field (using version 5.3.0) in WORDPRESS version 4.4. Reverting Wp versions solved the issue.

  • It’s broken on the back-end. You can click add item to the Repeater field, but the Flexible Content field added has no options in it. It’s just an empty row — no buttons or anything. I dont’ see any errors in the console. Reverting to 5.3.0 works.

  • Nothing happens on click.

    This is the console on load:

    Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) post.php?post=28125&action=edit:1
    Consider using 'dppx' units instead of 'dpi', as in CSS 'dpi' means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual 'dpi' of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) post.php?post=28125&action=edit:108
    Uncaught ReferenceError: tinyMCE is not defined post.php?post=28125&action=edit:62
    event.returnValue is deprecated. Please use the standard event.preventDefault() instead.

    Here’s the code causing the TinyMCE error:

                                   <script>
                    jQuery(document).ready( tinymce_excerpt );
                        function tinymce_excerpt() {
                            jQuery("#excerpt").addClass("mceEditor");
                            tinyMCE.execCommand("mceAddControl", false, "excerpt");
                            tinyMCE.onAddEditor.add(function(mgr,ed) {
                                if(ed.id=="excerpt"){
                                    ed.settings.theme_advanced_buttons2 ="";
                                    ed.settings.theme_advanced_buttons1 = "bold,italic,underline,seperator,justifyleft,justifycenter,justifyright,separator,link,unlink,seperator,pastetext,pasteword,removeformat,seperator,undo,redo,seperator,spellchecker,";
                                }
                            });
                        }
            </script>

    I disabled all plugins except ACF and its add-ons to see if that would fix the error, but it did not. Any ideas?

  • Elliott, I am having an identical issue to Justin.

  • I figured out the problem.

    I have a flexible content field in a repeater field. I use the repeater to group different content types together, which I will need to continue to do. When I create a FC without the repeater, it works fine (I like the new UI there with the + and -, good job). However, in the repeater, neither the + nor the – sign show up. I can inspect the element in Chrome and find the elements that are supposed to show on hover, but they nevertheless do not show, nor will they work when I click on where they are “hiding.” So I’m reverting back now because I don’t have the issue in FC 1.0.

    Perhaps it’s just a conflict between element names? IDK. Thanks.

  • I had this issue, just FYI

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