Support Forum » User Profile

Forum Replies Created

Viewing 15 posts - 2,716 through 2,730 (of 3,707 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: 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: 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 🙂

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

    Hi, I haven’t received your email. Can you please send again?

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

    Thank you @Jackky for your help! That's correct.

    @David: Please take a look at media translation guide from WPML. Make sure you enable this feature. It allows using the same media files in content in different languages.

    in reply to: How to load MetaBox only for backend #5997
    Anh TranAnh Tran
    Keymaster

    If you want to run Meta Box only in the backend, you can wrap the code to register meta box within if ( is_admin() ), like this:

    if ( is_admin() ) {
        add_filter( 'rwmb_meta_boxes', 'your_function' );
    }

    Please note that this code will break helper functions to get meta values in the frontend. So please use with care.

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

    OK, please send to my email [email protected]. Thanks.

Viewing 15 posts - 2,716 through 2,730 (of 3,707 total)