Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Do you try to increase the PHP settings as suggestion in that topic and recheck the issue?
Peter
ModeratorHello,
Our development team is aware of this issue and working on it. This issue will be fixed in the next update. Thanks.
Peter
ModeratorHello,
I do not see that issue on my demo site. Can you please deactivate all plugins except Meta Box, Meta Box AIO and switch to a standard theme of WordPress then check the issue again? Please turn on WordPress debug log and see if there is any error at the current time.
https://wordpress.org/documentation/article/debugging-in-wordpress/Peter
ModeratorHello,
Custom permalink for CPT is beyond the scope of support of Meta Box. You can follow this topic https://wordpress.stackexchange.com/questions/346452/how-to-add-custom-taxonomy-in-custom-post-type-permalink
to create some custom code to add the taxonomy and term slugs to the CPT permalink.Peter
ModeratorHello,
MB Yoast SEO plugin only works with some simple input fields like text, textarea and WYSIWYG. The same feature with the MB Rank Math plugin.
Peter
ModeratorHello,
Can you please let me know which fields you are using? Please export the field group to a JSON file and share it here with some screenshots of the issue. Refer to the documentation https://docs.metabox.io/extensions/meta-box-builder/
Thanks.
Peter
ModeratorHello Travis,
Please create a new topic with the details of the issue and some screenshots, I will help you to check the issue.
Peter
ModeratorHello,
The option "Reciprocal relationship" should be used when you create a relationship for the same post type. If you create the relationship for two post types, the relationship meta box only displays when editing the "From" post type.
Peter
ModeratorHello Harry,
The issue mostly happens because the field group is broken, then there is no field display and the button Update is clicked again. Or the button Update is clicked twice before the fields are displayed then they are lost. Refer to this topic https://support.metabox.io/topic/bug-report-click-twice-on-update-all-custom-fields-are-lost/
If you have a backup file of your site, please try to restore it. Or you need to create a new field group with the same custom fields and IDs.
Peter
ModeratorHello,
Can you please share some screenshots of the meta value in the database before/after updating the post manually? And please share the code that you use to display the map on the frontend. I will take a look.
Peter
ModeratorHello,
You can create a custom query to get all posts of a CPT then use the helper function
rwmb_meta()orget_post_meta()to display the field value. Refer to the documentation
https://docs.metabox.io/functions/rwmb-meta/
https://developer.wordpress.org/reference/functions/get_post_meta/Or follow this topic to get all field values from a specific key https://wordpress.stackexchange.com/questions/9394/getting-all-values-for-a-custom-field-key-cross-post
Peter
ModeratorHello Stephen,
Do you see the administrator can manage plugins (activate/deactivate) on the multisite environment? If not, I see it is expected behavior with Meta Box. You can go to admin network > Settings > Network Settings > Scroll to the bottom and enable the option "Enable administration menus: Plugins" to allow administrator to access Meta Box AIO setting pages.
Peter
ModeratorHello,
Simply, yes. You still need to activate Meta Box (free) plugin in order to use CPT and custom fields on your site.
May 20, 2023 at 1:48 PM in reply to: ✅frontend submission features missing from admin dashboard #41858Peter
ModeratorHello,
MB Frontend Submission does not have a settings page/UI menu. It supports 2 shortcodes to add to a page to display frontend form and frontend dashboard. Please read more in the documentation https://docs.metabox.io/extensions/mb-frontend-submission/
Peter
ModeratorHello,
Do you add some custom SVG images to the testimonial item? If yes, please share some screenshots of the testimonial. I do not see that issue on my demo site.
You can also check the WP debug to see if there is any error log and share it here.
-
AuthorPosts