Support Forum ยป User Profile

Forum Replies Created

Viewing 15 posts - 3,271 through 3,285 (of 3,704 total)
  • Author
    Posts
  • in reply to: File Advanced - Clone Issue #3007
    Anh TranAnh Tran
    Keymaster

    We've just fixed this bug on Github. Can you please try it?

    in reply to: No option to clear select #3006
    Anh TranAnh Tran
    Keymaster

    Hi @Saquib,

    Sorry, I was working on some issues and didn't remember to answer ๐Ÿ™

    Your problem is related to this issue where the previous code add extra empty <option> tag which allows users to clear selected option. However, it's not the default behaviour of <select> tag because <select> only shows options and force users to choose one of them. So I made the code work the same way.

    I suggest you switch to select_advanced which has option for users to clear the selection.

    in reply to: Nested Group Meta not working #2989
    Anh TranAnh Tran
    Keymaster

    Yes, I'm still working on it. I will try my best to resolve this problem soon.

    in reply to: File Advanced - Clone Issue #2986
    Anh TranAnh Tran
    Keymaster

    Thanks, @Flikweert. The video is very helpful. I will check the problem and fix it.

    in reply to: Getting Started Questions.. #2985
    Anh TranAnh Tran
    Keymaster

    Hi @melfisher,

    Question 1:

    Can you please give me more info about:

    - Do you put the Meta Box plugin into a child theme? Or in a parent theme?
    - Where do you put the code to register meta boxes?

    Basically, if you put the Meta Box plugin into a theme (no matter a parent theme or child theme), you will lose it when the theme is updated.

    So, my advice is installing the plugin as a normal WordPress plugin to get updates for both themes and plugins correctly.

    Question 2:

    The builder extension doesn't show the meta value in the frontend automatically. Neither do other extensions or the Meta Box plugin. You have to do that manually.

    There are 2 ways to do that:

    - Using rwmb_meta() helper function as instructed here, but this is more technical and might not suitable to you.
    - Using [rwmb_meta] shortcode. You can put the shortcode into the post content at the place you want to show the meta value. Please follow this documentation to know how to do it.

    in reply to: Nested Group Meta not working #2984
    Anh TranAnh Tran
    Keymaster

    Hi @brightcreations, I've just updated the Group extension with support for cloning sub-fields in a group. There is still 1 thing that doesn't work: either the group or sub-field is not cloneable, e.g. if both the group and sub-field are cloneable - the code won't work.

    More details:

    - If group & sub-fields are not cloneable - WORKS
    - If group is cloneable & sub-fields are not cloneable - WORKS
    - If group is not clonable & sub-fields are cloneable - WORKS
    - If group is cloneabe & sub-fields are cloneable - NOT WORKS

    Please update the extension and try. Thanks.

    in reply to: Core Bundled Plugins #2975
    Anh TranAnh Tran
    Keymaster

    Hi Saroj, please read this thread for the information. Thanks a lot.

    in reply to: Nested Group Meta not working #2973
    Anh TranAnh Tran
    Keymaster

    I haven't resolved the problem with JavaScript yet. Please wait. It's harder than I thought.

    in reply to: File Advanced - Clone Issue #2969
    Anh TranAnh Tran
    Keymaster

    Maybe, I'm not sure cause it works for me. Can you post your code here?

    in reply to: Get full url of plupload image on frontend #2968
    Anh TranAnh Tran
    Keymaster

    Hi, you can use the function wp_get_attachment_image_url like this:

    foreach ($image as $img ) {
        $img = wp_get_attachment_image_url( $img, 'full' );
        echo $img;
    }

    Change full to another image size if you don't want full size.

    Anh TranAnh Tran
    Keymaster

    Hi Sam, thanks for describe the problem in details :). It helps a lot.

    I think you're right about the problem: when images are not loaded, there are no inputs for images which stores image IDs, so when push the Update button, empty field is submitted and thus, no images are saved.

    I will think more about your solution and make a fix for that.

    in reply to: File Advanced - Clone Issue #2954
    Anh TranAnh Tran
    Keymaster

    Just checked the problem and it seems to work for me: http://prntscr.com/axxtl4

    Can you post your code so I can check more carefully?

    in reply to: Metabox as Library #2952
    Anh TranAnh Tran
    Keymaster

    I will do that in a couple of days. Thanks!

    in reply to: Filter "mb_settings_pages_data" #2951
    Anh TranAnh Tran
    Keymaster

    Hi @weseo, thanks for your suggestion. I've just added that to version 1.1.1. Enjoy!

    in reply to: Select Advance Clone Issue 2 #2949
    Anh TranAnh Tran
    Keymaster

    Hi again, I've just tested with the latest version on Github and it seems to work. Can you please try the Github version?

Viewing 15 posts - 3,271 through 3,285 (of 3,704 total)