Forum Replies Created
-
AuthorPosts
-
Hazmi
ParticipantHi Peter,
after a thorough examination of the code, I found that the error was ultimately on my side.. I apologize for the mystification and thank you for your cooperation. This thread could easily be removed.
Hazmi
ParticipantThe custom function is of course outside the definition of meta boxes. I'm just including it here as an example.
Hazmi
ParticipantHi,
there is a simple code, that does not save data. Without a condition (custom include function) - everything work as normal.function myFunction( $meta_box ) { return true; } $meta_boxes[] = [ 'title' => 'Test Meta Box', 'post_types' => ['post'], 'include' => [ 'custom' => 'myFunction', ], 'fields' => [ [ 'id' => 'keys', 'type' => 'key_value' ], [ 'id' => 'groups', 'type' => 'group', 'clone' => true, 'fields' => [ [ 'id' => 'group-title', 'type' => 'text' ], [ 'id' => 'group-description', 'type' => 'wysiwyg', 'options' => [ 'textarea_rows' => 10, 'media_buttons' => false, 'tinymce' => false, 'quicktags' => false ] ] ] ] ] ];Hazmi
ParticipantHi,
the code works fine (I had a typo in the code).But I ran into a big problem. If I display the metabox using this condition (custom function), then the data in the custom fields like "key_value" or "group" is not saved.
I just fill in the fields and after saving these fields are empty. I need to fix this bug ASAP.
Thank you.
WP 6.7.1, Meta Box 5.10.6, MB Group 1.4.5
Hazmi
ParticipantI changed only the group.js file.
Hazmi
ParticipantI can confirm that the previously provided link to the JS file solved the bug I mentioned.
Hazmi
ParticipantHi Tan, I really need to fix this issue. My clients can't work and are waiting..
Hazmi
ParticipantHi, is there any estimate when this annoying bug will be fixed? It's making it hard to work.
Hazmi
ParticipantHi,
no matter what i set..
raw = trueshows data from wysiwyg editor without<p>tag. I have to use wpautop function to get tags on the frontend. I'm using Metabox Group externsion withclone = trueWP 6.4.3
Metabox 5.9.0
Metabox Group 1.3.18November 27, 2022 at 6:49 AM in reply to: custom field WYSIWYG content not displaying with formatting #39352Hazmi
ParticipantI have the same problem.
Hazmi
ParticipantHi,
thank you - it helped me.
Hazmi
ParticipantOk, i can confirm - version 1.2.11 of MB Columns fix the problem. Thank You.
Hazmi
ParticipantAs others with this problem here wrote - there is a problem with not using AIO.
Hazmi
ParticipantSame problem here:
Fatal error: Uncaught Error: Class 'MetaBox\Columns\Processor' not found...all (metabox) plugins uptodate.
Hazmi
ParticipantHi,
is there any progress for an update?
-
AuthorPosts