Probably the best place to have you start would be reading through https://github.com/WebDevStudios/CMB2/wiki
It’s not a plugin that has any dedicated UI or anything, it’s a convenience plugin to load the CMB2 library for you to start using in your own code.
Hi,
thanks for your help. I got the entire working on ‘CMB2’.it’s working nice.
how to create text editor like default WordPress editor page in Meta box .i have tested textarea,textarea_small etc. its working fine.any option for adding text editor in meta-box?please let me know your response.
Thanks
Hi,
thanks for replaying.
Thanks
Hi,
I have used Repeatable fields in metabox .its working fine.but if ‘Add another entry’ button is clicked ,then the wysiwyg not viewing here and the rest of the fields are viewing here.
If the fields are filled(not viewing wysiwyg type) and updated the page will view the wysiwyg type.
conclusion is auto add new entry will display all fields in repeatable fields other than wysiwyg type
.
please let me know the updates.
Thanks
Hi,
the problem is fixed.i have placed ‘repeatable’ => true,.
Thanks
Hi,
i have one another request.any option is possible to place a conformation pop up during the remove entry section in repeating metabox section?
please let me know.
Not sure personally about the popup confirmation. I have to believe something would be possible as a whole, but how much would be easy settings via CMB2 vs a custom solution is what I’m not sure on.
Hi,
thanks for your comment.is CMB2 values are stored in Database?if yes,then which table is used for storing the data.please let me know your response.
If you’re creating metaboxes for your posts, then they’re stored in the wp_postmeta table. If you’re doing user meta, then it’d go to the wp_usermeta table, and if you’re doing options pages, then it’d go to the wp_options table.
All depends on what you’re doing as a whole.