Forum Replies Created
-
AuthorPosts
-
November 16, 2023 at 10:02 PM in reply to: ✅Some Custom Fields Not Saving after WP/MB Update (not max_input_vars issue) #43821
Peter
ModeratorGreat. Thanks for letting me know.
Peter
ModeratorHello Tyler,
Please contact us here if you have a refund request https://metabox.io/contact/
Thank you.
Peter
ModeratorHello,
If you want to add the position number manually, you can use the code to register the settings page, following the documentation https://docs.metabox.io/extensions/mb-settings-page/#using-code
It can work as it is but we cannot guarantee if it still works with other plugins activated.
November 15, 2023 at 8:19 PM in reply to: ✅what is the scope parameter of rwmb.runConditionalLogic() for? #43813Peter
ModeratorHello,
Thanks for the reminder. We've updated the documentation about this function.
Peter
ModeratorHello,
Yes, I logged in to your site and fixed the issue. Not sure what's wrong with the State taxonomy. I've deleted it and re-create a new taxonomy with the same settings and it works properly.
Peter
ModeratorHello Paul,
It seems to be a problem with WooCommerce?
Yes, when WooCommerce is activated, it changes the default order and the menu order of the new CPT, settings page does not work properly. You can deactivate WooCommerce and check this issue again.Peter
ModeratorHello,
The password is still incorrect. Here is the screen record https://drive.google.com/file/d/1xzQGiGbnPmatvGhFfTul14nuFsDbot4p/view?usp=sharing
November 13, 2023 at 9:55 PM in reply to: File Upload, how to display in elementor met group skin template and download it #43801Peter
ModeratorHello Chris,
You can create your own shortcode and add it to the Elementor builder. Or use the Meta Box shortcode to create a downloadable link. For example:
[rwmb_meta id="file_upload_id"]Following the documentation https://docs.metabox.io/shortcode/
Peter
ModeratorHello,
You can use custom JavaScript code to disable scrolling on the number field. Refer to this topic
https://stackoverflow.com/questions/9712295/disable-scrolling-on-input-type-number
and this snippet code
https://codepen.io/ahastudio/pen/eVovMvPeter
ModeratorHello Joe,
What happens if you remove the relationship code and its loop? Do you use the function
get_the_author_meta()in a loop? If not, you have to add the user ID as the second parameter of this function.
Following the WordPress documentation https://developer.wordpress.org/reference/functions/get_the_author_meta/Peter
ModeratorHello,
Yes, you have to use JS code to do something when clicking a button without reloading the page.
November 12, 2023 at 8:42 PM in reply to: How to validate just the value in a key_value pair? #43793Peter
ModeratorHello,
Yes, it will work like that (both questions). Let me know if it does not work.
Peter
ModeratorHello,
Thanks for your feedback.
I can reproduce the issue on my site. I've escalated this issue to the development team to fix it. I will let you know when I have any information.
November 10, 2023 at 10:28 PM in reply to: How to validate just the value in a key_value pair? #43784Peter
ModeratorHello Phil,
I'm afraid that it isn't possible. Both key and value are the field data and you can get the field data, extract the key or value from the array and validate one of them. The submitted data has the format:
[key_value_crx6rkqqts] => Array ( [0] => Array ( [0] => test key [1] => test value ) )Peter
ModeratorHello,
You can check the option "Save field value" if it is disabled. If yes, please enable it and recheck this issue. See this screenshot https://monosnap.com/file/boUvSTyR4Kmm5Ls0wmDiELKehY7Lkb
-
AuthorPosts