Forum Replies Created
-
AuthorPosts
-
February 12, 2024 at 2:45 PM in reply to: ✅Unregister Custom Table in Database / using Bricks Builder #44545
Peter
ModeratorHello,
In the 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/February 12, 2024 at 2:43 PM in reply to: ✅Who to restrict each user to submit only one ID Card (form)? #44544Peter
ModeratorHello,
MB Frontend Submission doesn't support that feature. You can refer to this topic to use a custom code
https://support.metabox.io/topic/does-mb-front-end-submission-work-with-user-posts-limit/February 12, 2024 at 2:35 PM in reply to: Frontend rendering issue after plugin update to 1.24.2 #44543Peter
ModeratorHello,
You just need to add the code in the documentation to the file functions.php in the theme folder
add_filter( 'rwmb_meta_shortcode_secure', '__return_false' );February 9, 2024 at 10:14 PM in reply to: ✅Enhancement Request: Group fields in metaboxes using CSS GRID & FLEXBOX #44528Peter
ModeratorHello,
Thank you for your suggestion. I understand you want to use the CSS Grid or Flexbox to display custom fields in the admin area to get more effective. I will inform the development team to consider supporting this feature in future updates.
Peter
ModeratorHello Andrew,
There isn't a parameter to set the order when using the relationship. By default, it should display the order of relation in the admin area. You can try to use the code in the documentation to output the relationship and recheck this issue. Please use the default WordPress theme and don't use Oxygen when testing,
https://docs.metabox.io/extensions/mb-relationships/#getting-connected-itemsFebruary 9, 2024 at 10:03 PM in reply to: ✅Connecting an Event (TEC Pro) with a CPT | Bricks Builder #44526Peter
ModeratorHello Philipp,
Please try to use the code to output the relationship page/event and see if it works, without using Bricks. Following the documentation https://docs.metabox.io/extensions/mb-relationships/#getting-connected-items
February 8, 2024 at 11:04 PM in reply to: Frontend rendering issue after plugin update to 1.24.2 #44516Peter
ModeratorHello,
Please try to bypass HTML filtering and let me know how it goes https://docs.metabox.io/shortcode/#bypass-html-filtering
Peter
ModeratorHello,
What is the WordPress version on your site? Please update WP core to the new version 6.4.2 and check this issue again.
Peter
ModeratorHello,
Please share the form shortcode that you are using and the callback function that you hook to the action
rwmb_frontend_after_process. A screen record of the issue would be appreciated.Peter
ModeratorHello,
Please read more about the potential security issue here https://www.facebook.com/groups/metaboxusers/posts/1436653003619006/
If you want to output the field value, please try to use the helper function rwmb_meta().
February 6, 2024 at 11:00 PM in reply to: Frontend rendering issue after plugin update to 1.24.2 #44503Peter
ModeratorHello Joe,
I see you are using Bricks builder. It might be related to this topic https://support.metabox.io/topic/unable-to-save-in-bricks-builder-after-updating-to-1-24-1/?swcfpc=1
Please try to deactivate Bricks, add shortcode to the post content and check this issue again.February 6, 2024 at 10:51 PM in reply to: ✅Conditional Logic not working properly (over and over again !!) #44502Peter
ModeratorHello,
I check the field ID prefix again on my demo site and see that with or without the prefix, the conditional logic still works. The conditional logic uses jQuery to search for the field ID and match the condition. The field ID with a prefix has the format
prefix_fieldIDso if you add the exact field ID to the condition including the prefix, you will see it works accurately.I think there is another field that has a similar ID and cause the issue. I don't receive the site credentials. Please share it again via this contact form https://metabox.io/contact/
I will take a look.Thank you.
Peter
ModeratorHello Gil,
You can try to use this plugin https://wordpress.org/plugins/post-duplicator/
to duplicate post with custom fields.Peter
ModeratorHello,
As I mentioned above, the field value is saved to the table wp_postmeta. You can access the database, table wp_postmeta, search for the meta key: field ID and you can see the associated post ID and field value.
Please read more about custom fields in the documentation https://wordpress.org/documentation/article/assign-custom-fields/February 5, 2024 at 10:50 PM in reply to: ✅Conditional Logic not working properly (over and over again !!) #44488Peter
ModeratorHello,
The field ID prefix should be added to the conditional logic. The issue without prefix could be fixed in a new update. Can you please recheck this issue with other field groups?
-
AuthorPosts