Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Thanks for the details. I'm not able to reproduce the issue on my site. So, for the next step, please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a closer look.
Peter
ModeratorHello Ossama,
Thank you for your feedback.
I can reproduce the issue with the custom block on the editing page. I've escalated the issue to the development team to fix it as soon as possible.
Peter
ModeratorHello Stephen,
Thanks for reaching out.
If you activate the single plugin Meta Box, does the "Code" tab of the WYSIWYG field display content properly?
May 24, 2025 at 10:06 PM in reply to: JS Errors after latest update, subsite installs un-editable #48320Peter
ModeratorHello Dassels,
Thanks for reaching out.
That looks strange. I don't see the issue on my local site with the same subsite folder format. Please try to:
- deactivate all plugins except Meta Box plugins, switch to a WordPress theme
- check the file wp-config.php and see if there is any custom code that can affect the site URL, remove itLet me know how it goes.
Peter
ModeratorHello,
I'm not sure what do you mean
they are all in one custom field,in that field I have multiple (ungrouped) taxonomy field. How taxonomy fields are in one custom field? Is the custom field thegroupfield?Can you please share the field group JSON file so I can understand what you are doing there?
May 23, 2025 at 10:22 PM in reply to: MetaBox 5.10.9 breaks password reveal icon on change password form #48317Peter
ModeratorHello,
Please update Meta Box and Meta Box AIO plugins to the new versions to fix this.
Let me know if you still experience any issues.
Peter
ModeratorHello Tanja,
Can you please export the field groups to JSON files and share them here? I will import field groups to my demo site and help you check the conditional logic.
Refer to the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--importPeter
ModeratorHello,
In the frontend, I also don't see that issue, here is the screenshot on my site https://ibb.co/WvHL9TpX
Can you please export the field group to a JSON file and share it with me? Also, please share a screen record that demonstrates all plugins except Meta Box are disabled, a WordPress theme is activated and the issue persists.
May 22, 2025 at 10:29 PM in reply to: Cloneable fields group with advanced image field: images not always shown #48310Peter
ModeratorHello,
Our development team is still working on this issue to fix it as soon as possible. I will let you know when it's done.
Thank you.
Peter
ModeratorHello Yasmine,
Can you please share a screenshot of the issue on your site? I try to reproduce the issue but don't see that, see this screenshot https://ibb.co/35SxGFDw
Also, please try to deactivate all plugins except Meta Box plugins, switch to a WordPress theme and recheck the issue.
May 21, 2025 at 10:53 PM in reply to: Enqueue Scripts and Styles for advance_select Select2 from RWMB #48305Peter
ModeratorHello,
Thanks for the details. From Meta Box's perspective, we don't support loading the field scripts in the frontend if there is no frontend form. If you create your own form in the frontend, you can create custom code to customize the select2 field based on your requirements.
I will also forward this request to the development team to consider supporting this case. I will let you know if it will be added to the development queue.Peter
ModeratorHello,
In most cases, the option name that stores the customizer field value is
theme_mods_themeSlug. If you don't know what the option name is, you can access the database and search for some keywords in the field value, table wp_options.May 20, 2025 at 10:39 PM in reply to: Enqueue Scripts and Styles for advance_select Select2 from RWMB #48295Peter
ModeratorHello,
If you don't use the frontend form in the frontend, there isn't any option to enqueue any field scripts (JS, CSS) in the frontend. I think there is no reason to do so.
You can simply download the Select2 library to your project and enqueue it in the frontend to use a similar feature of select advanced field for your select field.Peter
ModeratorHello,
So I can see that the Geolocation feature of Meta Box still works properly. If there is an issue with it when using Fluent Forms, please contact their support to get further assistance.
Also, the fields City and State do not work because they are not supported when using Google Map. Please follow the documentation https://docs.metabox.io/extensions/meta-box-geolocation/#other-fields
Peter
ModeratorHello,
> "I can select all Events and all Pages posts to show the field group" and "I can use the extension include/exclude to add the post IDs". can I achieve BOTH at the same time?
In short, no. You can select all Events and Pages in the builder (UI). But if you want to add the post IDs to the include/exclude settings, you have to use the code.
> show the field group to ALL Events posts and SOME Pages posts
Please follow my reply above to use the code to register the custom fields, add some post IDs to the include/exclude settings to see how it works. Then you can add ALL Events post IDs and some Pages IDs.
If you are not familiar with coding, we offer a customization service with an extra fee. Please contact us here https://metabox.io/contact/ for more details.
-
AuthorPosts