Forum Replies Created
-
AuthorPosts
-
June 26, 2024 at 9:37 PM in reply to: Add Custom taxonomy in custom table as well WordPress native term #45724
Peter
ModeratorHello Raj,
There isn't a way to save the custom taxonomy to the custom table. The custom table created with Meta Box is used to save the custom field value, not the post or taxonomy.
Please read more about custom table in the documentation https://docs.metabox.io/extensions/mb-custom-table/
June 25, 2024 at 11:17 PM in reply to: ✅Metabox Group - Adjust 'Remove Clone' Dialog Notification Message #45719Peter
ModeratorHello,
There isn't an option or a hook to add the group title to the confirmation message when deleting a cloneable group. I will inform the development team to consider supporting this in future updates.
Peter
ModeratorHello,
Using the frontend form means you are using the settings in the admin area, the form just brings settings to the frontend. It is different from the rendering map in the frontend when you output the field value. And there isn't a field setting to add JS options to the map in the admin area.
June 25, 2024 at 10:52 PM in reply to: Latest METABOX version do not allow Bricks to save. (version 1.26.3) #45717Peter
ModeratorHello Filippo,
Please update WordPress core to the latest version 6.5.5 and let me know how it goes.
June 25, 2024 at 10:34 PM in reply to: ✅Display Content of Shortcode in WYSIWYG Field on Frontend #45715Peter
ModeratorHello,
Please let me know if it works when you:
- add the helper shortcode[rwmb_meta id="mb_resource_resource_offer_cta_box"]directly to the page content without using Bricks or any third-party plugin.- use the PHP code and add it to the template of a WordPress theme.
$value = rwmb_meta( 'mb_resource_resource_offer_cta_box' ); echo do_shortcode( wpautop( $value ) );Peter
ModeratorHello,
I understand the issue on your site. We've received some reports with a similar issue. A specific user cannot see a field group when editing a post but can see other field groups.
The development team still doesn't find any clue regarding this. You can try to create a new user and recheck the issue.Peter
ModeratorHello Topher,
Please refer to this article to display more points on a map https://metabox.io/display-all-listings-on-a-map/
Peter
ModeratorYou can refer to this topic to create a query in the callback function to display the post type and its data https://support.metabox.io/topic/post-meta-custom-field-inside-query-loop-block/
If you're not able to complete the task, we offer a customization service for an extra fee. Please contact us here for more details https://metabox.io/contact/
Peter
ModeratorHello,
What do you mean by joining table with Meta Box? The relationship data is saved to a custom table, I think that it suits your requirements. Also, the relationship connection is bi-directional by default, which means you can select many formulas connected to many herbs and vice versa.
Following the documentation https://docs.metabox.io/extensions/mb-relationships/
June 24, 2024 at 9:26 PM in reply to: Image advanced not working since last update Elementor Pro #45694Peter
ModeratorHello Ivan,
Thank you for your feedback.
I can reproduce the issue on my demo site. There could be a conflict with the new version of Elementor Pro. I've escalated this issue to the development team to check it and I will get back to you later.
Peter
ModeratorHello,
There isn't an easy way with a few clicks to render the custom block. You can create the custom block with the builder and use the code to render the block content and field value. Please follow the documentation https://docs.metabox.io/extensions/mb-blocks/#rendering-the-block
Peter
ModeratorHello,
You can try to use the text field and save the same format value as the map field:
latitude,longitude,zoom. It would work with other plugins and if you want to output the map in the frontend, please follow the documentation https://docs.metabox.io/fields/map/#template-usagePeter
ModeratorHello,
The module Meta Box Field in the Divi builder doesn't support opening the image in a lightbox. You can contact Divi support to get more information. Or follow the documentation to use some custom code
https://help.elegantthemes.com/en/articles/2730977-opening-divi-modules-in-a-lightboxPeter
ModeratorHello,
If you want to set the value manually, you can access the database, table wp_postmeta and update the field value. Please follow the documentation https://docs.metabox.io/fields/map/
Or use the function to update the value with code
https://docs.metabox.io/functions/rwmb-set-meta/
https://developer.wordpress.org/reference/functions/update_post_meta/June 21, 2024 at 10:31 PM in reply to: Getting errors when using a custom field with rwmb_meta id #45683Peter
ModeratorHello,
I suggest you use the WYSIWYG field, add the Modula shortcode to the field, and use the Meta Box shortcode only without the Oxygen builder. If it still doesn't work, I think the Modula shortcode doesn't work in another shortcode.
-
AuthorPosts