Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Thank you for your feedback and for sharing the solution.
This issue has been escalated to the development team, we will work on this issue to fix it as soon as possible.
Let me know if you have any questions.
Peter
ModeratorHello,
I suggest you use the
lengthfilter of the Twig code to get the number of items in an array. Please follow the documentation https://twig.symfony.com/doc/3.x/filters/length.htmlMarch 20, 2025 at 10:53 PM in reply to: Show/Hide Field Group based on Taxonomy when Taxonomy is not in editor #47875Peter
ModeratorHello,
You can add the term ID to the conditional logic value. When editing the term, you can get the ID in the URL. Please check 2 screenshots here https://imgur.com/a/vsSJfZ5
Peter
ModeratorHello,
There is an issue with the field column setting. If I change it to 12, the issue is resolved, screenshot https://imgur.com/7pb1j2d
Can you please confirm this?
Peter
ModeratorHello Clint,
Can you please export the CPT "Confirmations" and field group assigned to the CPT to JSON files and share them with me?
I will import CPT and field group to my site and check the issue.Refer to the documentation https://docs.metabox.io/extensions/meta-box-builder/#export--import
Peter
ModeratorHello,
Sorry, the attribute for the post type should be
post_type[mb_frontend_dashboard edit_page="30855" post_type="directory" object_type="post"]Following the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#user-dashboard
Peter
ModeratorHello Tanja,
Please add the attribute
post_typeto the frontend dashboard shortcode to show the CPT posts. For example:[mb_frontend_dashboard edit_page="124" post_type="cpt-slug-here"]Let me know how it goes.
March 18, 2025 at 9:22 PM in reply to: How to make the built-in "user_email" field in user information editable? #47851Peter
ModeratorHello,
You can add a custom field
user_emailto the field group362and show it in the user profile form. Please follow the documentation https://docs.metabox.io/extensions/mb-user-profile/#default-fieldsMarch 18, 2025 at 9:12 PM in reply to: "You attempted to edit an item that doesn't exist. Perhaps it was deleted?" #47850Peter
ModeratorHello,
Do you want Admin access to the testing WP install?Yes, sure. Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello Tanja,
You can use the filter hook
rwmb_frontend_welcome_messageto adjust the welcome message of the frontend dashboard. Here is an example:add_filter( 'rwmb_frontend_welcome_message', function( $message, $user, $query ) { $message = '<h3>' . esc_html( sprintf( __( 'Howdy, %s!', 'mb-frontend-submission' ), $user->display_name ) ) . '</h3>'; $message .= '<p>' . esc_html( sprintf( __( 'You have %1$d posts.', 'mb-frontend-submission' ), $query->post_count ) ) . '</p>'; return $message; }, 10, 3 );Refer to the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#dashboard
March 18, 2025 at 7:55 AM in reply to: Show/Hide Field Group based on Taxonomy when Taxonomy is not in editor #47846Peter
ModeratorHello Josh,
Using
field group ID = term IDwhen you have a taxonomy field. Please follow steps below to setup the conditional logic for your case:1. Create a new field group and add a
taxonomyfield, select the product category taxonomy for the field.2. Edit the Featured Product field group and show/hide the field group based on the taxonomy field ID in step 1.
Peter
ModeratorHello Clint,
When editing the Teams post which has relation to Staff posts, you can re-order the Staff posts manually. In the frontend, it should reflect the order in the admin area.
Please check this screenshot https://imgur.com/5HjspKp
Let me know how it goes.
Peter
ModeratorHello Tobias,
Do you setup any conditional logic for the fields in the Description tab? If not, please export the field group to a JSON file and share it here. I will import the field group to my site and investigate the issue.
Following the documentation to export the field group https://docs.metabox.io/extensions/meta-box-builder/#export--import
March 17, 2025 at 9:55 PM in reply to: ✅Rendering Shortcode on front end not working--tried multiple ways #47839Peter
ModeratorHello Tanja,
Can you please share some screenshots or a screen record of the steps you do on your site? Also, please add the custom function to the file functions.php in the theme folder and check the issue again.
March 17, 2025 at 9:46 PM in reply to: "You attempted to edit an item that doesn't exist. Perhaps it was deleted?" #47838Peter
ModeratorHello Steve,
It looks weird. The option "Custom rewrite slug" shouldn't affect the editing post in the admin area. Can you please deactivate all plugins except Meta Box plugins and recheck the issue?
-
AuthorPosts