Forum Replies Created
-
AuthorPosts
-
Peter
ModeratorHello,
Can you please share a screenshot or the code that you use to render the block? Here is an example on my demo site:
$content = '<!-- wp:meta-box/block-meta {"id":"mb-block-013da68d-63fa-4783-be27-126100bac665","data":{"first_name1":"Meta Box"}} --> <!-- wp:heading --> <h2 class="wp-block-heading">This is the heading text</h2> <!-- /wp:heading --> <!-- /wp:meta-box/block-meta -->'; echo do_blocks( $content );Code to render the block https://monosnap.com/file/N8eBWEtGhkpcvya5Ot8Sv28GfOxnWA
what it displays on the frontend https://monosnap.com/file/zcEfNCjiRuqIMZGAhjk7sD3c5m79FrApril 3, 2023 at 6:29 PM in reply to: ✅How to add captcha /guards against spam user registration / bot #41306Peter
ModeratorHello,
The user registration form supports an option to add Google reCaptcha v3 to prevent spam. Please read more in the documentation https://docs.metabox.io/extensions/mb-user-profile/
Peter
ModeratorHello,
Can you please give more details about the issue? Please share the code that creates the relationship on your site and an example when you use the function
checkRelation().Peter
ModeratorHello,
What do you mean the innerHTML content in your case? It depends on the template that you use to output the custom block on your site. Or do you mean the inner blocks? I see the function
do_blocks()also renders the inner blocks as well.Peter
ModeratorHello Christie,
Thank you for your feedback.
I do not see the default value
stdworks with the field in the relationship metabox. I'm asking the development team about this issue and get back to you later.April 2, 2023 at 3:16 PM in reply to: Disable required validation for specific post type (page-generator-pro) #41294Peter
ModeratorHello there,
You can try to use the filter
rwmb_normalize_fieldto change the field settings on your own. Please read more in the documentation https://docs.metabox.io/filters/rwmb-normalize-field/If it does not work, please contact the plugin PGP support to get further assistance.
Peter
ModeratorHello Jean,
I think you are missing the open double quotes, please add this and check the issue again.
label_title="Company Name"April 2, 2023 at 11:24 AM in reply to: ✅Add "css class" to Element with Switch Valua after Submit Front End Submission #41291Peter
ModeratorHello Timo,
>> I want to add a class="green" to the li-tag, if the Switch was turned ON= value 1.
If you use the PHP code or Twig code, the class will be added to the
<li>tag after saving the field value. If you want to add the class immediately after switching, please use the Javascript code.Peter
ModeratorHello,
Thank you for your feedback.
I'm checking the issue and get back to you later.
Peter
ModeratorHello,
Can you please increase the PHP setting max_input_vars to a higher value (500k or more)? Refer to this documentation https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/?swcfpc=1
Peter
ModeratorHello,
Have you checked the option "Save field value" as I suggested above? Please see here https://monosnap.com/file/tVg0Ecobs49YW8Sa0tIUa5YC0aXQst
Peter
ModeratorHello,
Thank you for your feedback.
I will inform our development team to consider supporting an icon to check this option easier.
Peter
ModeratorHello,
Thanks for reaching out.
According to the screen record, I see the field value is migrated as well, not sure what the issue is. For other fields, you can check the option "Save field value" in the builder and make sure it is enabled for all fields. Screenshot https://monosnap.com/file/rrqiAyjg8AaR76vYivQcD4TX1cPnpl
Peter
ModeratorHello Tobias,
The issue with the first field radio is the option "Save field value" is disabled. So the field will not be saved value. Please check this screenshot https://monosnap.com/file/rrqiAyjg8AaR76vYivQcD4TX1cPnpl
Peter
ModeratorHello,
I do not see that issue on my end when creating a new WYSIWYG field with WordPress 6.2. Please make sure you have the latest version of Meta Box 5.6.18 then disable all plugins except Meta Box, MB AIO, switch to a standard theme of WordPress and check this issue again.
-
AuthorPosts