Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 3,451 through 3,465 (of 3,959 total)
  • Author
    Posts
  • in reply to: Best way to integrate into a multisite setup #2844
    Anh TranAnh Tran
    Keymaster

    Hi @Joe,

    I think the best way is using code to register post types and meta boxes. Then you can use a version control system like Git to manage your code and deploy to your server. It's much easier and saves you a lot of time if you want to manage multiple websites (even not in a multisite network).

    In case of multisite network, I think you can make a must-use plugin to register post types and meta boxes. That way you don't need to activate on all sites in the network.

    I think the builder is not very useful here as it requires user input, meaning you have to click-type-click many times to add meta boxes for sites (even with import/export feature). Even though, it's useful if you want to add "extra" meta box for a specific site.

    in reply to: Datepicker not appearing in admin #2843
    Anh TranAnh Tran
    Keymaster

    Just found 1 thing: the post_types parameter should be lowercase, similar to slug. Can you try changing its value to event?

    in reply to: Multiple Conditional Logic #2839
    Anh TranAnh Tran
    Keymaster

    Simply use in operator, like so:

    
    'visible' => array('select_field', 'in', array(1,2))
    

    Regards,

    Tan

    in reply to: Export Metabox Issue #2838
    Anh TranAnh Tran
    Keymaster

    Hi brightcreations,

    Please use Export drop down in the bottom instead of top. We'll fix this bug soon.

    in reply to: Datepicker not appearing in admin #2837
    Anh TranAnh Tran
    Keymaster

    Hi @chillifish, is there any JavaScript error in the console?

    in reply to: MB Custom Post Type Plugin #2823
    Anh TranAnh Tran
    Keymaster

    Hi @skynet, I've just tested steps 1) and 2) and after refresh permalink, it works. Can you try refreshing permalink (just go to Settings > Reading and click Save changes)?

    Anh TranAnh Tran
    Keymaster

    Could you please try the latest version of Meta Box on Github? I've just tested the Group extension with 1 file_advanced field (max_file_uploads = 1) and it looks fine to me.

    Anh TranAnh Tran
    Keymaster

    Hi @tenmilecreative, let me see it and get back to you asap.

    in reply to: Can I use Groups and/or Tabs with the Box Builder? #2819
    Anh TranAnh Tran
    Keymaster

    You can send us your server info and website credentials via contact form

    in reply to: Core Extensions Bundle #2811
    Anh TranAnh Tran
    Keymaster

    Hi @skynet,

    I didn't include these free extensions to the bundle because they're free and you can always download them from wordpress.org. It's more suitable for all users as well.

    The MB Custom Taxonomy is used to create/edit custom taxonomies, while MB Custom Post Type is for custom post types. But after releasing both of them, I realised that people want all-in-one solution to create custom post types AND taxonomies, so I combine MB Custom Taxonomy into MB Custom Post Type. So now you can remove the MB Custom Taxonomy plugin and keep the MB Custom Post Type only.

    When disable MB Custom Taxonomy plugin, you will see a new submenu Taxonomies under the Post Types menu.

    in reply to: MB Geolocation with map field/ #2810
    Anh TranAnh Tran
    Keymaster

    Thanks @Sinusite ๐Ÿ™‚ We will fix the extension to check for Google Maps link and update the extension soon.

    in reply to: MB Geolocation & Core Extensions Bundle #2808
    Anh TranAnh Tran
    Keymaster

    Hi @skynet,

    Thanks for your question. But unfortunately, I would keep the Core Extensions Bundle as it is. There will be some interesting extensions coming soon and including in 1 bundle will increase the price a lot. If you want to have the Geolocation extension, you could update your license to Developer Bundle which will give you access to all future extensions. To update, please just purchase the bundle and drop me an email.

    in reply to: Display img upload feild #2797
    Anh TranAnh Tran
    Keymaster

    Thanks for sharing your solution!

    in reply to: Quick Edit Screen #2796
    Anh TranAnh Tran
    Keymaster

    Unfortunately it's impossible for now. I will think more about this.

    in reply to: MB Custom Post Type Plugin #2794
    Anh TranAnh Tran
    Keymaster

    Hi,

    After looking around the Google search results, I found that it's not supported by default. However, there are several solutions that you can look at:

    https://wordpress.org/support/topic/custom-post-type-hierarchical-slug?replies=6
    http://wordpress.stackexchange.com/questions/77513/getting-hierarchical-custom-post-type-permalinks-to-work-just-like-pages

    I think the key here are 3 things:
    1 - Set hierarchy param to true (supported by the plugin)
    2 - Set post type supports page-attributes (supported by the plugin)
    3 - Set rewrite to true (not supported)

    So I think I need to work on the 3) issue. In the meantime, can you just try 1) and 2) and see if it works?

Viewing 15 posts - 3,451 through 3,465 (of 3,959 total)