Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 2,371 through 2,385 (of 3,708 total)
  • Author
    Posts
  • in reply to: Image Upload CSS Bug #8582
    Anh TranAnh Tran
    Keymaster

    I haven't encountered that before. Let me check that.

    FYI, the whole upload functionality is created by WordPress. We move it to the frontend, but don't touch on the core code.

    in reply to: Google Map is not showing marker! #8580
    Anh TranAnh Tran
    Keymaster

    Hi Saqib,

    Sorry for the late reply. We're just been back from the Tet holiday. Regarding the bug, I've just tested and the map market is showing:

    https://imgur.elightup.com/oPWhPGl.png

    Do you see any error in the console? Normally, Google Maps will shows errors in the console of there's any.

    By the way, can you send me your meta box code to check?

    in reply to: The Metabox Builder is limited, is that correct? #8571
    Anh TranAnh Tran
    Keymaster

    By the way, you can do almost what missed with Custom Attributes for fields in the Builder. Please see the docs for that. It’s not intuitive, but works.

    in reply to: The Metabox Builder is limited, is that correct? #8570
    Anh TranAnh Tran
    Keymaster

    Hello,

    The Builder extension was made 3 yearss ago when the functionality of Meta Box and other extensions are limited. However, its purpose is providing full support for plugins. We have just acquired this extension from the original developer (Tan Nguyen) and thus, are updating it to catch all the changes in other plugins recently.

    We understand that there are some features are limited, and we’re trying to fix it. It would be great if you can help us by listing what you see missed.

    Regarding the online generator, yes, it’s the limited version of Builder with support only for the core Meta Box plugin. After updating the Builder to fully support other extensions, we’ll probably update it as well, but that’s not the priority.

    in reply to: Validation for post field title #8557
    Anh TranAnh Tran
    Keymaster

    Let’s close this topic as we have resolved it via email. The problem was that the custom attributes should be set for meta box, not for fields.

    in reply to: Editing post don't save existing meta fields #8556
    Anh TranAnh Tran
    Keymaster

    This is the default behavior of the plugin. And unfortunately, we have to follow that 🙁

    in reply to: Set default value for number field #8555
    Anh TranAnh Tran
    Keymaster

    Hi, please use “std” parameter.

    in reply to: Editing post don't save existing meta fields #8546
    Anh TranAnh Tran
    Keymaster

    Hi Hazmi, sorry for the delay in replying.

    The image_advanced fields loads saved value via ajax request, so it takes a little time. Only when it's loaded, the field inputs are added. So, please don't update the post before it finishes loading (in that case all inputs are not fully added, and updating will make the post lost saved values).

    in reply to: Conditional logic not working with clones in groups #8545
    Anh TranAnh Tran
    Keymaster

    I got it. In this case, please add 'clone_default' => true to the field and the std value will be cloned, too.

    in reply to: Clonable select_advanced with ajax #8540
    Anh TranAnh Tran
    Keymaster

    Hello,

    The logic should work. There is just a small typo in your code. In the response, the param should be id instead of id:.

    However, loading selected posts to show after updating is the next problem. We need to update options parameter to make the field renders properly. So, I added 2 more functions to get the saved data and put them in the options:

    https://pastebin.com/QNdW8cty

    in reply to: Conditional logic not working with clones in groups #8539
    Anh TranAnh Tran
    Keymaster

    I got it. The problem is the cloning "radio" field. I've fixed it here. Please try and let me know how it goes.

    Thanks

    in reply to: Validation for post field title #8538
    Anh TranAnh Tran
    Keymaster

    Hi Martin,

    Sorry for the confusion. The Builder extension is behind some extensions and we're updating it to catch the others. Specifically:

    - The validation module has not yet been added to the Builder. You can do that via the Custom Attributes for meta box (via the Settings tab) like this:

    https://imgur.elightup.com/MQsvIfq.png

    It's not intuitive yet. But it should works (you can verify by seeing the exported Code). Here is the guide to work with custom attributes (written for field settings, but also works for meta box settings).

    - Regarding "Why could MB Frontend not allow in the visual interface to select post_title and post_excerpt", my first attempt to build the extension is to make it also work with existing meta box in the backend, where post fields already exist. Adding post fields to the form will duplicate them in the backend. So, they must be removed somehow.

    Anyway, can you send me an admin account to check why the code doesn't work via contact form?

    Thanks,
    Anh

    in reply to: Conditional logic not working with clones in groups #8531
    Anh TranAnh Tran
    Keymaster

    I found the problem. The Conditional Logic applies CSS (display: block) inline to the field, which overwrites the CSS of the Group extension (collapsed state). I've just updated the Group extension. Please try and let me know how it goes.

    in reply to: Validation for post field title #8527
    Anh TranAnh Tran
    Keymaster

    Please add the validation rules to the meta box code exported from the Builder extension. Here is the code:

    https://pastebin.com/aad19BSR

    And the code to show form is just:

    $form = '[mb_frontend_form id="question" post_fields="title" submit_button="Submit Question" confirmation="Thank you for submitting your question, which will be addressed shortly!"]';
    echo do_shortcode( $form );
    in reply to: Error When Creating A New MetaBox #8511
    Anh TranAnh Tran
    Keymaster

    I checked on Windows with XAMPP and didn't see this bug. Probably the PHP version. Which version are you using?

    Anyway, I've just added a fix for that. We're working on some other issues and will release the new version when it's done.

Viewing 15 posts - 2,371 through 2,385 (of 3,708 total)