Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 2,116 through 2,130 (of 3,958 total)
  • Author
    Posts
  • in reply to: How can I hide form #10023
    Anh TranAnh Tran
    Keymaster

    Hi Calpaq,

    Let me try to understand your problem. Are you trying to put a frontend form in the Cart page? And if there's no products in the cart, you'd want to show a message to users. Otherwise, they need to fill in all the form fields so they can see the Submit button? Am I right?

    in reply to: Image Advanced Field #10022
    Anh TranAnh Tran
    Keymaster

    Hi Dave,

    There are several solutions for that, please check these links:

    https://wordpress.org/plugins/view-own-posts-media-only/
    https://wordpress.stackexchange.com/q/1482/2051

    in reply to: Best way to Bundle MetaBox.io? #10020
    Anh TranAnh Tran
    Keymaster

    Hi Mauro,

    Thanks a lot for your bugs. I've just fixed those typos in the composer.json file, and remove the updater, cause it does nothing. The update is controlled by Composer in this case.

    May I suggest in the future to standardise all the naming of both directories and plug-in init files to one naming convention โ€” be it mb-[plugin name] or meta-box-[plugin name] ?

    Yes, it should be mb-[plugin name]. I'll remember that.

    Another note: many plug-ins have the .svn directory inside, is this the intended behaviour? Shouldnโ€™t all version control information be removed during the install of the components?

    It's the default behaviour of the WPackagist. I found a way to fix this. Please check it out.

    Anh TranAnh Tran
    Keymaster

    Yes, only admins can mark topics as resolved :). I'll do it now.

    in reply to: Make MetaBoxes Visible for Custom Post Types #10013
    Anh TranAnh Tran
    Keymaster

    Haha, Thomas, thanks!

    I had a snippet on the Meta Box Library that shows a meta box for all custom post types. Please check it out!

    Anh TranAnh Tran
    Keymaster

    Hi John,

    Just want to let you know that the admin columns is done. There's no need to use the Admin Columns extension, everything is built-in the Relationships plugin. Please update and check the docs for how to use it.

    Cheers,
    Anh

    Anh TranAnh Tran
    Keymaster

    Done. I also made some improvements for the look and feel as well. Any feedback is welcomed!

    in reply to: Metabox AIO updates #9990
    Anh TranAnh Tran
    Keymaster

    Hi, the Meta Box AIO should be updated instantly after individual extension update. It just requires to do that manually and I forgot to do that yesterday. I'll do it now. Sorry ๐Ÿ™

    in reply to: โœ…Suggestions #9988
    Anh TranAnh Tran
    Keymaster

    Hi Dave,

    Thanks a lot for your suggestion. I really appreciate that. Let me put that in the dev plan ๐Ÿ™‚

    FYI: You can save and display date in 2 different formats: https://docs.metabox.io/using-two-date-formats/

    in reply to: Best Storage Strategy for Performance and Scalability? #9980
    Anh TranAnh Tran
    Keymaster

    Yes, that's true.

    Using flat-table helps you query against the value quicky, in case you want to access the data directly from SQL or via PHPMyAdmin. And when writing PHP code, you don't need to parse the array to get the value. This is also the standard way to store value. The serialized array is the special way WordPress uses to handle for its arrays.

    in reply to: Time Picker Bug? #9977
    Anh TranAnh Tran
    Keymaster

    Oops, let me check that. Thanks!

    in reply to: โœ…Label Placement #9976
    Anh TranAnh Tran
    Keymaster

    Hi Dave,

    In columns, the labels are moved to the top of fields, because if you have 3-4 columns, the layout looks weird and like broken. However, you can change the position with some custom CSS. Please just inspect the element and adjust the CSS.

    And yes, the group is divided by 12.

    in reply to: Best way to Bundle MetaBox.io? #9975
    Anh TranAnh Tran
    Keymaster

    Mauro, I really appreciate your feedback!

    I've just created a "full" composer.json file, so you can just grab it and remove what you don't need:

    https://github.com/wpmetabox/library/blob/master/composer/composer.json

    I'm trying to do what you say for the settings panel. I have an idea of building that based on Composer. Another option is improving the Meta Box AIO to support all free plugins. Either way, there's some work to do ๐Ÿ™‚

    in reply to: Custom Post Type menu within another Custom Post Type? #9973
    Anh TranAnh Tran
    Keymaster

    Hi Mauro,

    I've just updated the MB Custom Post Type on Github to support moving the CPT to be a sub-menu of another existing menu. Please try it and let me know how it goes. The new version will be available on wordpress.org soon.

    https://github.com/wpmetabox/mb-custom-post-type/

    Updated: New version has been released. Please update and let me know what you think ๐Ÿ™‚

    Anh TranAnh Tran
    Keymaster

    Hi,

    Thanks for asking this question. I've received this question several times after the integration with Beaver Builder. The answer is yes, I'll make an integration with Elementor. Probably after a month. There are some small things I need to improve in the plugins first. After that, I'll come back to Elementor and hopefully will get it done quickly.

Viewing 15 posts - 2,116 through 2,130 (of 3,958 total)