Forum Replies Created
-
AuthorPosts
-
October 29, 2024 at 8:44 PM in reply to: How to show 'Add more text' field in the begining in cloneable metabox field #46782
Peter
ModeratorHello,
Currently, we don't support adding a new cloneable entry to the top of the section and showing the "Add more" button at the top. However, it is an interesting idea. I will inform the development team to consider supporting this feature in future updates.
If you use the code to output the cloneable field value, you can use the PHP functionarray_reverse()to reverse the order of cloneable entries.
https://www.php.net/manual/en/function.array-reverse.phpPeter
ModeratorHello,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.October 28, 2024 at 10:43 PM in reply to: ✅Elementor input field on a WooCommerce Product Page isn't Showing up #46775Peter
ModeratorHello,
I understand that you want to show some input fields on the products page and add value to the order like other WooCommerce plugins. Please understand that Meta Box doesn't work with WooCommerce like that.
It helps you create the fields in the admin area > add the value > output the value in the frontend.
It doesn't support creating the input fields for the product page in the frontend.I hope that makes sense.
Peter
ModeratorHello,
If you remove the second
taxonomyfield and custom taxonomy, does the first taxonomy save value? Also, try to add a specific post type like thisregister_taxonomy( 'go_badge', ['post'], $args );and recheck the issue.
October 25, 2024 at 11:19 PM in reply to: ✅WYISWG editor do not work inside nested group on some instances #46771Peter
ModeratorHello,
This issue has been fixed in this commit https://github.com/wpmetabox/meta-box/commit/49e8f15cbad15dae00f2b28dcc2cb7103115604a
can you please apply it on your site and recheck the issue? It will be included in the next update of Meta Box.October 25, 2024 at 10:54 PM in reply to: Uncaught TypeError: MBR_Admin_Filter::get_selected_item(): #46770Peter
ModeratorHello Philipp,
Can you please share some screenshots of the issue when filtering the page by relationship value? I try to reproduce the issue but don't see that, the filter is still working well.
Also, please try to deactivate all plugins except Meta Box, MB AIO, switch to a WordPress theme and see if it helps.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/
-
AuthorPosts