Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 2,761 through 2,775 (of 3,958 total)
  • Author
    Posts
  • in reply to: Problem with clonable group? #6081
    Anh TranAnh Tran
    Keymaster

    Hi Hazmi, new versions for MB Settings Page is available. Please update. Let us know if you see any problem.

    Thanks

    in reply to: Problem with Featured Image Field #6071
    Anh TranAnh Tran
    Keymaster

    Hmm, does that work if you remove the field and use WordPress featured image instead?

    in reply to: Problem with clonable group? #6070
    Anh TranAnh Tran
    Keymaster

    Hi Hazmi,

    Please give us some hours to fix. Today or latest tomorrow we'll update the extension.

    Just a small question: while testing with your code, we see the remove clone button works. Can you post your full code here to test?

    in reply to: Image selection does not refresh/reset #6064
    Anh TranAnh Tran
    Keymaster

    Hi Phil,

    Thanks for your comment. We'll fix this bug soon.

    in reply to: Secure file upload #6063
    Anh TranAnh Tran
    Keymaster

    Unfortunately, the plugin uses WordPress media API and upload folder to store files. We have put this feature request in the plan and will work on that later.

    in reply to: Refund? #6062
    Anh TranAnh Tran
    Keymaster

    No problem, just refunded.

    in reply to: Problem with clonable group? #6047
    Anh TranAnh Tran
    Keymaster

    Hi Hazmi,

    We're working on that. We'll fix the CSS for the background and the delete button in cloned groups. Probably will done that early next week.

    in reply to: How to use import feature? #6042
    Anh TranAnh Tran
    Keymaster

    Sound great. Yeah, I think in this case, thats best practice.

    in reply to: Is there a way to extract metadata from map field? #6041
    Anh TranAnh Tran
    Keymaster

    Dear Daniel,

    Yes, it possible when you combine with MB Geolocation extension, it really flexible also.

    in reply to: Problem with clonable group? #6037
    Anh TranAnh Tran
    Keymaster

    We have fixed the bug with clone Groups for WP 4.7.5. Please update to the latest version (1.2.4) of the Group and Meta Box.

    Don't forget to clear browser cache!

    in reply to: meta box wrapper #6032
    Anh TranAnh Tran
    Keymaster

    Hi Bằng,

    Hiện thời ko có cách nào để bao thêm 1 thẻ div bên ngoài thẻ div.rwmb-meta-box được. Tuy vậy, bạn có thể bao tất cả phần nội dung còn lại trong 1 thẻ div bằng cách hook vào action rwmb_beforerwmb_after.

    VD:

    add_action( 'rwmb_before_{$meta_box_id}', function() {
        echo '<div id="your-id" class="your-class">';
    } );
    add_action( 'rwmb_after_{$meta_box_id}', function() {
        echo '</div>';
    } );
    in reply to: How to use import feature? #6030
    Anh TranAnh Tran
    Keymaster

    Dear Daniel,

    Normally, you export the file from your website and then you can import it to another place. Try exporting a meta box too see the file structure.

    in reply to: Override #6029
    Anh TranAnh Tran
    Keymaster

    Dear Daniel,

    The Builder uses the Meta Box filter to register meta boxes, see:
    https://metabox.io/docs/registering-meta-boxes/

    You don't need to copy code to another place and then disable the builder, feel free to use it as the way you want.

    in reply to: Wyiswyg doesnt cloning (WP 4.7.5) #6004
    Anh TranAnh Tran
    Keymaster

    I checked several times and couldn't find it. However, I got a message on Slack from Dara, probably your college. I'll take a look now.

    in reply to: Make a unique clone value #6000
    Anh TranAnh Tran
    Keymaster

    OK, I got it. Will put it in the queue 🙂

Viewing 15 posts - 2,761 through 2,775 (of 3,958 total)