Home Forums WoodMart support forum Conflict compatibility WP ALL IMPORT

Conflict compatibility WP ALL IMPORT

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #60190

    iRiDiuM
    Participant

    Hi

    Im using WP ALL IMPORT plugin, for import all my products, untill now all ok.

    But with last update, WP ALL IMPORT doesnt work when CMB2 plugin is active.

    When i disable CMB2, WP ALL IMPORT works.

    Need a fix for this, cant still working!

    Thanks a lot!♥

    #60192

    Michelvincente
    Participant

    I have the same problem, any updates on this?

    #60201

    Artem Temos
    Keymaster

    Hi,

    It is a conflict with the latest version of the CMB2 plugin. As a workaround, you can comment or remove 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

    #60232

    iRiDiuM
    Participant

    Oh well, now is working!

    I think this issue will be fixed with the next update from CMB2 plugin.

    Thanks a lot for this fix! ♥

    #60249

    Artem Temos
    Keymaster

    You are welcome!

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Conflict compatibility WP ALL IMPORT’ is closed to new replies.