Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
I'm not sure why it is disabled by itself. If you know how to reproduce the issue with clear steps, please share it with me.
Thank you.
Peter
ModeratorHello,
If you want to create a toggle button and show/hide some elements immediately, you can create some JavaScript code to do so. Here is an example https://www.w3schools.com/howto/howto_js_toggle_hide_show.asp
Note: supporting the customization code is beyond our scope of support. If you are not able to complete the task, you can contact an expert developer to help you.
Peter
ModeratorHello,
Thanks for reaching out.
What do you mean automate code? Is the auto-complete like a coding IDE?
Peter
ModeratorHello Felix,
Thanks for reaching out.
The Gutenberg editor (block editor) is merged into WordPress core so I think you don't need to use the single plugin Gutenberg.
Peter
ModeratorHello,
Currently, Meta Box doesn't support an option to save the current tab state after reloading the editing page. I will inform the development team to consider supporting this feature in future updates.
Thank you.
Peter
ModeratorHello,
You can set another logic for the second value and set the relation to "any", so the field will be displayed if one_show contains album or album_water. See this screenshot https://imgur.com/R9lGYZq
Peter
ModeratorHello,
Please go to Meta Box > Extensions page > Ensure the extension MB Builder is enabled > Save changes and check the issue again. Screenshot https://imgur.com/FzqBTzq
September 4, 2025 at 10:38 PM in reply to: edit model and default values and submission issue #48912Peter
ModeratorHello,
The fix for this issue is included in the plugin MB Frontend Submission, version 4.5.4. Please ensure that you have this version on your site and recheck the issue.
Peter
ModeratorHello,
Thanks for reaching out.
When editing the View template, you can switch to the User tab and get the user field value, screenshot https://imgur.com/Vrrqdgk. Then use it in an
ifcondition statement. For example:{% if ( user.switch_field_id ) %} do something {% else %} do other thing {% endif %}Peter
ModeratorHello,
I suggest you deactivate all plugins except Meta Box AIO, switch to a WordPress theme, edit the taxonomies > re-save settings to see if it helps.
If not, please share the site admin account via this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello Stefano,
I've tried to reproduce the issue with a clean installation of WordPress and Meta Box AIO 3.0.1 but I still could not see it.
Can you please copy your site to a staging site and share the credentials via this contact form https://metabox.io/contact/ ?
I will help you investigate the issue.Peter
ModeratorHello,
Thanks for reaching out.
I'm afraid that supporting the customization code is beyond our scope of support. However, I think there are 2 notes that you may need to follow:
- the callback function should return an array of values and labels:function callback_func() { return [ 'red' => 'Red', 'green' => 'Green', 'blue' => 'Blue' ]; }- use the
get_post_meta()function to get the field value in the callback function.Refer to this topic https://support.metabox.io/topic/select-function-callback/#post-48783
Peter
ModeratorHello Steve,
Thanks for reaching out.
The integration between Meta Box and WP All Import is maintained on the WP All Import side. So please get in touch with their support to get further assistance.
Following the documentation https://www.wpallimport.com/import-meta-box-fields/Peter
ModeratorHello,
Thanks for reaching out.
Can you please double-check that the field
Slugof all taxonomy entries is not empty? You can go to Meta Box > Taxonomies > Edit a taxonomy and check the slug field.Peter
ModeratorHello,
Please update Meta Box AIO to the new version 3.0.1 and recheck the issue. Let me know how it goes.
-
AuthorPosts