Forum Replies Created
-
AuthorPosts
-
February 11, 2021 at 11:01 PM in reply to: ✅Issues occurred following an update of the plugin #24429
Long Nguyen
ModeratorHi Martin,
Please share your site credentials via this contact form https://metabox.io/contact/. I will take a closer look.
February 11, 2021 at 10:55 PM in reply to: ✅Can I use Metabox to create an extra checkbox within Menu items? #24428Long Nguyen
ModeratorHi,
The Meta Box plugin has not supported adding a custom field to control menu items yet. I'm going to add it to the to-do list for the future development of the plugin.
You can use the plugin If Menu to control menu items for now https://wordpress.org/plugins/if-menu/.
Long Nguyen
ModeratorHi,
Thank you for your reporting.
I'm going to pass this case to the developer team to cover it in the next update.
Long Nguyen
ModeratorHi Martin,
Please see my screen record to migrate the field data https://share.getcloudapp.com/YEuXowEW.
I also shared the file "old-fields.dat" for testing https://drive.google.com/file/d/1M751DX23Ab4StOm8Gz1l2w5aPyKZ2yIK/view?usp=sharing.
Let me know how it goes.
February 10, 2021 at 6:26 PM in reply to: ✅Customizer settings panel disappears after page load #24419Long Nguyen
ModeratorHi David,
Please focus on this topic https://support.metabox.io/topic/settings-page-not-showing-in-top-level-only-as-submenu/.
I'll mark this topic as Closed.
February 10, 2021 at 6:24 PM in reply to: ✅Settings page not showing in top level, only as submenu #24418Long Nguyen
ModeratorHi,
Can you please click on "Get PHP code" and share the code here? I will check the code on my end.
February 9, 2021 at 7:31 PM in reply to: ✅Settings page not showing in top level, only as submenu #24404Long Nguyen
ModeratorHi David,
Please select a Style option
BoxesorNo Boxesthen re-save the settings page to make it works. I'm going to discuss with the developer team to cover this case in the next update.Long Nguyen
ModeratorHi Martin,
Please update the new version of Meta Box AIO 1.13.3 to fix this issue. If the fields do not appear, please follow this documentation to migrate field data.
https://docs.metabox.io/extensions/meta-box-aio/#upgradeLong Nguyen
ModeratorHi Mark,
Please update the new version of Meta Box AIO 1.13.3 to fix this issue. If the fields do not appear, please follow this documentation to migrate field data.
https://docs.metabox.io/extensions/meta-box-aio/#upgradeFebruary 9, 2021 at 2:56 PM in reply to: ✅Binding street, city etc from adress field not working #24395Long Nguyen
ModeratorHi there,
Please update the newest version of MB Geolocation v1.3.1 then use the sample code here: https://pastebin.com/fcVpvtC0.
If you use the Google Maps field, no need to add the key to the
geosetting.// For Open Street Maps or using API key in Google Maps field. 'geo' => true, // For using geolocation with address components only 'geo' => [ 'api_key' => 'YOUR API KEY', ],Long Nguyen
ModeratorHi meta_gecko,
Thank you for using our plugin!
Here is the previous version of Meta Box AIO which includes the previous version of MB Builder (removed)
This link is available for a few days and will be removed.
Long Nguyen
ModeratorHi,
It has not supported adding the
reciprocalsetting in the Builder. I will add it to the to-do list for the future development of the plugin.Long Nguyen
ModeratorHi,
You can follow the documentation to get the field value from the custom table when having the variable
$post_id$value = rwmb_meta( $field_id, ['storage_type' => 'custom_table', 'table' => $table_name], $post_id ); echo $value;For example:
<?php $value = rwmb_meta( $field_id, ['storage_type' => 'custom_table', 'table' => $table_name], $post_id ); ?> <form> <label for="fname">First name:</label><br> <input type="text" id="fname" name="fname" value="<?php echo $value; ?>"> </form>February 7, 2021 at 8:44 PM in reply to: ✅User Custom Fields and Elementor Dynamic Content for Author #24360Long Nguyen
ModeratorHi,
Please contact Elementor support to ask for help to create a user profile info with Elementor builder. If you want to create a list of users by coding, here is an example guide https://metabox.io/display-user-list-on-the-frontend-with-meta-box/.
Long Nguyen
ModeratorHi,
The extension MB Relationships only supports connecting from one post type to one post type for each connection. You can create more connections to connect from a post type to more post types.
-
AuthorPosts