Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi @jpascale,
Yes, the information is still correct. You need to write your custom SQL to search through the custom table to get the post IDs. Then make the WP_Query to get the post objects.
Anh Tran
KeymasterHi Clientes,
This is an interesting question. Performance is a big problem if you make query by custom fields, and it's not recommended to do that. See this post for details:
https://metabox.io/custom-fields-vs-custom-taxonomies/
Unless you use a plugin like SearchWP, which will index your content and perform an optimized search, it's not recommended to store large data in custom fields.
In my opinion, the best way is using custom tables (with MB Custom Table extension). It helps organizing data and making SQL queries faster. However, you have to write the queries yourself.
See this post for more details:
July 3, 2019 at 9:03 AM in reply to: ✅Bug: Color Picker field is showed below the Title field #15216Anh Tran
KeymasterHi Clientes,
I missed this topic. I've just fixed the bug here. Please try it. New version will come later.
Anh Tran
KeymasterYes, that's ok to remove those lines.
Anh Tran
KeymasterHi Nattapat,
Thanks a lot for your feedback. I got it fixed and will update MB Builder soon.
Anh Tran
KeymasterHi Dave,
There is actually a change in the code. It's the last line
'type' => 'user'. I forgot to unset thepagesparam. I'll do that in the next version. Don't worry about it right now, it still works as expected.Anh Tran
KeymasterHi pza,
Thanks for your feedback. In the previous version, there was an option "After Editor". But if you're using Gutenberg, this option is merged into the "After Content" option. I'll update this in the next version. In the mean time, please re-select "After Content" option.
June 30, 2019 at 3:47 PM in reply to: ✅Cloning a Metabox Group item results in 'property content is undefined' #15179Anh Tran
KeymasterYes, I will. It will be available on Monday.
Anh Tran
KeymasterCan you upload the screenshot somewhere public like imgur.com? I can't view it.
Anh Tran
KeymasterHi Joe, I've just fixed this bug. Please try it:
https://github.com/wpmetabox/meta-box/commit/8f1b2caa996731a50cc898d2fb1e53b6ed1557b7
New version is coming on Monday!
Anh Tran
KeymasterHi Torben, please see how to post a screenshot here:
Anh Tran
KeymasterHi,
You can use the MB Include Exclude extension to set who can view/edit user fields, and who can be edited.
Anh Tran
KeymasterHi,
You're right. You can't edit the custom fields in this screen in Elementor. It works only for some basic post fields.
Anh Tran
KeymasterHi Joe,
This probably relates to this commit in select2 library. I'll check and fix it.
Anh Tran
KeymasterHi Chris,
The rows and columns parameter is the size of the textarea, not the way the content is displayed. Rows means how many line of text appear for you to enter content, and columns means how many columns (characters) for that content area.
If you want to display fields in columns, please use the MB Columns extension. Then in the Builder, you'll see a parameter to enter how many columns that field will take.
-
AuthorPosts