Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 1,516 through 1,530 (of 3,707 total)
  • Author
    Posts
  • in reply to: Conditional logic performance (with repeatable groups) #12755
    Anh TranAnh Tran
    Keymaster

    Hi 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.

    in reply to: Conditional logic performance (with repeatable groups) #12754
    Anh TranAnh Tran
    Keymaster

    Hi 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.

    in reply to: MB Admin Columns - not sortable when using customtable #12753
    Anh TranAnh Tran
    Keymaster

    The base code is done. We're optimizing it a little bit. Will release new version for MB Admin Columns in a few days.

    in reply to: Field of type "OSM" in clonable group? #12752
    Anh TranAnh Tran
    Keymaster

    Hi Hazmi, we've just fixed the bug on Github https://github.com/wpmetabox/meta-box, can you please take a look?

    in reply to: Error in select Tree Taxonomy #12750
    Anh TranAnh Tran
    Keymaster

    You 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.

    Anh TranAnh Tran
    Keymaster

    I've updated the snippet, can you try again?

    in reply to: Composer Errors #12739
    Anh TranAnh Tran
    Keymaster

    Hi Mauro,

    I see the error says that there's a problem connecting to wordpress.org. Can you please try again?

    in reply to: Drag and drop order reset without consent #12738
    Anh TranAnh Tran
    Keymaster

    Hey guys,

    Thanks a lot for your tests! And sorry for the delay reply.

    You're right about the order of existing posts. Since we upgrade the database structure, all existing posts won't have the order. So you need to edit them once to trigger the order change. Then everything else will work as expected.

    I'll update the plugin now 🙂

    PS: I use the master branch for developing. No dev branch at the moment.

    in reply to: Add Select Values from Other Custom Fields #12737
    Anh TranAnh Tran
    Keymaster

    I have optimized your code to make it much shorter here: https://ghostbin.com/paste/uk3zq. As all the year has a same meta box, it can be wrapped in a function.

    However, the speed is slow maybe because of the post field. Each post field make a query to the database to get all posts. As you have 14 post fields for 14 years, there are 14 queries. That might be the cause.

    Update: I have updated the plugin on Github https://github.com/wpmetabox/meta-box/ that has an improvement for the post field. Now it runs only 1 query instead of 14. Please download from Github and try it.

    in reply to: Error in select Tree Taxonomy #12735
    Anh TranAnh Tran
    Keymaster

    Thanks a lot for your video. You're right about the nesting levels. It's a bug and I've just fixed on Github: https://github.com/wpmetabox/meta-box/. Please take a look.

    in reply to: Error in select Tree Taxonomy #12732
    Anh TranAnh Tran
    Keymaster

    Hi,

    Looks like the required attribute causes the issue. I tested your code and see that when you set the field required, you have to select the terms for all dropdowns in the select tree before saving posts. So, if that's not your intent, you should remove the required attribute.

    Anh TranAnh Tran
    Keymaster

    Hi Max,

    The current version doesn't support query from multiple relationships at once. However, there's a workaround. You can make a raw query to get all your connected posts like this:

    https://ghostbin.com/paste/9gfhe

    in reply to: Cancellation #12724
    Anh TranAnh Tran
    Keymaster

    Hi Milind,

    Thanks a lot for your feedback!

    Working with existing post types is like injecting Meta Box into something that already built. Especially in case of WooCommerce, which has a lot of business logic behind the scene. In my opinion, even if you have good collection of plugins, there are still some parts required custom coding.

    We're going to add more support for BB and Themer in the next version. Mostly for the Group (repeater) and Conditional Logic feature in Themer.

    Anyway, I've just issued the refund. Hopefully you'll be back to us in the future. And good lock with your project.

    in reply to: Cancellation #12720
    Anh TranAnh Tran
    Keymaster

    Hi Milind,

    Thanks for your message.

    Would you mind sharing what you're trying to do with WooCommerce? Since your message is a little bit unclear, I can't provide detailed guideline.

    Regrading about coding, Meta Box can be used by non-coders with the help of MB Builder extension or the documentation where you can copy and paste the code. The PHP part is for advanced things where you want to customize the plugin.

    In case it doesn't work for you, I'm happy to issue a refund.

    in reply to: Metaboxes not saving values #12679
    Anh TranAnh Tran
    Keymaster

    I'm a big fan of Posts 2 Posts and I think it's bad for the community to see it dies. So, I created MB Relationships :).

    At the moment, the UI is for edit users only. We haven't worked on adding fields in the "create user" screen.

Viewing 15 posts - 1,516 through 1,530 (of 3,707 total)