Forum Replies Created
-
AuthorPosts
-
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-43114Peter
ModeratorHello Paul,
Did you try to add the post type attribute to the frontend dashboard?
[mb_frontend_dashboard edit_page="10" columns="date,status" post_type='green-care-site']May 27, 2024 at 10:03 PM in reply to: CPT Generated Page does not add `aria-current="page"` to navigation item #45549Peter
ModeratorHello,
It is the standard feature of WordPress itself. You can go to Appearance > Menus > Add a custom link menu with an absolute URL to the archive CPT page and check the current menu item again. Here is the screenshot https://imgur.com/vTpnF5G
Peter
ModeratorHello,
Maybe it is affected by another plugin or theme. Please deactivate all plugins except Meta Box, MB AIO, switch to a WordPress theme and let me know how it goes.
-
AuthorPosts