Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterHi,
We were able to see the bugs. But when apply the fix, we see that only the code in
group.jsis needed. We're not very clear about the added code inconditional-logic.jsthat you provided. Is that needed?Anh Tran
KeymasterHi Garth John,
Did you activate both Meta Box and MB Frontend Submission plugins together?
Anh Tran
KeymasterSorry, it was 1.5.1. I forgot to update the version on the website. Please update again.
Anh Tran
KeymasterHi, did you update to the latest version? I've just released a new fix today.
January 3, 2019 at 12:39 PM in reply to: ✅Filter mb_aoi_extensions fails unless at least one item checked in "All-In-One" #12863Anh Tran
KeymasterThanks a lot for your feedback! I've just updated the AIO extension with fixes for these bugs. Please update and let me know if there's anything wrong.
January 3, 2019 at 9:21 AM in reply to: Relationships - change order of posts returned by shortcode #12859Anh 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 🙂 -
AuthorPosts