Forum Replies Created
-
AuthorPosts
-
March 21, 2022 at 10:57 AM in reply to: How to avoid overwriting colors when they are not selected in the custom fields #34692
Long Nguyen
ModeratorHi,
To implement the code in the tutorial, please follow the steps in the tutorial to create the term meta and add the code to the file functions.php in the theme/child theme folder.
I also see you've created another topic to ask about this tutorial https://support.metabox.io/topic/change-color-style-for-posts-which-have-a-custom-taxonomy/
Does it work on your site?Long Nguyen
ModeratorHi,
You can follow the link in the email sent from Fast Spring, there will be a section to manage the subscription and you can cancel the subscription from there.
March 21, 2022 at 6:13 AM in reply to: [BUG] Item Link Type "No link", Still Outputting a Link in the Admin Column #34688Long Nguyen
ModeratorHi,
Thanks for your feedback.
I've escalated this issue to the development team to fix it in the next udpate.
March 21, 2022 at 6:04 AM in reply to: Is it Possible to Have Relationship Metabox Editable Only on One Side? #34687Long Nguyen
ModeratorHi,
Yes, it is possible. You can use the setting
reciprocalwhen registering the relationship. If you set reciprocal for different object types (CPT) like your case, the connection meta box only shows on the from object type page.Refer to the documentation https://docs.metabox.io/extensions/mb-relationships/#reciprocal-relationships
March 19, 2022 at 9:43 PM in reply to: ✅How to Insert/Edit Relationship Field Manually? What's this Field ID? #34613Long Nguyen
ModeratorHi,
If you want to add a connection between two posts and want to show it first on the frontend, you can use the order parameter. To understand it, please check the table
wp_mb_relationships
screenshot https://monosnap.com/file/Ih5NVXLMoNxIlve6lZZXnD9SzJddOVBy default, no need to set up the order parameter.
Long Nguyen
ModeratorThanks for sharing your solution.
I will inform the development team to consider supporting this case.
March 19, 2022 at 9:06 PM in reply to: ✅MB Frontend Submission - File Upload field works only when user is logged in #34611Long Nguyen
ModeratorLet me know if you have any questions.
Long Nguyen
ModeratorHi Dan,
I do not understand how the field
postrelates to the URLbeersin your case. Can you please explain more and share some screenshots about that?There is no option to customize the feature
sortof the MB Admin Columns extension.March 19, 2022 at 10:55 AM in reply to: How to avoid overwriting colors when they are not selected in the custom fields #34605Long Nguyen
ModeratorHi,
You can check the color field value if it is not empty then output the CSS property to avoid outputting the empty value. Like this
.single { <?php $theme_color = rwmb_meta('theme_color_fdl', ['storage_type' => 'custom_table', 'table' => 'wp_mb_free_downloads_fields']); if( !empty( $theme_color ) ) echo '--theme-color:' . $theme_color; ?> ... }Long Nguyen
ModeratorHi,
This helper function does not return anything. It helps you to set meta value for an object. Please read more on the documentation https://docs.metabox.io/rwmb-set-meta/
After setting the value, you can use the helper function
rwmb_meta()to retrieve the value.Long Nguyen
ModeratorHi friends,
You can get free updates lifetime with your license.
Long Nguyen
ModeratorHi,
You can use the helper function
rwmb_meta()to get the image field associated with the post so I think no need to pay attention to the column "Uploaded To" in the media table. It works just like a post meta like the field.Refer to this topic
https://support.metabox.io/topic/delete-media-files-when-delete/March 18, 2022 at 12:30 PM in reply to: ✅Default values in clonable group only work on the first item #34589Long Nguyen
ModeratorHi Kyle,
To set the default value for the subfields in a
groupfield, please follow this documentation https://docs.metabox.io/extensions/meta-box-group/#setting-default-group-valuesThe builder does not have this feature.
March 18, 2022 at 12:22 PM in reply to: ✅MB Frontend Submission - File Upload field works only when user is logged in #34588Long Nguyen
ModeratorHi,
It is possible that there is a conflict between Meta Box and another plugin. You can try to deactivate all plugins except Meta Box, MB extensions and switch to the standard theme of WordPress then re-check this issue.
Long Nguyen
ModeratorHi,
Please share your site credentials and details of the page via this contact form https://metabox.io/contact/, I will check the issue on your site.
-
AuthorPosts