Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Keith,
If you have any questions related to Slim SEO, please contact us here https://metabox.io/contact/
Our support team will get in touch with you shortly.Thank you.
May 28, 2025 at 9:56 PM in reply to: ✅Upgraded to AIO, now meta fields won't display unless free MB is activated #48338Peter
ModeratorHello Max,
The plugin Meta Box is now included in the Meta Box AIO source, so I think you don't need to use the snippet code to get the fallback function. If you prefer to use the custom code, you are welcome to add it to your site, but we won't support the custom code if it causes any issues there.
I hope that makes sense.
Peter
ModeratorHello,
Thank you for your contribution.
The text
Are you sure you want to remove %s?is ready for translation by using the gettext function of WordPress. You can use a translation plugin like Loco Translate to scan texts in the plugin and translate them as well.Let me know if it helps.
Peter
ModeratorHello Jeff,
Thanks for reaching out.
I see that there are some issues in your code and they are not related to the way to get the field value on a settings page.
1. If
enable_site_commentingis the field ID andwebsite-infois the option name (not the settings page ID), you need to remove the$character.2. No brackets in the
ifstatement.3. Use an assignment variable instead of comparison operator
$site_commenting_value = rwmb_meta( 'enable_site_commenting', ['object_type' => 'setting'], 'website-info' ); if ( $site_commenting_value == 'Enabled' ) { RUN_THIS_CODE }If you are not able to complete the task, we offer a customization service with an extra fee. Please contact us here for more details https://metabox.io/contact/
Peter
ModeratorHello,
Thanks for reaching out.
Regarding the refund policy, we will process refund requests within 14 days of the purchase date. Therefore, the latest date to request a refund is June 06.
Let me know if you have any questions.
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.
-
AuthorPosts