Home Forums WoodMart support forum Can not save slider revolution after adding layer

Can not save slider revolution after adding layer

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #60136

    I can not save slider revolution. while saving or adding image layer i got following error on console

    Uncaught TypeError: Cannot read property 'hasClass' of undefined
        at HTMLDocument.<anonymous> (load-scripts.php?c=0&load[]=jquery-ui-resizable,jquery-ui-draggable,jquery-ui-button,jquery-ui-position,jquery-ui-dialog,wpdialogs,hoverIntent,common,admin-&load[]=bar,svg-painter,heartbeat,wp-auth-check,underscore,shortcode,backbone,wp-util,wp-backbone,media-models,wp-plupload,jquery-ui-sor&load[]=table,wp-mediaelement,wp-api-request,media-views,media-editor,media-audiovideo,mce-view,imgareaselect,image-edit,jquery-ui-accor&load[]=dion&ver=4.9.6:302)
        at HTMLDocument.dispatch (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,moxiejs,plupload&ver=4.9.6:3)
        at HTMLDocument.r.handle (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,moxiejs,plupload&ver=4.9.6:3)
        at Object.trigger (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,moxiejs,plupload&ver=4.9.6:3)
        at Object.a.event.trigger (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,moxiejs,plupload&ver=4.9.6:9)
        at HTMLDocument.<anonymous> (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,moxiejs,plupload&ver=4.9.6:3)
        at Function.each (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,moxiejs,plupload&ver=4.9.6:2)
        at a.fn.init.each (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,moxiejs,plupload&ver=4.9.6:2)
        at a.fn.init.trigger (load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,utils,moxiejs,plupload&ver=4.9.6:3)
        at Object.<anonymous> (load-scripts.php?c=0&load[]=jquery-ui-resizable,jquery-ui-draggable,jquery-ui-button,jquery-ui-position,jquery-ui-dialog,wpdialogs,hoverIntent,common,admin-&load[]=bar,svg-painter,heartbeat,wp-auth-check,underscore,shortcode,backbone,wp-util,wp-backbone,media-models,wp-plupload,jquery-ui-sor&load[]=table,wp-mediaelement,wp-api-request,media-views,media-editor,media-audiovideo,mce-view,imgareaselect,image-edit,jquery-ui-accor&load[]=dion&ver=4.9.6:301)
    Attachments:
    You must be logged in to view attached files.
    #60155

    Artem Temos
    Keymaster

    Hello,

    We are glad to know that you considered using WoodMart for your web-site. I hope you will be happy with it.

    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

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