Forum Replies Created
-
AuthorPosts
-
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 #17309Anh Tran
KeymasterHi Purdue, looks like the JS doesn't run. Can you send me a temporary admin account to take a look at that closer?
Anh Tran
KeymasterHi Ryan,
Yes, I made the
readonlydoesn't show the datepicker. It was deployed in the latest version of Meta Box.Anh Tran
KeymasterHi Sebastian,
Probably the MB Geolocation hasn't worked with MB Blocks yet. I'll check more carefully on that and provide a fix.
December 2, 2019 at 12:39 AM in reply to: ✅can't hide a custom field within another metabox field group ! #17275Anh Tran
KeymasterHi,
In case you don't find the field from the list, please enter the field ID instead. The input is made for both select and manual input. Please try that.
Anh Tran
KeymasterHi Razib,
MB Blocks was created quite long after MB Conditional Logic, and so the MB Conditional Logic hasn't supported for MB Blocks yet. We're aware of this problem and working on a solution for that.
Anh Tran
KeymasterWe have resolved this issue via email.
I'm posting here in case anyone needed:
Please go to My Account page and click the View link to view and download the invoice. You can also change your info on the invoice page as well.
Anh Tran
KeymasterHi Pascal,
Did you mean by number of clones? If that, there's no built-in rule to do that. You might want to trigger your own JavaScript action at
after_clonehook:https://github.com/wpmetabox/meta-box/blob/master/js/clone.js#L157
-
AuthorPosts