Auto-Collapsed, Prevent Inline Title Editing?
-
Big fan of your plugins. Thank you for creating them.
One thing I’ve encountered is that auto-collapsed items have inline title editing enabled within modal windows even if they’re disabled. Is there a way to fix this? When trying to expand the bars, it does inline editing instead, which makes it tough to expand and less obvious that the functionality to expand even exists unless you are familiar with the editor.
In general, the collapsed states do not look like toggles unless you hover over them to make the icon show, and even then only if you avoid clicking on the inline titles by mistake. I’ve partly fixed this with a css tweak for the admin area, but it still isn’t as obvious a function as I’d have hoped. Any suggestions?
body .acf-repeater .acf-row > .acf-row-handle .acf-icon {
display:block;
}Lastly, it’d be neat to have a zebra stripe effect for rows in the backend if possible. It’d make it easier to recognize where a block starts and ends. Haven’t tried that one with css yet, but it’d be a neat addition.
Thanks for all that you do!
- The topic ‘Auto-Collapsed, Prevent Inline Title Editing?’ is closed to new replies.