rubengc
rubengc
I think this is something to consider, at least adding support to preview audio and video files since almost every browser has a stable support to audio and video tags...
CMB2 is an extremenly awesome library that helps a bunch of WordPress development teams in many ways through the awesome work that @jtsternberg and all contributors made But the project...
Hi there! I just found that plugins like Divi Builder makes use of the WP Color Picker Alpha that CMB2 uses The thing is that CMB2 one is outdated and...
Configuring a select field with attribute multiple has some issues First, the field name should change to `field_name + []` and on `concat_items` the field value and option value are...
Hi there I commonly visit the field parameters docs and always I need to check CMB2 code to meet all parameters that a callback parameter will receive So a great...
I am using built-in html fields (date, time and datetime-local) because this types displays the values according to navigator locale automatically and stores a database friendly values I try to...
I am trying to make group fields work at widgets area First I added a new loop to add group fields correctly: ```php public function cmb2( $saving = false )...
I tried to set up a this field using the cmb2 widget snippet without luck to get it working The field definition is: ```php array( 'name' => 'Test', 'type' =>...
Hi there! The SphereMask is simply awesome but what it makes it a bit hard to use in a real project is the fact that this shader applies a color...
Hi there! Some emulators like Dolphin, Citra, Cemu, etc have a system language option Would be awesome to select a language (or detect the OS one) to apply this language...