Forum Replies Created
-
AuthorPosts
-
February 22, 2023 at 7:44 AM in reply to: ✅How to make frontend forms re-editable by the users? #40657
Peter
ModeratorHello,
MB Frontend Submission is a premium plugin so I'm not sure if the multilingual plugin that you are (or will) using can support our plugin to make the form multilingual. Please get in touch with their support for further assistance.
Thanks.
Peter
ModeratorHello,
That is expected behavior. The number field only displays the raw number without formatting. You can format the number on the frontend only, don't use the sanitize callback function to modify the value format.
Or use a custom field type Multimask which is developed by an expert Meta Box user https://github.com/badabingbreda/field-text-multimask
February 21, 2023 at 9:54 PM in reply to: Change textarea_rows on all WYSIWYG fields for a specific post type #40647Peter
ModeratorHello,
That means the global variable $post is not working in this case. You can follow the topic below to get the post type when editing or creating a new post.
https://wordpress.stackexchange.com/questions/152677/how-do-i-know-the-current-post-type-when-on-post-php-in-adminPeter
ModeratorHello,
Thanks for your additional information.
Can you please share an example and a screenshot of the issue?
February 21, 2023 at 9:39 PM in reply to: Force Delete option of the Image Advance field don't work #40645Peter
ModeratorHello,
I do not see any issue in this topic https://support.metabox.io/topic/image-advanced-field-force-delete-option-doesnt-work
You want to delete the post meta and attached image after deleting the post, please create a custom code as the suggested here https://wordpress.stackexchange.com/questions/134894/correctly-delete-posts-with-meta-and-attachmentsPeter
ModeratorHello,
I set up the same location but still do not see that issue. If you remove the view, does the Category Archive page work?
February 21, 2023 at 9:22 PM in reply to: MB slows down site and editing pages + doesn't seem to save in custom table #40642Peter
ModeratorHello,
I think there is an issue with the field group Custom Report on your staging site, it has too many custom fields (around 322 fields). I've created a new testing field group and saved field values to the custom table, it works correctly.
You can try to increase the PHP settings max_input_vars and max_execution_time to a higher value and check this issue again.February 21, 2023 at 6:30 PM in reply to: Bug: Conditional Logic Set On Value Of Taxonomy Custom Field Prevents Post Save #40640Peter
ModeratorHello,
Thanks for your details. I see that issue on my demo site and I've escalated this issue to the development team to fix it in the next update.
February 21, 2023 at 6:20 PM in reply to: Is it possible to show all the custom fields (inclusief group's) for een SOP? #40639Peter
ModeratorHello,
You can use the WordPress function
get_post_custom()to get all custom fields attached to a post based on the post ID.
Please read more on the documentation https://developer.wordpress.org/reference/functions/get_post_custom/February 21, 2023 at 6:14 PM in reply to: ✅Conditional Logic Based On Taxonomy Term Slug Or Name #40638Peter
ModeratorHello,
Yes, it is possible. Please read more on the documentation https://docs.metabox.io/extensions/meta-box-conditional-logic/#using-with-taxonomies
February 21, 2023 at 12:03 PM in reply to: ✅Bug: Nested Group Not Display Extra Options When Set To Cloneable #40634Peter
ModeratorHello,
I do not see that issue on my demo site. You can try to deactivate all plugins except Meta Box, MB AIO, and switch to a standard theme of WordPress. Or try to reproduce this issue in a fresh install of WordPress and let me know how it goes.
Peter
ModeratorHello,
Please set up the Location for All Archives or Search Results like this https://monosnap.com/file/v45dFiX46vs6LLoCvYtwUaLwYBBI6T
then re-save permalink settings (post name) and check this issue again.Let me know how it goes.
Peter
ModeratorHello there,
I think it might relate to the database charset in WordPress settings, please read more on this topic https://wordpress.stackexchange.com/questions/92253/how-does-wordpress-support-unicode
If you add the multibyte text to the post content (not the custom field), does it display in the same unicode?
February 20, 2023 at 9:47 PM in reply to: the map-marker icon on a map is not exactly located as the original one #40623Peter
ModeratorHello Cees,
I see that issue. The custom map marker icon does not display correctly on the map. You can try to use this custom CSS code to fix the issue with the custom icon.
img.leaflet-marker-icon { margin-left: -12px; margin-top: -41px; width: 25px; height: 41px; }I've escalated this issue to the development team to fix it in the next update.
February 20, 2023 at 9:23 PM in reply to: Force Delete option of the Image Advance field don't work #40622Peter
ModeratorHello Ash,
Do you mean after activating WPML, this feature does not work? You can try to deactivate all plugins and leave Meta Box, MB AIO activate and see if it works. If yes, you can enable plugins one by one to find which plugin causes the issue.
-
AuthorPosts