Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterDo you set max_upload_files param?
Anh Tran
KeymasterThis commit fixes it. Please try again.
Anh Tran
KeymasterI've just added a fix on Github. Can you please try it?
Anh Tran
KeymasterHi @Maxell, I've just pushed a fix for this on Github. Please try it. New version will be released soon.
Anh Tran
KeymasterHi @asifsk, sorry for late reply. I'm looking into this issue. Please wait.
Anh Tran
KeymasterHi @brightcreations,
I'm still working on it. I'm having problems with JavaScript :(. It might take some days. I hope I can solve it this week.
Anh Tran
KeymasterI've just downloaded, you can remove the link. Here is my email [email protected].
Anh Tran
KeymasterHi @Sinusite,
I think it's not possible for now. Using a raw PHP code requires running
evalwhich is not recommended because of security matter :(.Anh Tran
KeymasterThe files are
inc/fields/media.phpandinc/templates/*.php.Do you see any error in the console? Can you send me the code to check?
Anh Tran
KeymasterCan you send me the code to check for you?
Anh Tran
KeymasterNo worries, I'm working on it. I will release a new version asap when I finish, promise!
Anh Tran
KeymasterHi Maxell, I guess the bug is from JavaScript. In the version 4.5, WordPress updates its library Underscore from 1.6.0 to 1.8.3. It's a big update and because Meta Box uses Underscore library to render template for media upload, I think the fastest way is updating the Meta Box plugin :(.
April 23, 2016 at 9:44 PM in reply to: Include/Exclude unnecessarily alters global $current_user-roles #2892Anh Tran
KeymasterYou're right about that! I've just pushed a new update with the suggested fix. Thanks a lot for helping me ๐
Anh Tran
KeymasterHi Maxell,
1. The empty option was created for select2 library and is required for the placeholder. Are you using simple select field?
2. Probably check if it's empty is a better way:
$meta = rwmb_meta( 'field_id' ); if ( ! empty( $meta ) ) { // Output something }Anh Tran
KeymasterWhich version of Meta Box are you using? Is there any chance that you upgrade to 4.8.5?
-
AuthorPosts