Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello there,
I think you can change your post type slug back to the previous one. Or use a third party plugin to change the post type of the post https://wordpress.org/plugins/post-type-switcher/
Peter
ModeratorHello Thomas,
Can you please share some screenshots of the issue? And the code in the View editor to display the field value, I will help you to check the issue.
January 23, 2023 at 10:03 PM in reply to: ✅Get CPT title for hidden custom form field in frontend subscription form #40290Peter
ModeratorHello,
Thanks, I understand your case. So if you want to add the relationship automatically, please refer to this topic https://support.metabox.io/topic/connecting-child-posts-to-a-parent-post-automatically/#post-35799
and the documentation https://docs.metabox.io/extensions/mb-relationships/#addLet me know how it goes.
Peter
ModeratorHello there,
Thanks for your feedback.
The mode hsl of the field color picker field does not look to work. I've escalated this to the development team to check it and get back to you later.
January 21, 2023 at 9:01 PM in reply to: ✅Get CPT title for hidden custom form field in frontend subscription form #40278Peter
ModeratorHello there,
So how the title of the project is processed? Do you want to add this title as a custom field to the subscription post created after submitting the form? Or create a relationship between the current project post and the subscription post created?
Peter
ModeratorHello,
In case of using WPGrid Builder, please reach out to them if you have any issues with installation, configuration, compatibility, or usage.
Refer to our support policy https://metabox.io/support/topic/support-policy/Peter
ModeratorHello,
I don't see that issue on my end, here is the screen record https://monosnap.com/file/M2QPFXucFX9PAVkRRg87QvVcIqeB9Y
If the conditional logic still does not work in the customizer on your site, please share your site credentials to the contact form https://metabox.io/contact/
I will help you to check the issue.Peter
ModeratorHello Joe,
Meta Box currently does not support a function to get row index for the clone field like that. I will inform the development team to consider supporting this in future updates.
January 19, 2023 at 11:46 PM in reply to: How to set Title on CPT from custom field value instead of Auto-Draft defaults #40265Peter
ModeratorHello Dustin,
I think you should keep supporting the Title of the CPT. Then use the code to update the whole post title by the field value after saving the post.
Peter
ModeratorHello Luca,
The options of the select field look incorrect when setting up. Please change it to this one and let me know if it works.
'fields' => [ [ 'name' => __( 'Select', 'your-text-domain' ), 'id' => $prefix . 'select_test_1', 'type' => 'select', 'options' => [ 'a' => __( 'A', 'your-text-domain' ), 'b' => __( 'B', 'your-text-domain' ), 'c' => __( 'C', 'your-text-domain' ), ], ], [ 'name' => __( 'Text', 'your-text-domain' ), 'id' => $prefix . 'text_nhbsf837xqg', 'type' => 'text', 'visible' => [ 'when' => [['select_test_1', '=', 'b']], 'relation' => 'or', ], ], ]Peter
ModeratorHello Dave,
Do you mean to add some grid lines to the group field and subfields for an easier look? If yes, can you please give some examples of the expected view on your own?
Peter
ModeratorHello Dirk,
You can try to pass a specific post ID to the helper function and see if it works correctly.
$customfield = rwmb_get_value($customefield_ID, '', 123);If it works, there should be something wrong with the array
$connected_posts_ids.January 17, 2023 at 10:42 PM in reply to: ✅Remove Parent Page Slug from the permalink CPT (hierichal option is "on") #40252Peter
ModeratorHello,
Meta Box does not support an option to remove the parent page slug from the permalink. You can use a third party plugin to do that. Please read more on this article https://www.greengeeks.com/tutorials/edit-the-child-page-url-to-remove-parent-slug-in-wordpress/
Peter
ModeratorHello Stan,
Did you try to test uploading webp images with other image fields or featured image of WordPress? Does the issue happen with only the image_advanced field?
Peter
ModeratorHello Lordango,
Please share your site credentials (wp-admin and FTP) to the contact form https://metabox.io/contact/
I will help you to investigate the issue. -
AuthorPosts