Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Dariusz Zielonka

    (@webnatural)

    I think it’s a matter of WP Documents Revision. Sorry about misunderstanding the problem.

    Thread Starter Dariusz Zielonka

    (@webnatural)

    It was a WPML 3.1.4 post-edit.js caused error,

    If you put the code to functions.php of your active theme, it should resolve the problem 🙂

    function icl_load_jquery_dialog() {
    	wp_enqueue_script( 'jquery-ui-dialog', false, array('jquery'), false, true );
    }
    
    add_action( 'admin_enqueue_scripts', 'icl_load_jquery_dialog' );
    Plugin Author David Decker

    (@daveshine)

    @dariusz Zielonka:
    Hi Dariusz,
    thanks for your feedback and posting the solution for the issue this could be very helpful for other users! 🙂

    Thanks, Dave 🙂

    Thread Starter Dariusz Zielonka

    (@webnatural)

    That’s the only way to keep WordPress strong 🙂

    Thanks for sharing such great plugin 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘WPML 3.1.4 probable JavaScript conflict’ is closed to new replies.