Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
I see it works on my demo site, instead of scrolling to the confirmation message, the page will scroll to the top. Please check this screen record https://monosnap.com/file/wXFEY2oucJi2KRxc7VyLDFStYbfRtI
March 22, 2023 at 6:08 PM in reply to: ✅"Remove default meta box" does not remove the metabox #41161Peter
ModeratorHello,
If you want to remove the default taxonomy box of WordPress, please go to Meta Box > Taxonomies > Edit the taxonomy > Advanced tab > Disable option "Show on edit page".
Peter
ModeratorHello,
orzanizatorevenimentis a custom taxonomy so you need to use the function get_terms() to get the terms of the custom taxonomy.
And if you assign the view to the single post type, you can use codepost.IDto get the current post ID and pass it to theget_terms()function to get the terms of the current post.Peter
ModeratorHello,
Yes, it means nothing when firing the validation if there is nothing in the field input.
Peter
ModeratorHello,
You can use the supported attributes of the shortcode to add your own text. For example:
[mb_user_profile_info id="field-group-id" confirmation="my confirmation message"]Please read more on the documentation https://docs.metabox.io/extensions/mb-user-profile/#edit-profile-form
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.
-
AuthorPosts