Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorResolved in the ticket system.
Change the code to this
$firstname = rwmb_meta( 'firstname', ['storage_type' => 'custom_table', 'table' => 'wpml_health_form'], $post_id ); $lastname = rwmb_meta( 'lastname', ['storage_type' => 'custom_table', 'table' => 'wpml_health_form'], $post_id );August 20, 2021 at 12:49 PM in reply to: ✅Change Title to Custom field using "rwmb__before_save_post" action. #30354Long Nguyen
ModeratorHi Jeremy,
Please refer to this topic https://support.metabox.io/topic/adding-metabox-field-data-to-the-post-title/
to know how to update the post title by using the custom field's value.
Long Nguyen
ModeratorHi,
Can you please clarify the question? Do you mean the columns of the inner blocks and custom fields? To style them, please use some
<div>tags and CSS code, like this example https://docs.metabox.io/extensions/mb-blocks/#exampleLong Nguyen
ModeratorHi,
The number is the post ID. You can use the WordPress function get_the_title() to retrieve post title. Or contact RankMath support to run the function on their side.
Long Nguyen
ModeratorHi,
Thank you for getting in touch.
Meta Box does not have a feature that supports creating a CPT and populate data across all subsites. This topic might help you to do that https://wordpress.stackexchange.com/questions/101054/multisite-with-a-single-shared-custom-post-type-while-retaining-site-url
Long Nguyen
ModeratorHi,
Thank you for your feedback.
We have to wrap
<InnerBlocks />in a<div>tag to avoid that issue. Please read more on WP docs https://github.com/WordPress/gutenberg/blob/ab1380cd41d261c91d45a0299dc4af527219e089/packages/block-editor/src/components/inner-blocks/README.mdI will update the documentation to cover this case.
Long Nguyen
ModeratorHi,
I've tested to display the Google Map with args on my site but do not see any issue. Can you please share the code that creates the field Google Map?
And please try to remove your variable width, height ... then replace them with the real number like this demo to re-check the map https://docs.metabox.io/fields/map/#template-usage.
Long Nguyen
ModeratorHi Jackky,
As on the WordPress Block documentation, we can only add one
<InnerBlocks />in a block.
https://developer.wordpress.org/block-editor/how-to-guides/block-tutorial/nested-blocks-inner-blocks/Long Nguyen
ModeratorHi Eugene,
It's an HTML attribute of the
<input>tag. Here is the definition:The size attribute is a numeric value indicating how many characters wide the input field should be. The value must be a number greater than zero, and the default value is 20.Please read more here https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/text#size
https://www.w3schools.com/tags/att_input_size.aspAugust 18, 2021 at 9:05 PM in reply to: ✅Is there a way to give non-admin roles access to the settings page from UI? #30326Long Nguyen
ModeratorHi,
You can try to use the plugin User Role Editor to set the capabilities for roles on your site https://wordpress.org/plugins/user-role-editor/
Long Nguyen
ModeratorHi,
The REST API on your site could be the issue. Can you please contact your hosting support to check the REST API?
Long Nguyen
ModeratorHi Daniel,
It's not possible to show the custom field value of a related post in Elementor. You need to create your own shortcode get it and add the shortcode to the builder.
Long Nguyen
ModeratorHi,
Do you have any code or a plugin that modifies the main query? Please follow the Debugging Information step here https://support.metabox.io/topic/how-to-create-a-new-topic/
and let me know if it helped.Long Nguyen
ModeratorHi,
It works well on my local site, please take a look at this demo https://www.loom.com/share/3d05e4f30e0a4c1cb03b92d179792b2c
Long Nguyen
ModeratorHi Artur,
Can you please share the whole screen image after deactivating all plugins except Meta Box and MB Extensions? You can find the setting fields under the tab
Site. Screenshot https://share.getcloudapp.com/2NulB8Pk -
AuthorPosts