Forum Replies Created
-
AuthorPosts
-
Long Nguyen
ModeratorHi,
Please follow this documentation to know how to use
ORDER BYwhen creating an MYSQL query in the custom table
https://www.mysqltutorial.org/mysql-order-by/Long Nguyen
ModeratorHi friends,
@Gunvor: since WordPress version 5.6 changes the TinyMCE display when using Block Editor so we have an update to re-render the TinyMCE (field WYSIWYG) to compatible with this change. The filter
wp_default_editormight do not work after re-rendering. I'm going to create a feature request for the developer team to support this case.
@stijlXpres: the field WYSIWYG value still saved after updating the post/page as well. Could you please deactivate all plugins except Meta Box, clear the cache, and check this issue again?December 31, 2020 at 5:56 AM in reply to: ✅Dashboard widget & WordPress Events & News Feed Hijack #23794Long Nguyen
ModeratorHi Austin,
The dashboard widget has been changed from Meta Box version 5.3.6 on this commit. I'm going to discuss with the developer team to fix it. Thank you.
Long Nguyen
ModeratorHi Bret,
I've received your site information via our ticket system. After accessing the site, I can see the field when editing the CPT Farmers Markets, the option Supports > Editor is set as well. Screenshot https://share.getcloudapp.com/nOuDLOpG.
Long Nguyen
ModeratorHi,
Maybe a plugin or the theme uses Meta Box as a library to develop its function. Please try to deactivate all plugins and switch to the default theme of WordPress (Twenty TwentyOne) then you re-activate one-by-one to see where Meta Box is included.
Long Nguyen
ModeratorHi,
Please try to follow the Debugging Information. If it does not show anything, please do the step Private Website Info https://support.metabox.io/topic/how-to-create-a-new-topic/.
Long Nguyen
ModeratorHi,
Please update the newest version of Meta Box 5.3.6 to fix this issue.
Long Nguyen
ModeratorHi,
Please update the newest version of Meta Box 5.3.6 to fix this issue.
December 29, 2020 at 9:03 PM in reply to: ✅Overflow hidden on .menu-item-settings class makes certain settings undeletable #23762Long Nguyen
ModeratorHi,
Please update the newest version of Meta Box AIO v1.12.3 or MB Builder v3.3.8 to fix this issue.
Long Nguyen
ModeratorHi Ryan,
Would you mind telling us what doesn’t work for you? If you have any feedback, suggestions for us, we would love to hear that.
Thanks.
Long Nguyen
ModeratorHi Bret,
Please try to deactivate all plugins except Meta Box, MB extensions and switch to the default theme of WordPress (Twenty TwentyOne) then check this issue again.
Let me know how it goes.
December 28, 2020 at 9:49 AM in reply to: ✅Overflow hidden on .menu-item-settings class makes certain settings undeletable #23744Long Nguyen
ModeratorHi,
Thank you for pointing this out. The next update of the extension will fix the width of the field.
Long Nguyen
ModeratorHi Jacob,
The developer team is working to create a new update to support saving block meta. You can create your own block with JavaScript code by following the documentation https://developer.wordpress.org/block-editor/tutorials/block-tutorial/writing-your-first-block-type/.
December 26, 2020 at 9:00 PM in reply to: ✅Query args of Posts Field seems to fail when arrays are passed #23738Long Nguyen
ModeratorHi Beda,
You can use the Dot notation to define an array in the Builder. See my screenshot https://share.getcloudapp.com/mXu5Dy5y.
Refer to this topic: https://support.metabox.io/topic/setting-custom-color-palettes-via-field-options/.
December 26, 2020 at 5:55 PM in reply to: ✅Query args of Posts Field seems to fail when arrays are passed #23735Long Nguyen
ModeratorHi Beda,
Could you please share the code you are using that has the setting
query_args? The syntax should be:array( 'name' => 'Select a post', 'id' => 'my_post', 'type' => 'post', // Post type. 'post_type' => 'post', // Field type. 'field_type' => 'select', // Placeholder, inherited from <code>select_advanced</code> field. 'placeholder' => 'Select a post', // Query arguments. See https://codex.wordpress.org/Class_Reference/WP_Query 'query_args' => array( 'post__not_in' => array( 1, 123, 456 ), 'order' => 'ASC', 'order_by' => 'ID' ), ), -
AuthorPosts