Forum Replies Created
-
AuthorPosts
-
Aishwarya
ParticipantYes, same here with V5.10.12.
Fatal error: Uncaught Error: Call to undefined function MBTM\get_current_screen() in /Applications/MAMP/htdocs ... {main} thrown in /Applications/MAMP/htdocs/customer/wp-content/plugins/customer-core/includes/metabox/mb-term-meta/src/MetaBox.php on line 74It's coming from Term meta extension.
Looking for a fix asap.
Thanks!
September 8, 2024 at 7:50 PM in reply to: โ Box Group Clone doesn't retrieve the saved data after refreshing the post page #46369Aishwarya
ParticipantHi Peter,
I confirm that the latest version of Metabox and Box Group 1.4.1 has resolved the issues. Thank you to you and your team for the prompt resolution and the excellent care you provide to your customers.
Regards,
AishwaryaApril 18, 2024 at 3:57 AM in reply to: โ Weird problem with date picker field not saving properly dates after or 45 years #45247Aishwarya
ParticipantOk 'save_format' => 'dd-mm-yy', is the problem. 'save_format' => 'd-m-Y', I hope it requires PHP date format. It works fine after changing the save format.
March 24, 2024 at 8:31 PM in reply to: โ It's possible to save custom fields only to custom table bypassing wp_posts? #44990Aishwarya
ParticipantHi,
Sorry for the delay.
If it covers both the label and input means, that's what I want. Thanks so much for the information.
Have a nice weekend ๐
March 19, 2024 at 9:30 PM in reply to: โ It's possible to save custom fields only to custom table bypassing wp_posts? #44919Aishwarya
ParticipantYes, I started writing my own code for that.
It would be great if you add feature to group multiple fields like a field like
[ 'id' => 'start_group', 'type' => 'start_group', //this may create flex style like <div class="flex-row"> ], [ 'id' => 'relation', 'type' => 'select', 'name' => 'relation', 'options' => [ 's-o' => 'S/O', 'd-o' => 'D/O', 'w-o' => 'W/O', ], ], [ 'id' => 'relation_name', 'type' => 'text', 'name' => 'Name', ], [ 'id' => 'start_group', 'type' => 'end_group', ],This is a simple implementation so we can save a lot of vertical space and also it will be meaningful to have fields in horizontal grouping for fields like S/O - Name values.
I hope you understand!
March 19, 2024 at 8:14 PM in reply to: โ It's possible to save custom fields only to custom table bypassing wp_posts? #44912Aishwarya
ParticipantIt seems like it doesn't support frontend submission. It created table successfully, form populated in the front-end, date picker not working and when submitting the form, it does saved to wp_posts instead of the custom table.
March 19, 2024 at 4:18 PM in reply to: โ It's possible to save custom fields only to custom table bypassing wp_posts? #44908Aishwarya
ParticipantSorry, I missed this part in the documentation https://docs.metabox.io/extensions/mb-custom-table/#custom-models I think Custom models is the one I am looking for.
This is great and this what developers need when actually building custom big project (y)
Let me try it.
March 15, 2024 at 5:01 PM in reply to: Dynamically populating options values for select2 doesn't save to database #44867Aishwarya
ParticipantHi,
When print the values submitted by the form, the values of the form are corrected submitted. i.e., the values of the company_name and plan_name populated by the javascript code are correctly submitted.
But I don't know why the Metabox is not saving it to the post meta. It seems like there is a filter for select and select advanced before saving it to the database which is preventing it from save.
Can you please let me know which file I should check where the form data is filtered and saved to database? So I can try to save the values by any custom code method.
March 14, 2024 at 11:35 PM in reply to: Dynamically populating options values for select2 doesn't save to database #44862Aishwarya
ParticipantHi,
Yes, I can understand but select2 does support for values populated by JS as mentioned here https://select2.org/programmatic-control/add-select-clear-items
If you let me know which field I need to update on change event, so I can try to get the new selected value and insert to the field that is submitted on POST.
March 13, 2024 at 11:05 PM in reply to: Dynamically populating options values for select2 doesn't save to database #44843Aishwarya
ParticipantI am building this form in Frontend submission extension
March 12, 2024 at 3:15 PM in reply to: โ Possible to add custom fields as columns in the Front-end submission dashboard? #44814Aishwarya
ParticipantHi Peter,
I thought so.
Thanks for pointing to the right direction and the useful tutorial. I will try it out.
March 11, 2024 at 7:23 PM in reply to: โ Possible to add custom fields as columns in the Front-end submission dashboard? #44798Aishwarya
ParticipantMarch 11, 2024 at 6:27 PM in reply to: Bug in select2 advanced when adding custom class name to container? #44796Aishwarya
ParticipantHi Peter,
Thanks for the clarification.
I got it. I didn't compared it with select2.org options but just copied it from metabox documentation https://docs.metabox.io/fields/select-advanced/
Anyway, I will check it out by changing the option name.
February 26, 2024 at 11:18 PM in reply to: โ Cannot save custom fields under Meta Box -> Custom fields post type #44672Aishwarya
ParticipantHi,
Yes, pasting the key in the wp-config file worked.
Thanks a lot!
Aishwarya
ParticipantHere is the screencast record. I am using Metabox 5.5.1 and Settigs page 2.1.4
https://www.dropbox.com/s/20f2rb4bei9q42h/Screencast2021-12-16%2014.17.59.MP4?dl=0 -
AuthorPosts