Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi,
Each custom field value is saved in a corresponding column. The field ID = column name.
What image data do you want to store?
Anh Tran
KeymasterLooks like the Property Details meta box vanishes after clicking the Update button. Can you send me the full code of all meta boxes for properties and terms (via Contact page)? I'll try to debug it.
Anh Tran
KeymasterIt looks okay to me. Don't you get any result?
Can you try
print_r( $image )first, to see if images are get correctly?And also try with
get_post_metain the place ofrwmb_meta?Anh Tran
KeymasterHi Alisha,
I've fixed the problem of showing the placeholder text. Please update.
Also please note that, when you change the type from Manual to Auto and vise-versa, please remove the entered/selected Player name, so it won't show both names.
Anh Tran
KeymasterHi Max,
The fields are saving for me. I made a video http://recordit.co/yx07wbFsYe
Anh Tran
KeymasterHi Max,
I found the bug. It's the documentation bug :(. The correct param should be
tax_input, nottax_query. This is the correct rule:'visible' => array( 'tax_input[_property_destinations]', 'in', array( 7, 9 ) ),July 23, 2018 at 8:57 AM in reply to: Latest Update 4.15.0 has some problems - Buttons field, maybe more #10659Anh Tran
KeymasterHi Guy,
Thanks for the bug report. I did escape the content of the button groups :(. It's fixed here.
Updated: Version 4.15.1 has been released with this fixed.
Anh Tran
KeymasterHi Thomas,
The final code in your previous post parses and runs the shortcodes. Just put the shortcodes in the field's content and they will render well.
Or am I missing anything?
Anh Tran
KeymasterCool! That's enough for an update 🙂
Anh Tran
KeymasterHi Max,
Let me check it again. In the worst case, I think a custom callback can be used.
Anh Tran
KeymasterHi Alisha,
Thanks for the bug report. I'll check and fix it.
Anh Tran
KeymasterSorry, I should have uploaded the correct
zipfile. Can you try again?Anh Tran
KeymasterHi, do your fields have any prefix? In the shortcode, the
meta_keyshould be the full field ID, including the prefix (if any).If you still have any trouble showing the data, please send me an email via the contact form.
Anh Tran
KeymasterHi Michele,
The "No address found" message is shown in the autocomplete popup, just like this:
https://imgur.elightup.com/iLAapwO.png
I've just tested again and it show correctly to me. Perhaps you should try again?
July 18, 2018 at 5:06 PM in reply to: turn Mb Relationships as Field and make 1 to many relationships #10617Anh Tran
KeymasterGood idea :). I'll save this idea into my notes.
-
AuthorPosts