Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Please check this screenshot and you will see the issue https://monosnap.com/file/gTC2t3j2ZxaEMHE2gNEJl65YrUVUpE
When adding a shortcode, please switch to the tab Text instead of Visual, if you copy some links from other places, it will copy the HTML tags also. And it does not work when passing HTML tags to the shortcode attribute.
[mb_user_profile_register id="user-profiles" label_submit="Register" role="vendor" redirect="https://www.ergafrica.com/supplier-agreement/" password_strength="medium" email_as_username="true"]Peter
ModeratorHello,
Your refund request has been processed. Let us know if you have any questions.
Peter
ModeratorHello,
If you want to use the function
rwmb_set_meta()you need to hook the callback function to the actioninitwith a priority later than 20 or a later hook thaninit. Or use the WordPress function update_post_meta().Please read more here https://docs.metabox.io/functions/rwmb-set-meta/#arguments
Peter
ModeratorHello,
There is no way to remove the license key from the composer.json file and publish it. You should set the repository as Private under our Terms and Conditions https://metabox.io/terms-conditions/
You can also set the license key in the file wp-config after installing the premium plugins to get updates. Please read more here https://docs.metabox.io/updates/#can-i-define-the-license-key-via-a-constant-in-wp-configphpPeter
ModeratorHello,
Thanks for your feedback.
Please keep the credentials available. I've informed our development team to check the issue.
March 22, 2023 at 6:36 PM in reply to: Beaver Builder image gallery connection to Metabox field #41164Peter
ModeratorHello,
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a closer look.Peter
ModeratorHello,
Can you please share the code that creates the custom block and fields on your site and a screen record of this issue? You can try to deactivate all plugins except Meta Box, MB extensions and switch to a standard theme of WordPress then check this issue again.
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
-
AuthorPosts