Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterAh, I see. Currently there's no such an option for that :(. I found a solution on StackExchange that you can try.
March 5, 2018 at 1:59 PM in reply to: extension is not working ( gives some errors with metabox builder ) #8696Anh Tran
KeymasterHi Ahmed, thanks for your report. I'll check and fix it.
Anh Tran
KeymasterHello naomivd,
Thanks a lot for your feedback! As you requested on Feb, I will send the refund. FYI, we’ve just updated the Builder extension and if you have a chance to look at the plugin, it would be great.
PS: Just refunded.
Anh Tran
KeymasterI found this solution. It works for simple fields.
Anh Tran
KeymasterHello,
Unfortunately, this feature is not supported yet.
Anh Tran
KeymasterIf you're using the
image_advancedfield, then you can set the paramimage_size. Forimagefield, it's not supported yet. Let me try to update that.Update: I've just added support for
image_sizeGithub. Can you try the Github version?Anh Tran
KeymasterIt gets the stored valued in the post meta with the helper function
rwmb_meta. If the value is empty, then get the default value fromstd.Anh Tran
KeymasterCan you try again?
Anh Tran
KeymasterBut when you imported, you already used
add_post_meta()which converts the array into serialized string. So it's not JSON anymore. I'm quite confused about that.Anh Tran
KeymasterYou can create a helper function for that:
function your_helper( $field_id ) { $field = rwmb_get_field_settings( $field_id ); $value = rwmb_meta( $field_id ); return $value ? $value : $field['std']; } // In your template echo your_helper( 'your_title_field' );Anh Tran
KeymasterYou're right. For multisite, the settings page should be put in the network admin instead of each site's admin and the license key should be stored in the network options. I didn't think about this at first. Let me try to update the plugin.
PS: Just updated the plugin to support multisite. In Multisite environment, the settings page is moved to Network > Settings > Meta Box Updater. Normal site admins won't see the message and that settings page. Please update and let me know how it goes.
PS2: Your license for Core extension bundle is expired. Please update to get updates for other plugins.
Anh Tran
KeymasterHello, I've just added some checks to prevent the error. Please update and let me know how it goes.
Anh Tran
KeymasterHello,
Now I have a Metabox.io Text box that is read only on the post that just displays that JSON data for reference.
Where does the JSON data come from? I see you store an array in the post meta, which is a serialized array.
February 28, 2018 at 12:07 PM in reply to: ✅Conditional Logic not seems working with multiple metaboxes on front-end #8645Anh Tran
KeymasterHi,
Can you send me the code of the meta box to check?
Anh Tran
KeymasterHello, thanks for your feedback. We haven't checked it for Multisite environment. Let me try that.
Edit: I've just fixed the bug. Please update.
-
AuthorPosts