Forum Replies Created
-
AuthorPosts
-
March 10, 2024 at 10:29 PM in reply to: ✅Password Reveal Button - touch/click button issue with CSS #44789
Peter
ModeratorHello Nick,
Thanks for the feedback. I will inform the development team to consider improving the display of the show password icon.
Peter
ModeratorHello Nick,
Currently, we don't support plus and minus for the number field like that. You can create a custom field type by following the documentation https://docs.metabox.io/creating-new-field-types/
Peter
ModeratorHello,
You can use the
postfield to show a dropdown that lists all pages. Please follow the documentation
https://docs.metabox.io/fields/post/Peter
ModeratorHello Jan,
Please ensure the field group ID is added to the user profile shortcode in the French language. If not, the warning message will be displayed.
March 8, 2024 at 9:53 PM in reply to: Bug in select2 advanced when adding custom class name to container? #44774Peter
ModeratorHello,
There isn't an option
containerCssClassin the Select2 documentation https://select2.org/configuration/options-apiPlease correct option name and check this issue again.
March 8, 2024 at 9:50 PM in reply to: ✅Get Fields from Records in a Reciprocal Relationship of a Related Post #44773Peter
ModeratorHello,
I understand you want to display: Main widget factory > Red widget related to Main widget > Yellow, Green widgets related to Red widget
on the same page. You can use two for loops to do that, please follow this topic https://support.metabox.io/topic/traversing-multiple-related-cpts/March 7, 2024 at 8:47 PM in reply to: MB Builder - datetime with date picker options not working on refresh #44769Peter
ModeratorHello,
It's the format of Timepicker library so I don't think Meta Box can do something there.
https://trentrichardson.com/examples/timepicker/However, I will inform the development team to take a look at this case. I will let you know when I have more information.
March 7, 2024 at 8:42 PM in reply to: ✅On update, custom fields group reverts by itself to standard post type. #44768Peter
ModeratorHello Wim,
You can try to follow this tutorial to increase the PHP setting
max_input_varsto fix the issue
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/Let me know how it goes.
Peter
ModeratorHello,
Regarding the Required field setting, Meta Box adds the
requiredattribute to the HTMLinputtag. It is validated by the browser. For example:
<input type="text" required="1" id="text_4cjqazxdoup" class="rwmb-text" name="text_4cjqazxdoup" aria-labelledby="text_4cjqazxdoup-label">Regarding WooCommerce fields, please contact WooCommerce support and ask them how to add the required setting to their fields.
Peter
ModeratorHello,
You can try to use this optimization image plugin https://wordpress.org/plugins/ewww-image-optimizer/
March 6, 2024 at 9:49 PM in reply to: MB Builder - datetime with date picker options not working on refresh #44759Peter
ModeratorHello,
You can try to use the format
HH'h'mmbut I see it doesn't work with the timestamp option. However, I recommend using the colon (:) instead of an alphabet character to be compatible with other options.Peter
ModeratorHello,
The Add New feature looks like this https://drive.google.com/file/d/1svrSS_VPHdVFibVIa4w1ESfuc77krgnB/view?usp=sharing
I understand your issue. When you click on Add New, it opens the editing page as in the admin area to create a new term. And only Administrator or Editor users can create a new term.
I will inform the development team to consider supporting this feature for other users.
March 5, 2024 at 9:46 PM in reply to: MB Builder - datetime with date picker options not working on refresh #44749Peter
ModeratorHello,
If you want to save and show the custom date time label, please disable the option "Save value as timestamp" in the field settings.
Peter
ModeratorHello Laurent,
1, 2. You can use a custom field or taxonomy, both ways are ok.
3. Yes, from an SEO perspective, I think you should redirect the offline posts to a valid URL. Following this article https://yoast.com/seo-anti-patterns-301-redirect-all-your-404s-to-your-homepage/
4, 5. You can follow this topic to use some custom code to exclude the offline posts from the default query https://stackoverflow.com/questions/29890473/how-do-i-show-hide-a-wordpress-post-description-or-any-other-field-on-the-front
March 5, 2024 at 8:42 PM in reply to: ✅Custom fields stack on "Loading fields, please wait..." #44747Peter
ModeratorHello,
Glad to hear it works on your site. I don't have much experience with three tools, I'm just using phpMyAdmin. You can find some difference points in these articles
https://www.cloudways.com/blog/adminer-vs-phpmyadmin/
https://stackshare.io/stackups/heidisql-vs-phpmyadmin -
AuthorPosts