Forum Replies Created
-
AuthorPosts
-
December 6, 2019 at 3:06 PM in reply to: ✅Despite purchasing a lifetime bundle, it warns "Your license key is invalid" #17408
Anh Tran
KeymasterProbably that's right. If there is no plugins in My Account page, the update system will think that's an invalid license key. Have you purchased any premium plugin? What was your email when you bought it?
Anh Tran
KeymasterHi Huy,
Probably this is the sanitization problem. Please see this blog post for details:
Anh Tran
KeymasterHi,
Are you using Gutenberg for the post type? Gutenberg doesn't support the "side" position, so I just hide it from the settings.
December 4, 2019 at 4:39 PM in reply to: Fatal error: Allowed memory size of # bytes exhausted #17352Anh Tran
KeymasterJust sent an email. Please check your inbox.
December 4, 2019 at 4:26 PM in reply to: ✅Despite purchasing a lifetime bundle, it warns "Your license key is invalid" #17351Anh Tran
KeymasterHi, please check if you are using the Meta Box Updater extension. If yes, please remove it and try again.
Anh Tran
KeymasterHey guys, I've just fixed this bug. The new version is coming.
Anh Tran
KeymasterHi Jackkky,
Thanks for your feedback. I've fixed this bug and will release a new version soon.
Anh Tran
KeymasterHi, you need to use the helper functions to get the fields data and use the JavaScript
document.print()to save the web page as a PDF file. Or you can use a PHP library to convert that page to PDF.Anh Tran
KeymasterHi Gregor,
Can you please check the console if there's any JavaScript error? I've just checked on my localhost and don't see the problem.
And which browser are you using? The MB Builder doesn't support IE, though.
December 3, 2019 at 3:27 PM in reply to: ✅Group data in custom table not printed via shortcode #17318Anh Tran
KeymasterHi Neal,
When getting the data from a custom table, you need to pass parameters to the
rwmb_metafunction, like this:$value = rwmb_meta( $field_id, ['storage_type' => 'custom_table', 'table' => $table_name] );Please try that.
December 3, 2019 at 3:21 PM in reply to: ✅Labels should include required info, when it's a required field #17316Anh Tran
KeymasterHi,
This is fixed.
Your filter also works. If you want to make it work only on the front end, you need to check with
is_admin()function. There is no filters likerwmb_frontend_*.Anh Tran
KeymasterComment meta is not supported yet in the Rest API. I'll add that in the next version.
Anh Tran
KeymasterHi Calpaq,
The latest version of Meta Box disables the date picker for
readonlyfield. For more discussion, please see this topic. I'll close this topic.December 3, 2019 at 10:39 AM in reply to: Fatal error: Allowed memory size of # bytes exhausted #17309 -
AuthorPosts