Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorPlease update Meta Box AIO to the new version 1.30.4 to solve the issue.
Thank you.
Peter
ModeratorHello,
If you have a Profile post and Category taxonomy, then you want to
featureda post, simply, just create another taxonomy and assign the term to the Profile post. I think it is easier for you to set it up and no need to use MB features: relationship, custom field ... to query all Profile posts based on a taxonomy.
Otherwise, if you use MB relationship, you can create a custom SQL query to get all object IDs that belong to a relationship ID. Refer to the previous topic https://support.metabox.io/topic/get-posts-with-no-relationship/#post-44286Peter
ModeratorHello Eric,
I see the Download button has the link to download the PDF file, do you complete the task yourself? If you want to output the file advanced field, please refer to the documentation https://docs.metabox.io/fields/file-advanced/#template-usage
November 1, 2024 at 10:36 PM in reply to: Automatic Latitude and Longitude Update Based on Address Field for OpenStreetMap #46806Peter
ModeratorHello,
I'm afraid that supporting the customization code is beyond our scope. However, we offer a customization service with an extra fee. Please contact us here for more details https://metabox.io/contact/
Peter
ModeratorHello,
I'm sorry about that experience with the new version of Meta Box AIO. The development team is aware of this issue and we are working to fix it. In the meantime, you can download the previous version of MB AIO at this link https://www.dropbox.com/scl/fi/7cp6qpjl8w4r234hosut5/meta-box-aio-1.30.2.zip?rlkey=yvcs8xxksmzc2l2t3slkgab0q&st=r03yht9b&dl=0
Peter
ModeratorHello,
Thank you for your feedback.
There isn't an argument like
'compare' => "EXISTS"in the relationship query. You need to define where to get the relationshipfromorto. For example: you have 4 posts: A, B, C, D with the connection A-B, C-D and belong to the relation "alphabet".
So if you just query to get the objects/posts from the relation "alphabet", you cannot know which one is connected to another one. Then the relationship doesn't mean anything.In your case, I think you should use a category for those posts and query to get posts by category.
Peter
ModeratorHello,
We've contacted the Polylang team and are discussing the compatibility issue to translate the custom fields of Meta Box. We will create articles or add new documentation about that, please wait for future updates.
Thank you.
Peter
ModeratorHello pza,
I think your case doesn't relate to the case in this topic which is getting posts with no relationship. It would be better if you create a new topic and post your question there.
If you have posts and category, you can use the taxonomy field to select the category. Create a specific term "feature" and select the term when editing the post. Would it be easier without using a relationship?
October 30, 2024 at 8:58 PM in reply to: Metabox Builder Losing Post Type Value When File Advanced Field Added in Group #46789Peter
ModeratorHello,
You can try to follow this tutorial to increase the PHP setting
max_input_varsto fix the issue
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Let me know how it goes.
October 29, 2024 at 8:44 PM in reply to: How to show 'Add more text' field in the begining in cloneable metabox field #46782Peter
ModeratorHello,
Currently, we don't support adding a new cloneable entry to the top of the section and showing the "Add more" button at the top. However, it is an interesting idea. I will inform the development team to consider supporting this feature in future updates.
If you use the code to output the cloneable field value, you can use the PHP functionarray_reverse()to reverse the order of cloneable entries.
https://www.php.net/manual/en/function.array-reverse.phpPeter
ModeratorHello,
Please share your site admin account by submitting this contact form https://metabox.io/contact/
I will take a look.October 28, 2024 at 10:43 PM in reply to: ✅Elementor input field on a WooCommerce Product Page isn't Showing up #46775Peter
ModeratorHello,
I understand that you want to show some input fields on the products page and add value to the order like other WooCommerce plugins. Please understand that Meta Box doesn't work with WooCommerce like that.
It helps you create the fields in the admin area > add the value > output the value in the frontend.
It doesn't support creating the input fields for the product page in the frontend.I hope that makes sense.
Peter
ModeratorHello,
If you remove the second
taxonomyfield and custom taxonomy, does the first taxonomy save value? Also, try to add a specific post type like thisregister_taxonomy( 'go_badge', ['post'], $args );and recheck the issue.
October 25, 2024 at 11:19 PM in reply to: ✅WYISWG editor do not work inside nested group on some instances #46771Peter
ModeratorHello,
This issue has been fixed in this commit https://github.com/wpmetabox/meta-box/commit/49e8f15cbad15dae00f2b28dcc2cb7103115604a
can you please apply it on your site and recheck the issue? It will be included in the next update of Meta Box.October 25, 2024 at 10:54 PM in reply to: Uncaught TypeError: MBR_Admin_Filter::get_selected_item(): #46770Peter
ModeratorHello Philipp,
Can you please share some screenshots of the issue when filtering the page by relationship value? I try to reproduce the issue but don't see that, the filter is still working well.
Also, please try to deactivate all plugins except Meta Box, MB AIO, switch to a WordPress theme and see if it helps. -
AuthorPosts