Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi Ryan,
That's the expected behavior, since the plugin has to perform search in different places: title + content (default WP behavior), custom fields and/or custom table. We had to make it search in each places and merge the result. So, the
posts_searchfilter probably won't be applied.June 26, 2019 at 3:07 PM in reply to: ✅Gutenberg Sidebar Media Upload Clash with image_advanced #15100Anh Tran
KeymasterFYI, I've just merged the code into the master branch on Github. If you have time, please try it:
Anh Tran
KeymasterCan you show me a screenshot of the bug?
June 26, 2019 at 2:51 PM in reply to: Memory issues and unbound queries - "Query posts for field options" #15097Anh Tran
KeymasterHi Vinny,
Do you have a lot of posts? Can you try increase the memory limit?
https://wordpress.org/support/article/editing-wp-config-php/#increasing-memory-allocated-to-php
Anh Tran
KeymasterHi Buzz,
This probably is the reason (and solution):
https://metabox.io/wordpress-custom-fields-not-saving-increase-max-input-vars/
Anh Tran
KeymasterHi @Torben,
Did you mean display the value of the image_select field in Elementor? If so, please just select the field from the list provided by Meta Box - Elementor Integrator plugin.
Anh Tran
KeymasterYes, the new code has been moved to
admin-columns.phpfile but it's still the same. The fix was changing fromget_poststoWP_Query.I've just tested again with the code in the first reply and it seems to work fine. Can you post your code?
Anh Tran
KeymasterHi Chris,
If you're using the classic editor, you'll see the class here:
https://imgur.elightup.com/931YMwn.png
Another note: you can add the CSS class simpler by going to tab Appearance and enter your class into "Custom CSS Class":
Anh Tran
KeymasterI just found the problem. It's kind of a way the JavaScript works for cloning editors. The problem is the ID of the editor ends with
_123, e.g._{number}. This format is reserved by the clone script to update the editor ID/name. Please just change the ID of the editor and it will work again.Anh Tran
KeymasterHi Kim, please send me a temporary admin account to check?
Anh Tran
KeymasterHey guys,
Thanks a lot for your feedback. I see the bug and am working on a fix.
Anh Tran
KeymasterHi SWS,
I think it's faster to let me help you directly. Can you send me a temporary admin account to fix that?
June 24, 2019 at 11:22 AM in reply to: ✅Gutenberg Sidebar Media Upload Clash with image_advanced #15063Anh Tran
KeymasterI'm reviewing a fix on Github that you can try for now:
https://github.com/wpmetabox/meta-box/pull/1316
In my test, it seems to work well.
June 24, 2019 at 11:21 AM in reply to: ✅How do draft, publish, and private publish work with MB Builder? #15062Anh Tran
KeymasterHi Chris,
The status of field groups created by MB Builder works like this:
- If the field group is published, it will show when you editing posts
- If it's a draft, then it won't show
So, a draft field group is like something you're working on and not ready for users to enter data to.
It doesn't matter if your posts are published, draft or private. In other words, the post status doesn't play any role in the field group settings.
My question then seems to come down to which field types can actually be output to the page.
All field types that have value will display on pages. Fields that don't have value like custom HTML, you should output it yourself.
A quick note for custom HTML field, it accepts a
callbackfunction that you can use to output the content in both back end and front end.Anh Tran
KeymasterHi Chris,
Sorry for the lack of documentation. I'll keep adding them.
Regarding the CSS class, please add the class as in this screenshot:
https://imgur.elightup.com/G8yUX18.png
And you'll see this class here:
-
AuthorPosts