Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi Solace,
With the extension MB Custom Post Type & Custom Taxonomy, you can create a custom taxonomy for your post type and add it to the menu as well. Please find it here https://wordpress.org/plugins/mb-custom-post-type/
If you want to add the custom field to the menu item, currently it is not possible with Meta Box.Long Nguyen
ModeratorHi Chris,
Do other custom fields work? Like
post.text_e4vmtr5xoiuor
{% set image = mb.rwmb_meta( 'single_image_example', '', post.ID ) %}Please try to remove other arguments in variable
argsand recheck this issue{% set args = { post_type: 'colour', posts_per_page: -1 %} {% set posts = mb.get_posts( args ) %} {% for post in posts %} Post title: {{ post.post_title }} {% endfor %}Long Nguyen
ModeratorHi,
I got the issue. Please add a property
timestampto format the date of a subfielddatein a group.{{ post.eventdate_options.event_starting_date.timestamp | date( 'Y-m-d' ) }}I will also inform the development team to fix this issue in the next update.
Long Nguyen
ModeratorHi John,
The offer and listing image links are the same. If it is a staging site, please share your site credentials via this contact form https://metabox.io/contact/. I will take a closer look.
Long Nguyen
ModeratorHi Kirb,
In case of using Oxygen 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/Long Nguyen
ModeratorHi,
Our development team is trying to reproduce the issue but does not see that. It might be related to the limitation of the hosting itself. Please refer to this topic https://stackoverflow.com/questions/46699104/error-in-wordpress-woocommerce-user-concurrency
Long Nguyen
ModeratorHi,
It should work. I see there is another topic about this case, please find it here https://support.metabox.io/topic/show-label-of-select-chekbox-list
June 20, 2022 at 10:24 PM in reply to: ✅Website (wordpress) slows down dramatically when I enable Metabox plugin #36593Long Nguyen
ModeratorHi Paul,
Please share some screenshots of the tab PHP Errors (5) and Slow Queries. If you are using the Custom Table in the builder, please follow this screen record https://monosnap.com/file/oPhOJJulVxpT7y1Ay5q7LIm90p3NKw
to know how I resolve this issue on David's site.Long Nguyen
ModeratorHi,
Please share some screenshots and your site credentials via this contact form https://metabox.io/contact/
Our development team will help you to check the issue.June 20, 2022 at 12:24 PM in reply to: Bug Report: Click twice on update, all custom fields are lost #36584Long Nguyen
ModeratorHi Mauro,
Please follow this topic to increase the PHP settings on your server https://stackoverflow.com/questions/27138764/adding-max-input-vars-3000-to-my-htaccess-file-and-php-ini-not-working
Then re-check this issue. Let me know how it goes.Long Nguyen
ModeratorHi,
Thanks for your feedback.
The post type created by Meta Box might be different from other plugins. The CPT is saved in the database as a post (post type
mb-post-type) so it might not work with some translation plugin and you have to use the code to register the CPT and translate the label.Long Nguyen
ModeratorHi,
You can use the field setting
beforeorafterto add some custom HTML code outputted before the field's appearance (not label only). Please read more on this documentation
https://docs.metabox.io/creating-fields-with-code/#field-settingsLong Nguyen
ModeratorHi AJ,
Sorry, it might be the wrong topic. Yes, we can create a list of links like that (a cloneable group of image, URL). But Meta Box just helps you to output the field value added from the backend to the frontend so you need to create custom code to display features like sort/filter, upvote/downvote the link.
Long Nguyen
ModeratorHi,
Thanks for sharing the solution.
For the next time, you can deactivate all plugins except Meta Box, and MB extensions, and switch to the standard theme of WordPress (Twenty TwentyTwo) to debug the issue easier.Long Nguyen
ModeratorHi,
If you have another select subfield with the same value and label, it will display the label twice. You need to use another value option to remove one label.
-
AuthorPosts