Forum Replies Created
-
AuthorPosts
-
November 5, 2024 at 8:18 PM in reply to: ℹ️Automatically disable "Create custom table" after creating. #46842
Peter
ModeratorHello Roel,
Thank you for your feedback.
After the custom table is created, you can manually disable the option "Create table automatically" to reduce database queries that arise from this option.
I will inform the development team to consider supporting a feature to disable this option after the custom table is created.
Peter
ModeratorHello,
Thank you for your feedback.
The development team is aware of the issue with Plural and Singular names of the CPT and working on it. It will be included in the next update of our plugins.
Peter
ModeratorHello,
Please update Meta Box AIO to the new version 1.30.4 to fix the issue. Let me know how it goes.
Peter
ModeratorHello,
Thank you for your feedback.
The development team is aware of the issue with Plural and Singular names of the CPT and working on it. It will be included in the next update of our plugins.
Peter
ModeratorHello,
Thank you for your feedback.
The development team is aware of this issue and working on it. It will be included in the next update of our plugins.
Peter
ModeratorHello,
Thank you for your feedback.
The development team is aware of this issue and working on it. It will be included in the next update of our plugins.
Peter
ModeratorHello,
Is this the appropriate use of Custom Taxonomy Fields?You can use the field
taxonomyof WordPress. It works the same as the Taxonomy meta box of WordPress to set the post terms.How do I display the data for it using MB Views if so?Please follow the documentation to use the View template to output the post data and custom fields
https://docs.metabox.io/extensions/mb-views/How do I display the data for a particular Custom Taxonomy if multiple of that Taxonomy are assigned to a Post?If you want to display some specific terms in the frontend, you need to create some custom code to do so. If you are not able to complete the task, we offer a customization service with an extra fee. Please contact us here for more details https://metabox.io/contact/
November 4, 2024 at 8:31 PM in reply to: Uncaught TypeError: MBR_Admin_Filter::get_selected_item(): #46823Peter
ModeratorHello,
Please share your site credentials by submitting this contact form https://metabox.io/contact/
I will take a look.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.
-
AuthorPosts