Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorThanks for your feedback.
I grab all points and forward them to the development team to consider supporting those features in the future.
October 24, 2024 at 6:50 PM in reply to: ✅Need Help with Creating a Custom Taxonomy Archive Page for WooCommerce Products #46756Peter
ModeratorHello Gagan,
What is not working in your code? I think it is
custom_imageURL. Because the image field saves the image ID to the database if you use the WordPress functionget_term_meta(), it will return the image ID only.
You can use the helper functionrwmb_meta()to get useful information. Please follow the documentation https://docs.metabox.io/fields/image-advanced/#template-usageIf it still doesn't work, please export the field group to a JSON file and share it here. I will help you check the field settings.
https://docs.metabox.io/extensions/meta-box-builder/#export--importPeter
ModeratorHello,
The text color in the WYSIWYG field can be affected by the theme or a plugin style. Please try to deactivate all plugins except Meta Box, MB extension plugin, switch to a WordPress theme (2021) and recheck the issue.
Let me know how it goes.
Peter
ModeratorHello,
There isn't an option to change it to a horizontal style. You can create some custom CSS code on your own to change the style.
Peter
ModeratorHello,
You can use the plugin Loco Translate to scan new strings in the plugin Meta Box AIO and translate strings in the plugin.
https://wordpress.org/plugins/loco-translate/October 21, 2024 at 11:37 PM in reply to: ✅BUG - Group creates a new group entry upon edit & save (MB Blocks extension) #46743Peter
ModeratorHello,
Thanks for sharing, I can see the issue on the demo site. This has been escalated to the development team and we will work on this to fix the issue as soon as possible.
October 21, 2024 at 10:04 PM in reply to: ✅BUG - Group creates a new group entry upon edit & save (MB Blocks extension) #46738Peter
ModeratorHello Ambr,
Please export the field group to a JSON file and share it here with a screen record that illustrates the issue. I will check this on my demo site. You can follow the documentation to export the field group.
https://docs.metabox.io/extensions/meta-box-builder/#export--importPeter
ModeratorHello Andrew,
Thank you for your feedback.
I recheck this case and see that the single image field (or other image fields) doesn't work with the Blurb module of Divi. I've escalated this issue to the development team to consider supporting this in future updates. You can use the module Meta Box Field to show images in the frontend.
Peter
ModeratorHello Yasmine,
Do you use any custom JS code on the site? I check the case of a Google Map field in a cloneable group on my demo site and don't see that issue. You can test it here https://stupefying-grebe-de2e81.instawp.xyz/mb-frontend-form/
Peter
ModeratorHello,
The visual style of this field has been changed, now it shows the sub-select vertically instead of horizontally (inline). We will update the documentation according to the change.
Peter
ModeratorYes, all fields need to be a part/under a tab. If you add a field first and above the tab field, then the tab field doesn't work.
Peter
ModeratorHello Jean,
Can you please share some screenshots or a screen record of the clone empty start issue on your site? I see it works properly when enabling option clone_empty_start.
Peter
ModeratorHello,
Following the screenshot in the documentation https://docs.metabox.io/extensions/meta-box-tabs/
you have to add the tab field in the field group as the first field. If you add another field above the tab field, then it doesn't work.October 17, 2024 at 10:31 PM in reply to: Bug: Custom Post Type with WYSIWYG and character limit + Bricks = No HTML #46714Peter
ModeratorHello,
Thank you for your feedback. I can see the issue in the frontend when outputting the field value, only raw content is displayed without any HTML tags. I've escalated this issue to the development team to fix this soon.
October 16, 2024 at 11:28 PM in reply to: ✅WYISWG editor do not work inside nested group on some instances #46704Peter
ModeratorHello Peter,
I see the slowdown issue of the field group when having more custom fields on the editing page. I will forward the issue to the development team to check it and improve the performance of the WYSIWYG field in the cloneable group.
-
AuthorPosts