Forum Replies Created
-
AuthorPosts
-
April 2, 2023 at 3:16 PM in reply to: Disable required validation for specific post type (page-generator-pro) #41294
Peter
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.
March 30, 2023 at 8:33 PM in reply to: Beaver Builder image gallery connection to Metabox field #41270Peter
ModeratorHello,
Did you receive my reply in the ticket system? Please check this screenshot https://monosnap.com/file/YOnz6SLLRU2Vc5LMj56yOZxTumUyqI
You can disable the option "Cloneable" in the field image_advanced settings to make it works with the gallery module of Beaver Builder, screenshot https://monosnap.com/file/G9pVUEdO94oG8vmLnvXBAfpNx4VNeC
Peter
ModeratorHello,
Yes, I understand that. Did you try to create an
ifstatement to check the current post ID and run the code inside?For example:
{% if mb.get_queried_object_id() == 123 %} {% set relationship = attribute( relationships, 'speaker-topic' ) %} ... {% endif %}Peter
ModeratorHello,
Correct, the default email field in the user profile has the same ID
email. In my profile, it already has value so I do not see the issue.March 29, 2023 at 7:35 PM in reply to: ✅Changing the Post Title/Slug after front-end submissions based on fields #41260Peter
ModeratorHello,
Did you add the post type attribute to the frontend submission shortcode to create a new post of the
catspost type? If yes and the code above does not work, please share the shortcode that you are using on your site.
Read more on the documentation https://docs.metabox.io/extensions/mb-frontend-submission/#submission-formPeter
ModeratorHello,
Please edit the field group and check the option "Save field value" of each field in the Advanced tab, make sure it is enabled. Screenshot https://imgur.com/3ZTgZK8
Let me know how it goes.
-
AuthorPosts