Forum Replies Created
-
AuthorPosts
-
March 7, 2024 at 8:47 PM in reply to: MB Builder - datetime with date picker options not working on refresh #44769
Peter
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-phpmyadminMarch 5, 2024 at 8:35 PM in reply to: MB_Custom_Table_API::create does not set ID on auto-increment #44746Peter
ModeratorHello,
If you save the field value to the custom table, the ID column is not set to auto-increment. The value saved to this column is the post ID.
Peter
ModeratorHello,
Importing the field group to my demo site, I see the field label displayed in the sidebar instead of the field ID, screenshot https://imgur.com/4nTs10E
Please share your site credentials via this contact form https://metabox.io/contact/
I will take a look.Peter
ModeratorHello,
Thank you for your feedback.
This is a new feature/plugin of Elementor and it could be a compatibility issue. I will inform the development team to consider supporting this in future updates.
Peter
ModeratorHello,
Yes, the option
'add_new' => truesupports adding a new term (tag) when editing or creating the post in both frontend/backend. If it doesn't work, do you see any JS error in the browser console tab?Peter
ModeratorHello Markus,
Please try to deactivate all plugins except Meta Box, MB AIO and switch to a WordPress theme then check this issue again.
If it still doesn't work, please export the field group to a JSON file and share it here. I will import it to my demo site and check the issue.
Following the documentation https://docs.metabox.io/extensions/meta-box-builder/Peter
ModeratorHello,
The plugin WP All Import - Meta Box Integration is still in the development phase and not release yet. So we won't support this plugin in this forum. If you experience any issues with this plugin, feel free to open a new issue here https://github.com/wpmetabox/mb-wpai
Totally, the integration is released and maintained by the WP All Import dev team so I recommend using the plugin on their side to get further support.
-
AuthorPosts