Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
MB RankMath does not work with MB Blocks and MB Group. It works with top fields
text,textarea,wysiwygand cloneable of these fields. Please read more here https://metabox.io/plugins/mb-rank-math/?swcfpc=1Peter
ModeratorHello,
Thank you for your feedback.
This issue has been fixed in the new update of MB FacetWP Integrator v1.1.1. Can you please update this plugin and let me know if it works?
March 21, 2023 at 6:48 PM in reply to: MB custom fields and WP Gridbuilder data issue on filter facet #41144Peter
ModeratorHello,
424 is the post ID and it is hard-coded, just for testing. If you want to get the price dynamically for the current post, you need to use a PHP code like get_queried_object_id() or get_the_ID().
But it might not work if you don't know what the current query is. If you are not familiar with coding, you can try to use the third-party plugin as I suggested above https://github.com/badabingbreda/field-text-multimask
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.
-
AuthorPosts