Some field types are not displayed within the block
- This topic has 7 replies, 3 voices, and was last updated 6 years ago by
Content Pilot.
-
AuthorPosts
-
August 15, 2019 at 9:44 AM #15703
Content Pilot
ParticipantHi Anh, I'm trying with the new extension and I'm having a problem with some fields types.
The fields below work outside the block but not inside.$meta_boxes[] = array( 'title' => 'Slider', 'id' => 'slider', 'type' => 'block', 'icon' => 'admin-home', 'category' => 'layout', 'context' => 'side', 'supports' => array(), 'fields' => array( array( 'id' => 'color', 'name' => 'Color', 'type' => 'color', ), array( 'id' => 'image', 'type' => 'image_advanced', 'name' => 'Image Advanced', ), array( 'id' => 'video', 'type' => 'video', 'name' => 'Video', ), ), );
Can you tell me if I am doing something wrong?
ThanksAugust 15, 2019 at 9:54 PM #15708Content Pilot
ParticipantUpdate: If the fields are within a clonable group, the first item is not displayed correctly, as of the second, yes. Still, the values are not saved.
August 15, 2019 at 11:43 PM #15710Anh Tran
KeymasterHi,
Are you using the AIO plugin or MB Blocks plugin individually? I fixed this bug in MB Blocks, but haven't deployed to API yet.
August 16, 2019 at 7:09 AM #15716Content Pilot
ParticipantThanks for your reply Anh,
I was trying with the API. Now I tried it with plugin v1.0.3 and the same thing happens, the fields are not shown and the values are not saved. Note: if I add the fields within a clonable group, from the second they are displayed.
August 16, 2019 at 9:06 AM #15718Anh Tran
KeymasterHi, I've tested with your code and it works. Please see my video: https://www.loom.com/share/b104b120c7d64513a7b7a1e10f605949
Please try clear the browser cache and try again. I guess some scripts are missing. Please check the console as well.
August 19, 2019 at 9:45 PM #15761SAS
ParticipantHi Anh,
unfortunately, some fields are still not displayed correctly. E.g. "Images" and "Colors". Also, "Button Group" is not saved correctly. If I choose something and save the page, the selected button is still checked, but if I reload the page, the selected button is no longer selected.
We use the latest version 1.0.4 and MB Blocks plugin individually.
Can you help?
August 20, 2019 at 8:28 AM #15774Anh Tran
KeymasterCan you please send me a temporary admin account to check the problem? I need to debug to see what's wrong with your site.
August 26, 2019 at 8:28 PM #15861Content Pilot
ParticipantThanks Anh, the problem was that I was not getting one of the latest versions of metabox that is necessary since you have made important JavaScript changes for MB Blocks.
For me it's fine if we close the ticket.
Thanks for your help -
AuthorPosts
- You must be logged in to reply to this topic.