Questions tagged [cmb2]

CMB2 is a Wordpress library to facilitate creation of custom meta-values and meta-boxes.

CMB2 is a WP library/toolkit to ease the repetitive task of meta-boxes and meta-values definition (that will blow your mind).

47 questions
0
votes
1 answer

Wordpress CMB2 qTranslate-x

How to make CMB2 box compatible with qTranslate-x? I have simple text field created with CMB2 (https://pl.wordpress.org/plugins/cmb2/). $cmb_demo->add_field( array( 'name' => __( 'Text', $this->plugin_slug ), 'desc' => __( 'field description…
jmarceli
  • 19,102
  • 6
  • 69
  • 67
0
votes
1 answer

CMB2 datepicker - overwrite default values

according to the CMB2 document I can use the following parameter: 'date_format' => __( 'd-m-Y', 'cmb2' ) it seems that it ignore it checking the code I see that there is a function for localized the datepicker parameters but I did not manage doing…
Oren Havshush
  • 76
  • 1
  • 8
1 2 3
4