Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorPlease share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorPlease share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello Raj,
It isn't possible. The tab must be added to the field group first, then other fields. It only works as a top field instead of a subfield in a group field.
Peter
ModeratorIt looks like this issue https://support.metabox.io/topic/composer-is-failing-on-several-packages-2/#post-45448
you can try to delete the file composer.lock and re-run the composer command to get the plugin.Peter
ModeratorHello,
I'm afraid that it isn't possible. The plugin MB FacetWP Integrator supports relationship which means you can filter posts by related post, but not by the custom field of the related post.
Peter
ModeratorHello,
I try to reproduce the issue on the demo site but don't see that. I can set a date, save post and delete it as well. You can try to deactivate all plugins except Meta Box, MB extension plugin, switch to a standard theme of WordPress and check the issue again.
Peter
ModeratorHello,
We don't have a plan to include a WooCommerce integration like that to the MB Custom Post Types plugin. You can use that third-party plugin on your site to make the CPT created with Meta Box work with WooCommerce.
Peter
ModeratorHello,
You need to add the attribute
edit_pageto the frontend dashboard shortcode and assign the ID of the page where you add the frontend submission form, screenshot https://imgur.com/5Iy8aE8The frontend dashboard shortcode would be:
[mb_frontend_dashboard edit_page="1807" post_type="news-message"]Peter
ModeratorHello,
MB Conditional Logic plugin doesn't have a menu/setting page. Please check if the option "Conditional Logic" is available when you open the Advanced tab of a field setting, screenshot https://imgur.com/UuOmduM
Peter
ModeratorHello,
In case of using Bricks 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 Mark,
What is the field type of the
sponsor_logofield? Please share some screenshots of the field group in the admin area.Peter
ModeratorHello,
You can create a field group, then:
- add anumberfield with the ID_regular_priceto add the product price.
- add the field group ID to the frontend submission form.
- addthumbnailvalue to the attributepost_fieldsto add a featured image.the frontend shortcode looks like this
[mb_frontend_form id='product-meta' post_fields='title,content, thumbnail' post_type="product"]screenshot of the field group https://imgur.com/z4Q9Nk3
Following the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#field-order
Peter
ModeratorIt's difficult to troubleshoot the issue on your site without taking a look. Can you please copy the live site to a staging site and share the credentials?
Peter
ModeratorWhen you output the coupon post with code, you can use the helper function
rwmb_meta()to output the field value of the coupon post. Please follow the documentation
https://docs.metabox.io/functions/rwmb-meta/Peter
ModeratorHello,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look. -
AuthorPosts