Forum Replies Created
-
AuthorPosts
-
April 30, 2020 at 7:50 PM in reply to: ✅bugs: using two fields and field with required attribute #19397
Jefferson
ParticipantHey Long!
Thanks for response. Works fine!
Now, I'm sending a screenshot of my metabox. When the fiedl are hidden a large vertical space are created because the style hidden is applied to rwmb-field and not to rwmb-row.
I believe that a feature shouldn't change the UI look that way. What do you think?
March 27, 2020 at 7:52 PM in reply to: ✅How to extend MB Frontend Submission to anonymous posts #18711Jefferson
ParticipantAhn,
thanks for response. But, when I use upload fields the form not working without that an user stay logged in.
Jefferson
ParticipantAll fixed. Thanks
Jefferson
ParticipantSorry.
The attribute inputmode is already to work!
Jefferson
ParticipantHi @Anh, works fine now! Thank you!
Jefferson
ParticipantHi @Anh
this is the code of field:
array( 'id' => 'images', 'type' => 'image_upload', 'name' => esc_html__( 'Imagens', 'webpesados' ), 'force_delete' => true, 'image_size' => 'thumbnail', 'columns' => 12, 'tooltip' => array( 'icon' => 'help', 'content' => esc_html__('Arraste as imagens para alterar sua ordem de exibição.', 'webpesados'), 'position' => 'right', ), ),Why the first item is empty? I not know. When I upload images and save the post, the data are saved with first item empty. And in this case, after save the post the galery metabox is not displayed.
January 18, 2019 at 9:06 PM in reply to: ✅Set default value to field if this value still not exist #13058Jefferson
ParticipantHi Anh!
Thank you by support! Works!
PS1: to old posts the rwmb_meta method prevents adding a default value for the field (but I can run a migration)
PS2: I will appreciate if "My toppics" in Quick Links of this support system works!Regards!
December 29, 2018 at 8:30 PM in reply to: ✅MB Admin Columns - not sortable when using customtable #12826Jefferson
ParticipantHi Anh,
you are right! The filterable method is applicable to taxonomy and not for meta values. I was wrong to read your documentation. Sorry for the ask. Still, it's an idea.
December 22, 2018 at 7:12 AM in reply to: ✅MB Admin Columns - not sortable when using customtable #12785Jefferson
ParticipantOh Anh Tran,
thank you by the update! Now, I will to wating the fix for the filtering items!
Regards,
Jefferson
December 19, 2018 at 6:23 PM in reply to: ✅MB Admin Columns - not sortable when using customtable #12740Jefferson
ParticipantI have the same problem. When this is will be fixed?
December 14, 2018 at 8:07 PM in reply to: ✅Image Upload: image is deleted after change position using drag and drop #12676Jefferson
ParticipantI'm using 4.98 version of WordPress. Thank you for the fix, works fine!
Jefferson
ParticipantThe code that I paste in ticket really have a unclosed tag. Was a mistake when I try to format the code here after to paste. But in my project, the all bracket are closed and the post is not saved.
Jefferson
ParticipantWithout the parameter attributes -> required, the code works, but I need that this field be required. Can you help me?
-
AuthorPosts