Forum Replies Created
-
AuthorPosts
-
January 3, 2019 at 9:21 AM in reply to: Relationships - change order of posts returned by shortcode #12859
Anh Tran
KeymasterHi Max, the
orderandorderbyshould be outside ofrelationshipparam, as they're arguments forWP_Query. Please try:$connected = new WP_Query( array( 'relationship' => array( 'id' => 'therapists_to_modalities', 'to' => get_the_ID(), ), 'orderby' => 'name', 'order' => 'ASC', 'nopaging' => true, ) );January 3, 2019 at 9:18 AM in reply to: ✅Updated to latest metabox group plugin (1.2.17)... having issues #12858Anh Tran
KeymasterGlad to hear that. Let me know if you see anything buggy.
January 2, 2019 at 9:52 AM in reply to: ✅Updated to latest metabox group plugin (1.2.17)... having issues #12844Anh Tran
KeymasterHi Lynne,
Did you see any JavaScript error in the console?
January 2, 2019 at 9:49 AM in reply to: Relationships - change order of posts returned by shortcode #12843Anh Tran
KeymasterHi Max,
Currently, it's not supported in the shortcode (although it's available via PHP when you use WP_Query and set the
orderbyparameter). We'll add order parameter to the shortcode soon.January 2, 2019 at 9:25 AM in reply to: ✅Filter mb_aoi_extensions fails unless at least one item checked in "All-In-One" #12841Anh Tran
KeymasterHi Theodore,
Thanks a lot for your feedback. I've fixed 2 first issues. Will release new version soon.
Regarding the last issue, if you run the filter to enable an extension, then it's always enable, even if you uncheck from the list. The filter has higher priority than the option.
Anh Tran
KeymasterHi,
Can you please show me your meta box code and the shortcode? I've just re-tested on my localhost and everything still works fine.
Anh Tran
KeymasterHi, did you try adding CSS classes to the field via custom attributes? Go to tab Advanced, and add a new attribute, name it "class" and enter value = your custom CSS classes.
December 22, 2018 at 10:59 AM in reply to: ✅MB Admin Columns - not sortable when using customtable #12789Anh Tran
KeymasterHi Jefferson,
What do you mean filtering? There are only 3 features in the list table: search, sort and filter by taxonomies. All of them are supported.
December 21, 2018 at 9:57 AM in reply to: ✅MB Admin Columns - not sortable when using customtable #12771Anh Tran
KeymasterHey guys,
We've updated the MB Admin Columns to support search and sort for custom table. Please update and let us know if you find any bug.
Anh Tran
KeymasterHi David,
Yes, we're aware of
create-guten-block. It's a cool library. At the moment, Meta Box works pretty well with Gutenberg. We have a big plan for 2019 to make Meta Box a library that be able to create blocks. So stay tuned 🙂December 20, 2018 at 4:14 PM in reply to: Conditional logic performance (with repeatable groups) #12755Anh Tran
KeymasterHi Enrico,
I've just tested your code and don't see the delay. Here is my video: http://recordit.co/VlsfsK6Lqf
Which version of the plugins did you test? The latest version of Conditional Logic and Group have improved the performance quite a lot.
December 20, 2018 at 3:05 PM in reply to: Conditional logic performance (with repeatable groups) #12754Anh Tran
KeymasterHi Enrico,
Let me test with your code. We've been optimizing the JS part for Conditional Logic, as it's an important point in our plugins.
December 20, 2018 at 2:59 PM in reply to: ✅MB Admin Columns - not sortable when using customtable #12753Anh Tran
KeymasterThe base code is done. We're optimizing it a little bit. Will release new version for MB Admin Columns in a few days.
Anh Tran
KeymasterHi Hazmi, we've just fixed the bug on Github https://github.com/wpmetabox/meta-box, can you please take a look?
Anh Tran
KeymasterYou can download the latest version here: https://github.com/wpmetabox/meta-box/archive/master.zip
And on your site, deactivate and remove Meta Box. Then re-install it using the downloaded zip file.
-
AuthorPosts