Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello Jason,
The JS source map file is used to debug the error easier, it does not cause the error on your site. The popper and tippy js files are the library of Bootstrap so I think there is a plugin or block of code that conflicts with the code in those files.
Please read more here https://stackoverflow.com/questions/21719562/how-can-i-use-javascript-source-maps-map-files
Peter
ModeratorHello Jorge,
The lowest user role of WordPress to create/edit a post is Contributor and they can still add the custom block when editing a post. I do not see that issue on my end. You can check the capabilities of this role with the plugin User Role Editor and apply them to your custom role.
https://wordpress.org/plugins/user-role-editor/Peter
ModeratorHello,
Here is an example to move field value from the default table wp_postmeta to the custom table and delete the old data also
https://metabox.io/move-custom-fields-data-to-custom-tables/?swcfpc=1May 10, 2023 at 7:09 PM in reply to: The main Settings page URL is wrong when my custom settings page is at the top #41791Peter
ModeratorHello,
It looks like you are using a custom code to move the custom settings page to the top of the default submenus. If you use the WordPress function to register a submenu and move it to the top also, does the issue happen?
https://developer.wordpress.org/reference/functions/add_submenu_page/Peter
ModeratorHello Jan,
I see the reCaptcha feature works as well on your site so I'm not sure why the bot can pass the restriction. If the reCaptcha v3 does not help to prevent the bot from spamming, you can consider using another plugin like Akismet to see if it helps.
Or you can create honeypot fields to filter the bot submission, follow this article https://dev.to/felipperegazio/how-to-create-a-simple-honeypot-to-protect-your-web-forms-from-spammers--25n8May 10, 2023 at 5:44 PM in reply to: ✅Beaver Builder Launch Button Broken when Meta Box fields added to post type #41789Peter
ModeratorHello Mark,
Thank you for your feedback. The development team has fixed this issue in this commit https://github.com/wpmetabox/meta-box/commit/289131a7e5fcda89959453ee1af24b35181fe5bd
I will be included in the next update of MB Beaver Themer Integrator.Peter
ModeratorHello,
I understand that the field value is not outputted correctly on your site. So I ask to generate the PHP code from the field group or export it and share it here, then I can check the field settings ... to see what happens with the Twig code.
I do not tell you to use the PHP code to output the field value, please read the request carefully.Peter
ModeratorHello,
Please share it through this contact form https://metabox.io/contact/
Peter
ModeratorHello Martin,
Do you mean the user profile shortcode does not work on your site? Can you please share some screenshots of the issue on your site?
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/ -
AuthorPosts