Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Please try to deactivate all plugins except Meta Box, MB extensions, switch to a standard theme of WordPress and check this issue again.
If it still does not work, please share the generated PHP code of the field group and View code on your site. I will take a look. Please refer to this documentation https://docs.metabox.io/extensions/meta-box-builder/#getting-php-code
May 9, 2023 at 8:30 PM in reply to: Unable to set Post type when applying a group cloneable inside a another group #41772Peter
ModeratorLet me know if you have any questions.
Peter
ModeratorHello,
It's the generated PHP code from the field group that you create the MB Blocks, please follow the documentation https://docs.metabox.io/extensions/meta-box-builder/#getting-php-code
Peter
ModeratorHello,
So the issue is the field value is not outputted correctly, is that right? Can you please generate PHP code of the field group or you can export it to a JSON file and share it here? I will take a look.
Peter
ModeratorHello,
Can you please share a copy of the plugin WPBakery builder then I can test the issue on my demo site? This plugin is not compatible with Meta Box so I think it will not work with MB Frontend Submission also.
Peter
ModeratorHello,
It's impossible. You need to register the custom field with code and use a PHP function to get the current date then assign it to the setting minDate. Please read more on the documentation
https://api.jqueryui.com/datepicker/#option-minDate
https://docs.metabox.io/fields/date/Peter
ModeratorHello,
I do not understand the question clearly, but I think the href markup in your code does not relate to Meta Box itself. Can you please let me know if the field value is outputted properly?
You can read more about<a>tag with href here https://developer.mozilla.org/en-US/docs/Web/HTML/Element/aMay 8, 2023 at 8:18 PM in reply to: Unable to set Post type when applying a group cloneable inside a another group #41752Peter
ModeratorHello,
You can try to follow this tutorial to increase the PHP setting
max_input_varsto fix the issue
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Let me know how it goes.
May 8, 2023 at 8:12 PM in reply to: ✅Fatal error when activating Meta Box AIO FacetWP integrator #41751Peter
ModeratorHello,
The plugin Meta Box AIO 1.20.2 already includes MB FacetWP version 1.1.2 so you don't need to activate any MB single plugin on your site.
Peter
ModeratorHello,
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a closer look.Peter
ModeratorHello,
It could be a temporary issue on your site. Please try to deactivate all plugins except Meta Box, MB extension plugins, switch to a standard theme of WordPress and clear all caches then check the issue again.
May 7, 2023 at 9:38 PM in reply to: ✅Using show/hide conditional logic with Builder - takes over 1 minute to show #41745Peter
ModeratorHello,
You can simply upload the file to Google Drive or Dropbox and share the link to download it.
May 7, 2023 at 9:36 PM in reply to: ✅Shortcodes (from other plugins) not rendering in Metabox fields #41744Peter
ModeratorHello Josh,
You need to add the code to the template file that displays post content in your theme folder, please read more here https://docs.metabox.io/displaying-fields-with-code/
If you are not able to accomplish the task, please contact us here https://metabox.io/contact/ with a customization service request. Our development team will help you with a small fee.
May 7, 2023 at 9:32 PM in reply to: 'A post type mismatch has been detected.' error when saving custom post type #41743Peter
ModeratorHello,
It could be an issue when you use the field ID as one of the reserved terms of WordPress, please check them here https://codex.wordpress.org/Reserved_Terms
You can add the prefix with your own value to fix this issue.
Peter
ModeratorHello,
when is converted from Toolset to Metabox and change the image to image advanced is just not working correct.
Can you please share some screenshots of the issue when you change the field type to image_advanced (before and after)? Please check the data format of the field value in the database also (table wp_postmeta).
-
AuthorPosts