Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
Can you please share the code that creates the relationship
scholarships-to-jobs? And some screenshots or the debug log of the error?August 30, 2021 at 12:43 PM in reply to: A bug if i add custom field for default meta : First name, last name, user_email #30493Long Nguyen
ModeratorHi,
I do not see that issue on my demo site, screen record https://share.getcloudapp.com/2NulqwGb
Can you please try again on a fresh WordPress install?
Long Nguyen
ModeratorHi,
This issue is related to the topic https://support.metabox.io/topic/the-user-profile-page-doesnt-display-username-password-fields-correctly/
Temporarily, please add this custom CSS code in Appearance > Customize > Additional CSS, to fix this issue.
@media (min-width: 1024px) { #login-form .rwmb-label { width: 25%; } }August 30, 2021 at 11:03 AM in reply to: ✅Error : "Invalid File" when delete image - Custom Field - User - Type : Image #30491Long Nguyen
ModeratorHi,
I do not experience that issue on my end. It is possible the image was deleted and was not removed in a short time and you click button X one more time. Please try to follow the Debugging Information step https://support.metabox.io/topic/how-to-create-a-new-topic/ and test this function again.
Long Nguyen
ModeratorHi,
Yes, you can add the second argument to the helper function to pass
js_optionswhen outputting the map.{% set map_args = { width: '640px', height: '480px', js_options: { mapTypeID: 'HYBRID', zoomControl: 'false' } } %} {{ mb.rwmb_meta( 'google_map', map_args ) }}Get more details on the documentation https://docs.metabox.io/fields/map/#template-usage
https://twig.symfony.com/doc/3.x/templates.htmlAugust 29, 2021 at 10:20 PM in reply to: The user profile page doesn't display Username & Password fields correctly #30485Long Nguyen
ModeratorHi,
Thanks for your feedback.
I've escalated this issue to the development team to fix it in the next update.
August 29, 2021 at 9:11 PM in reply to: The user profile page doesn't display Username & Password fields correctly #30481Long Nguyen
ModeratorHi,
Can you please share your page URL? I will help you to check the issue.
August 29, 2021 at 4:24 PM in reply to: The user profile page doesn't display Username & Password fields correctly #30474Long Nguyen
ModeratorHi,
The issue with the width of the input has been fixed. Please update the newest version of Meta Box v5.4.6 and MB AIO 1.14.3 then clear all cache and re-check this issue.
Long Nguyen
ModeratorHi,
Thank you for your feedback.
Please use the helper function in View to render the map with your API key. I will inform the development team to fix this issue when adding Google Map from the Insert Fields tab.
{{ mb.rwmb_meta( 'google_map' ) }}Long Nguyen
ModeratorHi,
To create rich text notes for users, you can try to add the field
text. If you need to show/hide them based on the condition, please try to use the extension MB Conditional Logic. Please get more details on the documentation
https://docs.metabox.io/extensions/meta-box-conditional-logic/
https://docs.metabox.io/extensions/mb-user-meta/Long Nguyen
ModeratorHi Steevn,
You can add the helper shortcode
[rwmb_meta]to the paragraph to show the custom field value on the frontend. Please get more details on the documentation https://docs.metabox.io/shortcode/Or follow this documentaitont to know how to create a custom block to show the field value https://docs.metabox.io/extensions/mb-blocks/
August 27, 2021 at 9:09 PM in reply to: ✅Can't choose my custom post template for a custom post type #30463Long Nguyen
ModeratorHi Herbie,
To create templates for the post type, please follow this documentation https://developer.wordpress.org/themes/template-files-section/custom-post-type-template-files/
For example:
<?php /* Template Name: Full-width layout Template Post Type: post, page, event, x-cpt-slug */ // Page code here...Long Nguyen
ModeratorHi Paulde,
The new version of MB Custom Table has been not merged into MB AIO yet. Please activate the plugin MB Custom Table (RC2) to use that function.
Long Nguyen
ModeratorHi,
Simply, you can add the attribute
redirectand assign the URL of the frontend submission page to this attribute to reload the page as well.[mb_frontend_form post_fields="title,content" post_type="post" redirect="http://your-site.com/frontend-submit-page/"]Get more details on the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#shortcode-attributes
Long Nguyen
ModeratorHi,
The relationship data is stored in a custom table, not like the post meta which is stored in the default table of WordPress (wp_postmeta) so it wouldn't be duplicated. You can tell the plugin author to follow our documentation to create an integration with Meta Box.
https://docs.metabox.io/extensions/mb-relationships/ -
AuthorPosts