Forum Replies Created
-
AuthorPosts
-
July 25, 2018 at 5:13 PM in reply to: Unable to exclude metabox field with MB Include Exclude #10710
Anh Tran
KeymasterIt's a good alternative solution!
Anh Tran
KeymasterHi,
The plugin's shortcode doesn't support all
wp_login_form()parameters at the moment. I'll update to support them.Anh Tran
KeymasterHi Dan,
Please use the Custom Attributes for the image_advanced field. The Columns settings is for MB Columns extension.
Anh Tran
KeymasterI got it. You still can save image in the database by encoding it. Use a tool like this, or base64_encode function to convert the image file into a text string. Then you can save it. However, you need to handle outputting the image by decoding it, because the value stored is the encoded data, not the real image.
Anh Tran
KeymasterDo you mean just grouping fields via UI? A kind of putting them in a wrapper div, but no touch on the data and each of fields still can store value as normal?
Anh Tran
KeymasterGlad that you figured it out. Nice solution!
Anh Tran
KeymasterYes, it's possible. But there are some notes:
- If you just need to populate posts from another post types, please use "Post" field.
- You can populate other options programmatically, e.g. with code. It's kind of impossible to do with the Builder, since its purpose is for manual adding options.
Anh Tran
KeymasterHi,
Have you tried MB Group? It's the
groupfield type, and supports all kind of sub-fields, including sub-groups. And it's cloneable (repeatable).Anh Tran
KeymasterYes, that's right!
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 ) ), -
AuthorPosts