Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Can you please share your site URL where I can see the issue? It looks related to the arrow next/prev of the slider. You can try to disable the arrow or use the custom arrow and check this issue again.
Peter
ModeratorHello,
You can use a PHP function to get post terms, for example get_the_terms(), then use the proxy
mb.to call it in View. View works as a template in WordPress and uses Twig syntax to write the code.Please read more in the documentation https://docs.metabox.io/extensions/mb-views/#running-php-functions
Peter
ModeratorHello,
Currently, Meta Box only supports migrating custom fields from ACF to Meta Box. For post types and taxonomies, you can refer to this article to migrate them to Meta Box https://metabox.io/move-custom-post-type-custom-field-data-from-pods-to-meta-box/?swcfpc=1
Let me know how it goes.
Peter
ModeratorHello,
There isn't an option to remove the button in the user frontend form. You can use some custom CSS code to hide it on your site.
Peter
ModeratorHello,
Somehow it does not happen on my local site, screenshot https://monosnap.com/file/mKxRh6OqmoNwD1KGt14jUCGl1DnR5d
Can you please try again on a fresh installation of WordPress and Meta Box and see if it helps?Peter
ModeratorHello,
I've tried to duplicate a facet on my local site but do not see that issue. Please share your site credentials via this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello,
You can click on the Pen icon to edit the field, screenshot https://monosnap.com/file/3EAjEdHmHdJ6t6xzW87lz7yl4Vivjb
Or use the context
sideto display the field on the right side.
https://docs.metabox.io/extensions/mb-blocks/#contextPeter
ModeratorHello,
So did you try to disable the option "Reciprocal relationship" when editing the relationship and recheck this issue? If it does not work on your site, please share your admin site account through this contact form https://metabox.io/contact/ with some screenshots. I will take a look.
Peter
ModeratorHello,
Then you need to remove all other taxonomy fields for that post type and keep only one taxonomy field.
Peter
ModeratorHello Yoon,
The field
taxonomyset the post terms so it does not work with the user. If you want to use it as a user meta, please use the field typetaxonomy_advanced.Peter
ModeratorHello,
I do not see any issue with the render code on my demo site. Do you add the value to the field
zweierTextwhen editing the post?Peter
ModeratorHello,
Meta Box support adding HTML tags before/after the field HTML. What will be rendered will depend on your custom code to add. You might need to enqueue some CSS files to render the Font Awesome icons in the admin area.
Please follow the documentation
https://docs.metabox.io/extensions/meta-box-builder/#field-settings
https://docs.metabox.io/field-settings/Or you can try to use the tooltip icon: https://docs.metabox.io/extensions/meta-box-tooltip/
Peter
ModeratorHello,
Can you please share some screenshots of the issue on your site? Please try to deactivate all plugins except Meta Box, MB extensions and switch to a standard theme of WordPress then check this issue again.
Peter
ModeratorHello,
I see that issue. I've escalated it to the development team to fix it in the next update.
Thanks.
May 26, 2023 at 8:26 PM in reply to: โ Custom fields lose info when I switch taxonomy field type #41947Peter
ModeratorHello,
I got the issue. The option "Save field value" of all fields is disabled so the existing value does not display in the admin area, screenshot https://monosnap.com/file/ypvVIpCcpnWyArbdu5AgyiWuglVWLG
You can edit the field group > edit each field > Advanced tab > Enable option "Save field value" and recheck this issue.
-
AuthorPosts