Forum Replies Created
-
AuthorPosts
-
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.May 27, 2024 at 10:47 PM in reply to: Impossible to display the custom field (image) of a custom term. #45554Peter
ModeratorHello,
It is possible to use those functions in the View editor. You can see in your code, you are using a WordPress function as well
get_terms(){% set portfolios = mb.get_terms( args ) %}View editor supports Twig, which is a PHP template engine. It doesn't mean "I bought meta box for not doing php, as I'm not a PHP coder". You should understand how the PHP function works to combine it with Twig code to use the view editor.
Following the documentation https://docs.metabox.io/extensions/mb-views/#twig
And last thing, if you are not familiar with PHP, you can contact us and request a customization code with an extra fee.
Peter
ModeratorHello,
You can add the helper shortcode [rwmb] to the Text widget of Elementor to output a field value in the frontend. Please follow the documentation https://docs.metabox.io/shortcode/
Peter
ModeratorHello Will,
Can you please clarify the question? Do you mean to add a custom field to the WooCommerce coupon post in the admin area? Or output the field value of a coupon post in the frontend?
Peter
ModeratorHello,
Is there any chance you follow the suggestion to increase the PHP setting and check the issue again?
The field group in the builder is a post type so it is affected by the PHP setting
max_input_vars. You can refer to this topic
https://support.metabox.io/topic/after-edit-custom-field-group-only-applies-to-posts/#post-43114 -
AuthorPosts