Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi Oli,
You can double click on the Text element when building the post/page with Oxygen Builder to insert the dynamic data. See more on their documentation https://oxygenbuilder.com/documentation/templating/dynamic-data/.
And my short screen record https://share.getcloudapp.com/p9u8N2O0.
Long Nguyen
ModeratorHi Jake,
The
customcapability of this extension only supports basic capabilities. It also sets'map_meta_cap' => trueso you does not need to enablemap_meta_cap. Get more details on these documents:
https://docs.metabox.io/extensions/mb-custom-post-type/#custom-capabilities-for-custom-post-types
https://developer.wordpress.org/reference/functions/register_post_type/#capability_typeFebruary 18, 2021 at 2:57 PM in reply to: ✅How can I use the custom asset callback to render a block properly? #24478Long Nguyen
ModeratorHi Cristian,
You can put all JS code to the file certificaciones.js to enqueue for this block or use the code to enqueue more JS files. Follow this document https://docs.metabox.io/extensions/mb-blocks/#enqueue_assets.
Long Nguyen
ModeratorHi James,
The extension MB Conditional Logic helps you to show/hide a field base on the select value. Get more details on the documentation https://docs.metabox.io/extensions/meta-box-conditional-logic/.
February 16, 2021 at 9:57 PM in reply to: ✅CPT using default Categories doesn't display in standard category url #24469Long Nguyen
ModeratorHi,
You can follow this topic from WPSE to show the CPT on the default category page by using the filter pre_get_posts
https://wordpress.stackexchange.com/questions/321107/multiple-custom-post-type-on-category-pageLong Nguyen
ModeratorHi,
I've tried to create a fresh install with WordPress, Meta Box, Meta Box AIO but do not see any issue like that. Please follow the step Debugging Information and let me know if there are any error messages https://support.metabox.io/topic/how-to-create-a-new-topic/.
Long Nguyen
ModeratorHi,
Please take a look at my screen record https://share.getcloudapp.com/eDu8jpyr.
The custom field
postis translated as well even I do not use the file wpml-config.xml. Can you please take a screen record if the field cannot be translated?February 15, 2021 at 3:54 PM in reply to: ✅One to Many relationship working only with builder #24454Long Nguyen
ModeratorHi,
When generating code in the Builder, all field's value is wrapped in the single quotes but when parsing data, it will be removed and use the right value type. If you want to use the code on the editor, please remove the single quotes.
Regarding the admin columns for relationships in the Builder, it has not supported yet. You need to add it by using the code.
https://docs.metabox.io/extensions/mb-relationships/#admin-columnLong Nguyen
ModeratorHi,
The field Google Maps or Open Street Map saves the data (location) in the following format
latitude,longitude,zoom. You can use the functionrwmb_get_value()to get only valuelatitudeandlongitudefor that addon.Get more details on this documentation https://docs.metabox.io/fields/map/#getting-field-value.
February 15, 2021 at 2:40 PM in reply to: ✅Frontend Submission to a static page like home page #24452Long Nguyen
ModeratorHi,
There is a conditional logic that adds a rule to show the custom field only on the page Home. On the front end, you are on the page Frontend Dashboard to edit the content of the page Home, not the page Home itself so the custom field does not show up.
February 14, 2021 at 11:12 PM in reply to: ✅Frontend Submission to a static page like home page #24449Long Nguyen
ModeratorHi Vikas,
The shortcode
[mb_frontend_form]helps you to submit a new post (page) or update a post. So in your case, you should update the homepage on the page that has the shortcode[mb_frontend_form]. If you click on the Edit icon in the Frontend Dashboard, it will help you to edit the content of the post includes the shortcode.See more in my screen record https://share.getcloudapp.com/2NuEEo0l.
Long Nguyen
ModeratorHi Graceson,
I've tried to create a new CPT and some posts of this CPT but not see any issue. Can you please follow the step Debugging Information and let me know how it goes?
https://support.metabox.io/topic/how-to-create-a-new-topic/Long Nguyen
ModeratorHi,
Since the builder has been updated to version 4.0, we do not support exporting field groups anymore. But I will discuss with the developer team to bring it back if necessary.
Thank you.
Long Nguyen
ModeratorHi,
Thank you for your idea.
Yes, it should be loaded in the backend only, just for block icons. I'm going to add this feature request to the to-do list for the future development of the plugin.
Long Nguyen
ModeratorHi there,
The developer team has pushed a new commit to cover this issue https://github.com/wpmetabox/meta-box/commit/8946df43ec02c5fccd5ace5c2aabbfbcb5efbf5f.
It will be included in the next update, thank you.
-
AuthorPosts