Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Thanks for sharing the field group. As you said above, I've imported the field group to my local site and do not see any issue. Please share your site credentials via the contact form https://metabox.io/contact/, I will take a closer look.
Peter
ModeratorHello,
You should set the attribute
allow_scrolltofalseto disable scroll to message after ajax submission.Peter
ModeratorHello,
Yes, please share the site credentials via the contact form https://metabox.io/contact/
and let me know where I can check the issue. I will take a closer look.March 20, 2023 at 9:24 PM in reply to: Targeted update to single field within a group via Rest API? #41122Peter
ModeratorHello Shalom,
No, it's not possible. A group saves all subfield values to one row with the serialized array in the database so if you want to update a subfield value you need to have all other subfield values to update along with the group.
Peter
ModeratorHello,
1. Yes, it is possible. You can create a template then assign the template for the page. Please read more on the documentation https://developer.wordpress.org/themes/template-files-section/page-template-files/
2. Then that page is added to the sitemap as well.
March 20, 2023 at 6:51 PM in reply to: ℹ️"Get PHP Code" Button and Redundant Field Group Prefix #41117Peter
ModeratorHello,
Thanks for your feedback.
I see the issue on my demos site and I've escalated this to the development team to fix it in the next update.
Peter
ModeratorHello,
Which is the widget of Elementor that you use to add the frontend submission shortcode? Please let me know how I can reproduce the issue on my demo site.
March 20, 2023 at 6:41 PM in reply to: Metabox Builder Select with Callback Choice not working. #41115Peter
ModeratorHello,
You need to declare your callback function in the theme or plugin code first. Then add the callback function name in the builder to make it works.
Peter
ModeratorHello,
This issue has been fixed in this commit https://github.com/wpmetabox/mb-elementor-integrator/commit/3120d4507d3a703271693a170570b711aceac3d2
You can try to apply the change on your site or wait for the next update of the plugin. Thanks.
Peter
ModeratorHello Stefano,
Can you please export the field group Team Member to a JSON file and share it here? I will try to import it to my demo site and see how it goes.
You can also try to re-install Meta Box AIO and re-import the JSON file to your site.
Peter
ModeratorHello,
There is a confirmation box that allows users to remove a clone group item, please check this screenshot https://monosnap.com/file/HUR7jxDwTjixz8Hddja2qPvUo4tI24
This is the Javascript code to remove the HTML elements so there is no PHP action hook like
rwmb_frontend_after_process. You can use the JS code and listen to the change then do something on your own.Peter
ModeratorHello,
I don't see that issue on my demo site. Please try to deactivate all plugins except Meta Box, MB extensions and switch to a standard theme of WordPress and check this issue again. You can also try again with a simple field group with some text fields.
March 18, 2023 at 10:52 PM in reply to: Beaver Builder image gallery connection to Metabox field #41095Peter
ModeratorHello,
Please install the plugin Meta Box Beaver Themer Integrator with this one https://drive.google.com/file/d/1kvQ9t4LdNPqZjfMOGXmdpskyaTglhZqH/view?usp=share_link
and let me know how it goes.
Peter
ModeratorHello,
Meta Box does not support limiting users from creating posts. You can try to use the
ifstatement to check if the user has a post and then output the frontend submission form or not. Please refer to this topic https://wordpress.stackexchange.com/questions/139818/check-if-current-user-has-post-in-post-type-and-is-author-rolePeter
ModeratorHello Jean,
I see on your page, the frontend submission form is included in a popup, it might cause the JS issue. Please add the form to the page directly instead of in a popup and check this issue again. Let me know how it goes.
-
AuthorPosts