Viewing 1 replies (of 1 total)
  • Thread Starter kisshomaru

    (@kisshomaru)

    Fixed by changing according to wp standards with $:

    jQuery(document).ready(function($) {
    		$("#comment, #new-topic-post textarea, #new-post textarea, #whats-new-textarea textarea, #post-topic-reply textarea").cleditor();
    		// Inside of this function, $() will work as an alias for jQuery()
    		// and other libraries also using $ will not be accessible under this shortcut
    	});

    This fixed all my plugin conflicts with this one.

Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with Front-end Editor plugin’ is closed to new replies.