Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
Please refer to this topic to hide the Meta Box menu from the dashboard for non-admin users https://support.metabox.io/topic/hiding-meta-box-plugin-from-wordpress-dashboard-menu-for-non-admins/
Long Nguyen
ModeratorHi,
Do you mean to attach images to a post on the Media page, list view? If not, can you please share some screenshots of the issue on your site?
November 1, 2022 at 9:38 PM in reply to: User Profile update user role overwrites additional roles #38915Long Nguyen
ModeratorHi,
1. The default field role works similarly to the role in the WordPress backend, one user can have one role only.
2. The extension MB Include Exclude only works in the admin area, it does not work with the shortcode in the frontend. I will inform the development team to consider supporting this case in future updates.
Long Nguyen
ModeratorHi Johann,
If you are familiar with coding, you can follow this topic to create a custom frontend dashboard on your own https://support.metabox.io/topic/duplicate-dashboard-shortcode
the post list in the dashboard is just created by a WP query.Long Nguyen
ModeratorHi,
It's the arguments of a WP Query, you can read more here https://developer.wordpress.org/reference/classes/wp_query/
For example:
$args['post_type'] = 'my-cpt-slug'; $args['post_status'] = 'publish';Long Nguyen
ModeratorHi Arno,
It's the plugin Meta Box - FacetWP Integrator https://wordpress.org/plugins/meta-box-facetwp-integrator/. You can install and activate it on your site with Meta Box and Meta Box AIO. If you use the plugin Meta Box AIO, please wait for the next update.
Long Nguyen
ModeratorHi Robin,
After activating Meta Box and an MB extension, please go to the admin area > Meta Box > License, to active the license key on your site. Please read more on the documentation https://docs.metabox.io/updates/
October 30, 2022 at 2:42 PM in reply to: Modify Meta Box fields after Post has been parsed/initialized #38898Long Nguyen
ModeratorHi Johannes,
It is not possible because the post object is initialized at a hook later than
init. The filter hookrwmb_meta_boxesrun at theinithook with priority 20. If you want to create some conditions before registering the meta box, you can use some WordPress built-in functions like get_option().
Or use the supported extension MB Include Exclude to load a meta box (field group) based on some condition https://docs.metabox.io/extensions/meta-box-include-exclude/Long Nguyen
ModeratorHi,
I've fixed the code on your site, the single image displays as well on the product page. Just remove the code
// if the field is single_image, no need to use the for loop $image = RWMB_Image_Field::file_info( $image_id, array( 'size' => 'thumbnail' ) );Long Nguyen
ModeratorHi Arno,
Please update this plugin to the latest version 1.0.4 and recheck the issue. Let me know how it goes.
October 30, 2022 at 9:31 AM in reply to: ✅Unable to view any information on user profile page #38895Long Nguyen
ModeratorHi Katharine,
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a closer look.October 30, 2022 at 9:23 AM in reply to: Status of Conditional Logic within a Cloneable Group #38894Long Nguyen
ModeratorHi,
Can you please share some screenshots of the issue and the code that creates the custom fields on your site? You can read more on this documentation to know how to use conditional logic with cloneable group https://docs.metabox.io/extensions/meta-box-conditional-logic/#using-with-group
Long Nguyen
ModeratorHi,
That means the value is saved to the database, table wp_options, and deactivate Meta Box, MB AIO does not help to delete the value in the database. You can access the database and delete it manually or follow this documentation to use a WP function to delete it.
https://developer.wordpress.org/reference/functions/delete_option/October 29, 2022 at 12:22 PM in reply to: Relationships not showing up in query Advanced query window in oxygen #38886Long Nguyen
ModeratorHi,
In case of using Oxygen Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
Refer to our support policy https://metabox.io/support/topic/support-policy/Long Nguyen
ModeratorHi,
Please share your site credentials via this contact form https://metabox.io/contact/
I will help you to check the issue. -
AuthorPosts