Forum Replies Created
-
AuthorPosts
-
January 17, 2022 at 12:19 PM in reply to: ✅Image uploaded via custom field not visible in Post page #33279
Long Nguyen
ModeratorHi,
Please use the field single_image if you want to show image in the widget Image.
Refer to this topic https://support.metabox.io/topic/image-custom-fields-no-showing-in-elementor-image-widget/
Long Nguyen
ModeratorHi Gibber,
I do not see that issue on my site. You can try to go to the My Account page and download the file meta-box-aio.zip and re-install this plugin on your site.
https://metabox.io/my-account/Long Nguyen
ModeratorHi,
Can you please share the code that creates a field group on your site? And let me know where did you add the shortcode to show the value?
January 17, 2022 at 9:56 AM in reply to: ✅Use same custom field with two page templates with slight variation in wp admin #33275Long Nguyen
ModeratorHi,
Do you mean to use two page templates with two field values but keep the same field ID?
Long Nguyen
ModeratorHi Kirb,
Can you please give more details about the issue? Some screenshots would be appreciated.
January 16, 2022 at 9:29 PM in reply to: ✅MetaBox post type and taxonomies dissapeared after turning on Product Reviews #33269Long Nguyen
ModeratorHi,
I'm using Oxygen Builder 3.9 and WooCommerce 6.1.0 but do not see any issue with CPT and custom taxonomies. Can you please share some screenshots and the code that creates CPT and custom taxonomies on your site?
Long Nguyen
ModeratorHi,
Here is the example code
add_action( 'rwmb_frontend_after_save_post', function( $post ) { wp_set_post_terms( $post->post_id, array( 2 ), 'category' ); } );You need to change the
2to the term ID andcategoryto the taxonomy slug on your site. You can add the code to the file functions.php in the theme/child theme folder.Long Nguyen
ModeratorHi,
Is there a way to take all of the meta and put them in one row in a custom table?
It is possible to save all user meta to the custom table, but you have to create many codes/functions to return the value for the WordPress functions when a theme or another plugin retrieves the user meta. So I do not see the benefit when you save the default user meta to the custom table.
Long Nguyen
ModeratorHi Pseka,
Yes, it is possible. You need to pass the post ID to the helper function to output the field value associated with that post. For example:
$value = rwmb_meta( 'field_id', '', 12345 ); echo $value;Read more on the documentation https://docs.metabox.io/displaying-fields/#using-code
If you use the Oxygen Builder, please contact their support to ask for implementing the code.
Long Nguyen
ModeratorHi,
I'm able to reproduce the issue on the author page. The option
Post Authorin the MB Views insert fields tab needs the user to have at least one post to become an author. You can try to use the optionCurrent Userinstead of that option.I've escalated this issue to the development team to fix the error message.
Long Nguyen
ModeratorCan you please share some screenshots on your end?
Long Nguyen
ModeratorHi,
Do you enable the extension MB Custom Post Type in Meta Box > Extensions? This feature is included in the plugin MB Custom Post Type.
Long Nguyen
ModeratorHi Dan,
Do you mean the migration from CPT UI plugin? You also need to activate the plugin CPT UI to show that submenu.
Please refer to this article https://metabox.io/move-custom-post-types-custom-taxonomies-from-cpt-ui-to-meta-box/
Long Nguyen
ModeratorHi,
Thanks for providing the full info.
I've tried to reproduce the issue on my site but do not see that issue. Can you please use the shortcode without using Oxygen?
January 15, 2022 at 3:29 PM in reply to: ✅Single Image custom field is not showing in frontend #33246Long Nguyen
ModeratorHi,
In case of using Oxygen Builder, please reach to them if you have any issues with installation, configuration, compatibility, or usage.
Refer to our support policy https://support.metabox.io/topic/support-policy/ -
AuthorPosts