Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Can you please recheck the issue on a clean installation of WordPress and Meta Box? I do not see that issue on my demo site. If it still does not work, please share your site credentials via this contact form https://metabox.io/contact/, I will take a closer look.
Peter
ModeratorHello,
I think yes, you can send the details of the integration and our development team will take a look and give a quick response.
Peter
ModeratorHello Nathan,
Can you please share your site credentials (should be staging site) via the contact form below and details of the issue? I will take a closer look.
https://metabox.io/contact/Peter
ModeratorHello Stefan,
Can you please share some screenshots of the issue on your site? And export the custom taxonomy on your site to a JSON file, I will import it to my local site check this issue.
April 10, 2023 at 9:02 PM in reply to: ✅Need help creating a Delete button for Favorite Posts using MBviews #41410Peter
ModeratorHello,
Supporting customization code for your specific needs is beyond our scope of support. You can create a customization service request here https://metabox.io/contact/, our development team will help you with an extra fee.
Thanks.
Peter
ModeratorHello Konstantinos,
1. Meta Box and MB Geolocation do not support showing location data in next level values like that.
2. You can merge two field values by following the documentation https://docs.metabox.io/extensions/meta-box-geolocation/#custom-binding
3. Not possible. If there are two fields on a page with the same ID, one will not work.
If you are not familiar with coding and want to accomplish a project or a task, you can create a customization service request here https://metabox.io/contact/, our development team will help you with their best.
Peter
ModeratorHello Rod,
Please follow the documentation to understand the main query https://docs.metabox.io/extensions/mb-views/#main-query
So in this case, if you use
term.bookinglink, it will not return the term meta value. You can use the helper functionrwmb_meta()to get the term meta. For example:{{ mb.rwmb_meta( 'bookinglink', { object_type: 'term' }, 123 ) }}Please read more on the documentation
https://docs.metabox.io/extensions/mb-views/#running-php-functions
https://docs.metabox.io/extensions/mb-term-meta/#getting-field-valuePeter
ModeratorHello,
Please open the Console tab in Inspect tool of the browser and see if there is any JS error. You can also try to deactivate all plugins except Meta Box, MB extensions and switch to a standard theme of WordPress then check this issue again.
April 10, 2023 at 6:25 PM in reply to: [MB Frontend Submission] Post Management & User Dashboard delete post action #41406Peter
ModeratorHello,
It could be an issue with the frontend dashboard. I've escalated this issue to the development team to fix it in the next update.
Peter
ModeratorHello,
The double open/close curly brackets are used to output the value on the frontend. If you assign the value to a variable, don't use it. For example:
{% set args = { post_type: 'post', posts_per_page: 6, order: 'DESC', p: term.featured_post_id } %}April 9, 2023 at 3:03 PM in reply to: [MB Frontend Submission] Post Management & User Dashboard delete post action #41397Peter
ModeratorHello,
I mean the frontend submission form's
idattribute.[mb_frontend_form id='my-custom-fields' post_fields='title,content']
Please create a field group and add it's ID to the form to show the trash icon. Read more on the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#submission-form
April 9, 2023 at 3:00 PM in reply to: Meta Box - FacetWP Integrator 1.1.2 - activation causes site crash #41396Peter
ModeratorHello,
If you have the plugin Meta Box AIO on your site, no need to use the single plugin Meta Box FacetWP Integrator.
Peter
ModeratorHello,
Can you please share some screenshots of the issue on your site? And the code that you use to create the custom field or screenshot of the field group in the builder.
If the issue only happens sometimes, you can try to deactivate all plugins except Meta Box, MB extensions and switch to a standard theme of WordPress then check this again.
Peter
ModeratorHello,
Can you please share your site (could be staging site) credentials via the contact form and details of the issue? I will take a look.
https://metabox.io/contact/Peter
ModeratorHello Will,
I see that issue. I'm discussing the issue with my development team to see if there is a way to bypass the caching issue. I will get back to you later.
-
AuthorPosts