Forum Replies Created
-
AuthorPosts
-
December 16, 2022 at 11:32 PM in reply to: Metabox taxonomy field not populating actual taxonomy field #39872
Peter
ModeratorHello,
If there are two taxonomy fields on the editing page, one is the default of WordPress, one is a custom field of Meta Box, it will not work correctly.
If you want to use the taxonomy field of Meta Box, please turn off the taxonomy field of WordPress by editing the custom taxonomy > Advanced tab > Disable the option "Show on edit page".
Peter
ModeratorHello,
Please update the plugin Meta Box AIO to the latest version 1.16.8 to fix this issue. Let me know how it goes.
Peter
ModeratorHello,
Please try to change the code to get the term meta to this one
{% set term_meta = mb.rwmb_meta( 'field_id', {object_type: 'term'}, post_term.term_id ) %}then output it
{{ term_meta }}Peter
ModeratorHello,
Can you please let me know how to launch the field group on the front-end? Do you mean to use the frontend submission shortcode to display the custom fields?
December 16, 2022 at 11:12 PM in reply to: I use textarea to put "javascript/jquery" syntax can not be displayed normally #39867Peter
ModeratorHello,
If you want to add the script code to the textarea field, you need to bypass the sanitization. Please read more on the documentation https://docs.metabox.io/sanitization/
December 16, 2022 at 11:08 PM in reply to: My code stopped working to get user ID of a user field #39865Peter
ModeratorHello Yasmine,
Please make sure you have the latest version of Meta Box 5.6.14 and Meta Box AIO 1.16.8 and check this issue again. If it does not help, please share your site credentials via this contact form https://metabox.io/contact/
with the details of the issue. I will take a closer look.December 16, 2022 at 11:05 PM in reply to: Meta Box - Elementor Integrator - issues with single_image #39863Peter
ModeratorHello,
This issue has been fixed in this commit https://github.com/wpmetabox/mb-elementor-integrator/pull/23/commits/0413ec1fab0936bb562d59632923ae5e8ab18f77
you can apply the changes on your site while waiting for a new update.
December 16, 2022 at 11:04 PM in reply to: ✅Bug: Clicking on edit for post type crashes the website #39862Peter
ModeratorHello,
Please update the plugin Meta Box AIO to the latest version 1.16.8 to fix this issue. Let me know how it goes.
December 16, 2022 at 11:01 PM in reply to: Changing the title and sending the list through email #39861Peter
ModeratorHello,
1. The text is ready-localized, you can use a translation plugin to translate it into English language or another language.
2. Please contact the form plugin support if they offer to parse the shortcode before sending the email to the user.
Peter
ModeratorHello,
Glad to see it works on your site. If the MB Group Skin is working on your site, you can create a new template and select it in the dropdown and manage the skins in Templates > Theme Builder.
Regarding the error with single image, I've escalated this issue to the development team to fix it. Hopefully, the update will be available soon.
Peter
ModeratorHello,
Please update the plugin Meta Box AIO to the latest version 1.16.8 to fix this issue. Let me know how it goes.
December 16, 2022 at 10:49 PM in reply to: Critical error when updating to latest version of Meta Box AIO #39858Peter
ModeratorHello,
If you revert the code and the issue still happens, can you please let me know how to reproduce the issue on your site? Somehow I do not see that on my demo site.
December 15, 2022 at 11:14 PM in reply to: ✅How to add new clone to a cloneable text list custom field with three inputs #39833Peter
ModeratorHello,
Sorry, it is not a feature request yet so I do not have ETA for this. I will inform the development team to consider supporting this feature in future updates.
December 15, 2022 at 11:07 PM in reply to: wpd bzw. query vars --> order by --> MB Custom Table #39832Peter
ModeratorHello,
In your previous reply, you said that
BTW: using print_r I see that the SQL itself is working and I am able to order those entries..So I think this query gets the post IDs correctly.
// SQL to get relevant post-ID's (specific MB table) global $wpdb, $ids; $ids = $wpdb->get_col( " SELECT ID FROM table WHERE select_category = 'xxx' ORDER BY MB_field DESC " );Can you please confirm this?
December 15, 2022 at 11:05 PM in reply to: Critical error when updating to latest version of Meta Box AIO #39830Peter
Moderator@Tobias: your issue does not relate to this topic and it is resolved in the new version of Meta Box AIO 1.16.8. Please update the plugin and let me know how it goes.
-
AuthorPosts