Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 406 through 420 (of 3,708 total)
  • Author
    Posts
  • in reply to: How to create left sided tabs in settings #17941
    Anh TranAnh Tran
    Keymaster

    Hi Akram,

    I've tested your code and it shows the tabs on the left with 'tab_style' => 'left'. Please see this video.

    in reply to: Problem with Licence #17940
    Anh TranAnh Tran
    Keymaster

    Hi Oliver,

    I think you have the old Meta Box Updater. Please remove it and try entering the license key again.

    in reply to: MB Term Meta with MB Frontend Submission #17898
    Anh TranAnh Tran
    Keymaster

    Hi Dave,

    I was able to add fields to a custom taxonomy but I’d like to have a user edit them in the front end.

    Unfortunately, our MB Frontend Submission supports editing posts only. It doesn't work for editing terms.

    Another way I might be able to achieve this is to create a custom post type to store my data and then create a relationship to the custom taxonomy. This way I can use MB Frontend on the custom post and then link to the taxonomy in code.

    That is a possible solution! I think that will work.

    Anh TranAnh Tran
    Keymaster

    Hi Akram,

    Thanks for your questions. Please see the answers below:

    Can it be used to create multiple fields in group like we do in a metabox.

    Yes, you can absolutely do that. All groups created with MB Group work!

    To create a group of fields and can those be cloned or not ?

    Yes, cloning fields is supported.

    How to show posts list of pages or any custom post type, where are available options and things like that ?

    This is just a normal WP_Query, and I don't think it has relation with blocks.

    If you're referring to something like search and filtering, you might want to use FacetWP plugin, which we have an integration for.

    Can we show taxonomies as well to chose from and stuff we usually do with meta boxes is all available or is there any thing missing ?

    Yes, you can show and choose anything within a block, just like normal meta boxes.

    in reply to: Issues with frontend forms #17896
    Anh TranAnh Tran
    Keymaster

    Hi,

    1) Do you have any code related to login? It seems to work fine in my test.
    2) Have you added proper permission for users to upload? Can you share your code?

    in reply to: Settings Page Style #17895
    Anh TranAnh Tran
    Keymaster

    Hi Filip,

    I've just tested and it works well. Can you share your code?

    in reply to: Metabox for page template disappears #17894
    Anh TranAnh Tran
    Keymaster

    Hi,

    In the block editor, the context after_title no longer works. Please use the advanced or normal context. And also change the template to array. This code works:

    'show' => array(
        'template' => ['templates/template-cover.php']
    ),
    'context' => 'advanced',
    in reply to: Plugin Tutorials #17891
    Anh TranAnh Tran
    Keymaster

    Hi,

    Thanks for your question.

    Writing a plugin for Meta Box has nothing special than a normal WordPress plugin. You can follow WordPress Codex or take a look at the source code of free extensions to have a starting point.

    in reply to: Input ID issues when using fieldset_text within group #17890
    Anh TranAnh Tran
    Keymaster

    Hi Joe,

    Thanks for your feedback. I've fixed this and it will be available in the next version of MB Group.

    in reply to: Missing 'Link field' #17889
    Anh TranAnh Tran
    Keymaster

    Hi Davide,

    We don't have a link field yet. There are not many people asking for this. However, I've put it in our to-do list.

    in reply to: OpenStreetMap is not loading properly in inner Tabs #17888
    Anh TranAnh Tran
    Keymaster

    Hi Saqib,

    Thanks for your feedback. This bug is fixed here.

    in reply to: Hooking into get_post_metadata and add_post_metadata #17887
    Anh TranAnh Tran
    Keymaster

    @COMCEPT: currently, it's the only solution. We'll add more higher API to the plugin in future releases.

    Anh TranAnh Tran
    Keymaster

    Hi,

    Thanks for your suggestion. I've added "url" to all sizes. It will available in the next version of Meta Box.

    in reply to: Strange wysiwyg behavior inside group #17875
    Anh TranAnh Tran
    Keymaster

    Hi Jackky,

    I found the problems. It's kind of a complicated thing in Gutenberg, since the editor is generated on demand using JavaScript. So, some PHP options won't be applied. And in that case, the default settings of the editor is applied. I'm afraid I don't have a good solution for it at the moment.

    in reply to: Collapsible group label bug #17874
    Anh TranAnh Tran
    Keymaster

    Hi Jackky,

    I think the problem is the theme. As you know, WP allows theme to add custom style to the editor. And that might affect the plugin's CSS. I'd suggest you add some small CSS to the edit screen to fix this issue. We've got a tutorial on doing this.

Viewing 15 posts - 406 through 420 (of 3,708 total)