Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,501 through 1,515 (of 3,790 total)
  • Author
    Posts
  • in reply to: Map Facet with relationship location #45586
    PeterPeter
    Moderator

    Hello,

    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.

    in reply to: Can't delete a date #45584
    PeterPeter
    Moderator

    Hello,

    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.

    in reply to: Include #45583
    PeterPeter
    Moderator

    Hello,

    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.

    in reply to: Frontend editing #45581
    PeterPeter
    Moderator

    Hello,

    You need to add the attribute edit_page to the frontend dashboard shortcode and assign the ID of the page where you add the frontend submission form, screenshot https://imgur.com/5Iy8aE8

    The frontend dashboard shortcode would be:
    [mb_frontend_dashboard edit_page="1807" post_type="news-message"]

    in reply to: Composer issues #45579
    PeterPeter
    Moderator

    Hello,

    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

    in reply to: MB User Avatar with Bricks builder #45578
    PeterPeter
    Moderator

    Hello,

    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/

    in reply to: Displaying Custom Field #45577
    PeterPeter
    Moderator

    Hello Mark,

    What is the field type of the sponsor_logo field? Please share some screenshots of the field group in the admin area.

    in reply to: Product Form #45576
    PeterPeter
    Moderator

    Hello,

    You can create a field group, then:
    - add a number field with the ID _regular_price to add the product price.
    - add the field group ID to the frontend submission form.
    - add thumbnail value to the attribute post_fields to 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

    in reply to: Fatal error in admin dashboard #45565
    PeterPeter
    Moderator

    It'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?

    in reply to: How to display a custom field of shop_coupon #45564
    PeterPeter
    Moderator

    When 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/

    in reply to: Fatal error in admin dashboard #45558
    PeterPeter
    Moderator

    Hello,

    Please share your site admin account by submitting this contact form https://metabox.io/contact/
    I will take a look.

    PeterPeter
    Moderator

    Hello,

    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.

    in reply to: Using a custom field within the Elementor Text Widget. #45553
    PeterPeter
    Moderator

    Hello,

    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/

    in reply to: How to display a custom field of shop_coupon #45552
    PeterPeter
    Moderator

    Hello 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?

    in reply to: Custom Fields | Location Reset after 50 Fields #45551
    PeterPeter
    Moderator

    Hello,

    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

Viewing 15 posts - 1,501 through 1,515 (of 3,790 total)