with admin columns is great to quick edit
but +1 for MASS QUICK EDIT
for example edit multiple acf field for a selection of users
Great tip!
Why don’t set an ID or a CLASS for the MESSAGE element so you can use a generic function like ?
//wp_content_editor is the id of the message acf field
(function($) {
$(document).ready(function() {
if ($("#wp_content_editor").length > 0) {
$('#wp_content_editor .acf-input').append($('#postdivrich'));
$(".acf-field #wp-content-editor-tools").css({
background: "transparent",
"padding-top": 0
})
}
});
})(jQuery);
I’m using this and works good,
I only sometimes got a js error with the
yoast-premium-social-preview-370.min.js?ver=3.7.2:1
but everything seems working good
This is NOT SOLVED
please we NEED this important feature
I’m a PRO customer, and I think we deserve this feature
+1
how to change the language at the moment so the address value is in the preferred language?
is there any hook ?
thank you
Updating solved my issue!
Ok i Did it!
thank you for the great plugins!
Jason how do you make it working?
I can’t make it working with acf pro 🙁
(tried with acf free and it worked)
any hints please?
I have problem getting the post_id
$options array is all 0 (like default values)
any hint?
Please how to EDIT / CREATE also ACF fields using wp-rest-api??
yeah please could you give some more infos on your helper function?
thank !
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.