Forum Replies Created
-
AuthorPosts
-
Anh Tran
KeymasterI'm not aware of any method that can stop WordPress from saving post. I found a good discussion on this topic that might be useful in this case.
February 13, 2019 at 10:06 AM in reply to: ✅Updated Meta Box plugin -> Add Page/Edit Page show blank page #13284Anh Tran
KeymasterHi,
This error comes from outdated version of MB Group. Please renew your license and update the extension.
Anh Tran
KeymasterHi,
Looks like the bug is in JS. Can you export the field group and give me the exported file to check?
Anh Tran
KeymasterHi,
We are using a technique that preserves the order of selected options in select2. This technique triggers an event
changeafter it reorder the options. So that might causes the duplication.In reality, you might cache in the event listener to make sure your code run only once.
February 11, 2019 at 4:18 PM in reply to: ✅Change Destination Of Custom File Upload Field Type #13257Anh Tran
KeymasterHi David,
If the folder is not successfully created, or there's any error when uploading files to that folder (for various reasons such as exceed max file size upload, file type is not allowed, folder permission, etc.), then the file simply not uploaded and saved.
At the moment, we don't have an error reporting. So, if you don't see any value saved, you just know something wrong.
February 11, 2019 at 4:15 PM in reply to: ✅Custom field that adds option groups (optgroup) to select field #13256Anh Tran
KeymasterThanks a lot for your help. I've added it to the code snippet library.
Anh Tran
KeymasterThanks a lot for your feedback! I've just fixed it.
Anh Tran
KeymasterHi,
The support for term meta is not available in the wordpress.org version yet. We have finished the coding on Github, but we need a couple of days to test it. In the meantime, please download the latest version here and try:
https://github.com/wpmetabox/mb-elementor-integrator/tree/term_setting_page
February 11, 2019 at 4:02 PM in reply to: ✅Login issue when " character is used in a password #13253Anh Tran
KeymasterHi HerrMoier,
Thanks a lot for your feedback. I've just fixed the bug in version 1.1.4. Please update. (AIO package will be updated later).
Anh Tran
KeymasterHi Hazmi,
I've just tested the code and it works. As you can see in this screenshot, the date appearing in the input is
20-02-2019, but its value in the custom field is2019-02-20:Can you please try again?
February 1, 2019 at 11:11 AM in reply to: ✅Change Destination Of Custom File Upload Field Type #13181Anh Tran
KeymasterI think it works. The
upload_diraccepts a string, which is a full path to the upload folder. So you might set it to something like'upload_dir' => your_function(), e.g., the result of the function.Anh Tran
KeymasterI've just got an email from .org this morning. There's a security issue in the latest version which involves with upload file to custom folder. I'll fix it and restore the plugin soon.
January 31, 2019 at 11:33 AM in reply to: ✅Change Destination Of Custom File Upload Field Type #13171Anh Tran
KeymasterHi Juan,
Sorry, I missed this issue. This problem is caused by empty values are saved. While empty values are valid and the string is still a valid CSV, it doesn't look good.
I've just committed a fix on Github. Please download Meta Box from Github and try.
Anh Tran
KeymasterI forgot to upload the new file to the server :(. My bad. It's all fixed now. Please try again.
-
AuthorPosts