Forum Replies Created
-
AuthorPosts
-
December 12, 2022 at 11:34 PM in reply to: wpd bzw. query vars --> order by --> MB Custom Table #39726
Peter
ModeratorHello,
I think the SQL query will work
$ids = $wpdb->get_col( "SELECT ID FROM mytable WHERE myfield1 = 'news' ORDER BY my_field2 ASC" );make sure the columns myfield1 and myfield2 are available in the custom table. Then you can print out the variable $ids to see how it works.
Peter
ModeratorHello,
The extension MB Include Exclude is supported to use in the builder, please check this screenshot https://monosnap.com/file/fLa5t2xG6LKtkhUrNrivDlOsp2J7VJ
You can click the text link "Advanced location rules" to read the documentation of the extension supported.
MB Conditional Logic uses the JavaScript code to show/hide a custom field or a field group or any elements on the editing page. It is a little more flexible than MB Include Exclude but it will load all field groups to when editing a page and show/hide elements based on a field value. I don't think it will slow down your site in the admin area or affect the server with some field groups.
December 12, 2022 at 10:38 PM in reply to: ✅How do I create a WordPress style URL field to link to pages? #39721Peter
ModeratorHello Dave,
Meta Box does not support a link/URL field like the one of WordPress. I will inform the development team to consider supporting a field like that.
Thanks.Peter
ModeratorHello,
I've informed the development team to check the issue on your account and get back to you shortly.
Thanks.
December 12, 2022 at 10:34 PM in reply to: Input Description added to multiple sub-fields in a field group does not display #39719Peter
ModeratorHello Dave,
The plugin Meta Box is created more than 10 years ago and there are some old blocks of code that need to be updated. The development team is working to update the source code but there are also some conflicts with other extensions and could be fixed soon. I'm sorry about that, please be patient, the new update will be released soon to cover the issues.
Regarding the description of the subfield, can you please share some screenshots of the issue on your site?
Peter
ModeratorHello,
Thanks for your feedback.
This issue has been fixed in this commit https://github.com/wpmetabox/meta-box/commit/0cf256eaae651eb5652b81b2167f9f334ab8cf98
Can you please apply the changes to your site and see if it works?December 12, 2022 at 10:15 PM in reply to: ✅Elementor Theme Builder > MB Group Skin Does Not Exist #39716Peter
ModeratorProblem solved by deactivating all plugins except Meta Box, MB AIO and Elementor. There was a conflicting plugin that does not work with MB Group Skin.
December 12, 2022 at 10:07 PM in reply to: ✅How to display custom fields only on specified pages. #39715Peter
ModeratorHello friends,
This issue has been fixed on this commit https://github.com/wpmetabox/meta-box/commit/0cf256eaae651eb5652b81b2167f9f334ab8cf98
Please wait for the new update of Meta Box or you can apply the changes to your site for a while.
December 12, 2022 at 10:05 PM in reply to: ✅Advanced location rules dropdown causes all the fields to disappear #39714Peter
ModeratorHello,
Thanks for your feedback.
This issue has been fixed in this commit https://github.com/wpmetabox/meta-box/commit/0cf256eaae651eb5652b81b2167f9f334ab8cf98
Can you please apply the changes to your site and see if it works?Peter
ModeratorHello SIW,
The fix for this issue is already included in the latest version of MB Geolocation 1.3.4 or Meta Box AIO 1.16.7. Let me know if the issue still happens on your site.
Peter
ModeratorHello,
1. It is not possible to create reusable custom fields like that. Each field has its own settings and field ID to save the value to the database. It does not work like a section of a builder.
2. You can use the extension MB Include Exclude to load a field on a specific page. Read more on the documentation https://docs.metabox.io/extensions/meta-box-include-exclude/
Peter
ModeratorHello,
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/And please try to deactivate all plugins but Meta Box, Meta Box AIO and check this issue if it still persists.
If you want to share images or a short video, please upload it to a shared hosting like https://imgur.com/ and paste the URL here.
Peter
ModeratorHello,
Can you please share the code that creates the custom field on your site? And share some screenshots of the field value in the database?
December 11, 2022 at 10:29 PM in reply to: ✅How to remove Edit /Delete from upload field in frontend submission? #39687Peter
ModeratorHello,
There is no option to disable the edit/delete button displayed on the uploaded file/image. There is a workaround to hide this element by using the CSS code. You can add the following code to Appearance > Customize > Additional CSS, to hide that feature.
.rwmb-image-actions { display: none; }Hope that helps.
December 11, 2022 at 10:17 AM in reply to: How to use the "MB User Avatar" or "MB User Meta" to enable custom avatar??? #39682Peter
ModeratorHell Sascha,
If you are familiar with coding, you can use Meta Box, MB extensions to do many advanced cases like user custom avatar. Refer to this article https://metabox.io/create-custom-avatar/
The plugin MB User Avatar is a ready-solution that includes the custom code in the article above and needed extensions to display a custom avatar field for non-coding users.
Hope that makes sense.
-
AuthorPosts