Forum Replies Created
-
AuthorPosts
-
June 25, 2024 at 10:52 PM in reply to: Latest METABOX version do not allow Bricks to save. (version 1.26.3) #45717
Peter
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.
June 21, 2024 at 10:29 PM in reply to: How do I add a class to the favourite post button and icon? #45682Peter
ModeratorYou can change the favorite icon from the admin area > Settings > Favorite Posts > Icon tab.
June 20, 2024 at 10:47 PM in reply to: Getting errors when using a custom field with rwmb_meta id #45676Peter
ModeratorHello Tobias,
Do you use the WYSIWYG field to add the Modula gallery shortcode to the field value? Also, please try to add the Modula shortcode directly to the post content without using the WYSIWYG field and Oxygen builder to see if it works.
Peter
ModeratorHello,
It uses the standard functions of WordPress wp_insert_post(), wp_update_post() to create/update the post. You can take a look at the file /mb-frontend-submission/src/Post.php line 54-70.
-
AuthorPosts