Forum Replies Created
-
AuthorPosts
-
March 23, 2023 at 10:35 PM in reply to: Box suddenly not appearing, but appears in Screen Options #41184
Peter
ModeratorHello,
Please check if there is a block of code that makes the meta box hidden or the feature MB Conditional Logic.
You can try to deactivate all plugins except for Meta Box, Meta Box extensions, switch to another theme and remove all other meta boxes then check this issue again.
Peter
ModeratorHello,
I've asked the development team and there is no way to publish the file composer.json without the license key.
Let me know if you have any questions.
Peter
ModeratorHello,
So if you do not want to scroll to the top, you can remove this attribute and the form will be removed after submitting, you will see the form message. There is no scroll at all, just the form is removed.
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
-
AuthorPosts