ACF-Repeater-Collapser
ACF-Repeater-Collapser copied to clipboard
A WordPress plugin to make ordering the Advanced Custom Repeater field easier.
Do you guys ever plan on updating this plugin? I'm sure there are a lot more features that could be added with current knowledge.
Questions to answer: - Is this set per-user? (e.g. Can one user have a fieldset open by default and the other collapsed?) - Is this set per-field, per-fieldset, or universally?...
I've pushed a couple tweaks to the buttons appearance on my fork to make them look a little more native. Here's a little preview of how they look like. Let...
Top and right are causing problems with nested repeater fields. Setting them to 0 resolves cutting of the clickable button.
Hi! Having an issue where repeated use of the "repeater" field is causing timeouts. See below.
I implemented full support for ACF 5.3.1, and it should work for previous ACF versions.
If I have wysiwyg field at first in row, repeater is too tall. Workaround is adding max-height property ``` .collapsed-row .acf-fields.-left .acf-field-wysiwyg:first-child, .acf-fields.-top .collapsed-row .acf-fields .acf-field-wysiwyg:first-child { max-height: 150px; overflow:...
line 19 in acf5_repeater_collapser_admin.js should read: if( $( '.acf-repeater .acf-input-table', $repeater ).hasClass("row-layout") ) { maybe the layout had changed here ? Coded for Beta ? best
As I use acf repeater quite a lot and have many repeater fields per page, I have added functionality to have all rows collapsed by default. Not sure if helpful...
Just updated a site to ACF 5.3.1 and ACF-RC 1.4.2, and unfortunately collapsing/expanding seems to be broken again - there is no sign of the ACF-RC collapse button or the...