Revolution Slider impossible to edit
-
Can you help me please?
Tomorrow morning is impossible to editin the revolution slider. I don’t know why!
Hi,
The problem seems to be caused by the latest version of the CMB2 plugin. The fix should be provided by Revolution Slider or CMB2 update. As a workaround, you can comment this piece of code in the file plugins/cmb2/includes/CMB2_JS.php
http://prntscr.com/jnhil1
if ( function_exists( 'wp_enqueue_code_editor' ) ) {
$l10n['defaults']['code_editor'] = wp_enqueue_code_editor( array(
'type' => 'text/html',
) );
}
Regards