Home › Forums › Feature Requests › Just a few suggestions for ACF › Reply To: Just a few suggestions for ACF
6. Yep. Now you can add instructions, but sometimes this text may be very long and take a place. Maybe add checkbox for “show instructions with icon help” and show tooltip on click.
7. Look at this thread:
http://support.advancedcustomfields.com/forums/topic/repeater-field-divider-border/
9. Another idea : create simple row without [add new row]. Sometimes i wants to have 3 inputs next to each other or something like that
8. I use code for this:
function my_theme_add_editor_styles() {
global $post;
if (get_current_post_type()=='loremIpsum') {
add_editor_style( get_template_directory_uri() . '/css/loremipsum-styles.css' );
}
}
add_action( 'after_setup_theme', 'my_theme_add_editor_styles' );
But your idea is very nice.
11. Collapse field. Not repeater collapse, but maybe panel with collapse option.
12. [select custom fields values] field? For example. I have custom post A. In this post i have repeater AR. Now on other post type i want select (or something like post object) with values from AR
13. Better layout for tabs (not when create fields group but when edit page). Now when i have lots of tabs, layout is broken.
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.