Title: Conflicts with editor options
Last modified: August 22, 2016

---

# Conflicts with editor options

 *  Resolved [thomasjosborne](https://wordpress.org/support/users/thomasjosborne/)
 * (@thomasjosborne)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/conflicts-with-editor-options/)
 * I’ve just noticed that when the plugin is activated, the ‘Media Selector’, ‘Add
   Media’ and ‘Add Shortcodes’ buttons within the editor don’t work. I disable owl
   carousel and it works.
 * Could it be something to do with the tinymce plugin or admin script? Can I simply
   remove the tinymce plugin without causing any issues with owl carousel?
 * [https://wordpress.org/plugins/owl-carousel/](https://wordpress.org/plugins/owl-carousel/)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Author [pjehan](https://wordpress.org/support/users/pjehan/)
 * (@pjehan)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/conflicts-with-editor-options/#post-5210320)
 * Please, could you try to comment the line line 128 in owlcarousel.php:
    /* wp_enqueue_script(‘
   js.owl.carousel.script’); */
 * Let me know if it work!
 *  Thread Starter [thomasjosborne](https://wordpress.org/support/users/thomasjosborne/)
 * (@thomasjosborne)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/conflicts-with-editor-options/#post-5210355)
 * Hi thanks for the quick reply!
 * When I comment out the code it kills the plugin completely :/
 * I have recently installed TinyMCE Advanced, I thought that maybe this was causing
   the issue but deactivating the plugin doesn’t solve the issue.
 * I really appreciate your support on this.
 *  Plugin Author [pjehan](https://wordpress.org/support/users/pjehan/)
 * (@pjehan)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/conflicts-with-editor-options/#post-5210417)
 * Is there any error in the console?
 * Press F12 to activate the developer tools and have a look at the console, maybe
   we could get some more information with this.
 *  [blindMoe](https://wordpress.org/support/users/blindmoe/)
 * (@blindmoe)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/conflicts-with-editor-options/#post-5210525)
 * phejan,
 * I ran into the same problem and commenting out that wp_enqueue_script() function
   call does solve the problem in the admin section but of course the front end 
   doesn’t function properly. It looks like a weird conflict with jQuery and the
   error is coming from jQuery itself:
 *     ```
       Uncaught Error: Syntax error, unrecognized expression: #function (searchVal,startIndex) //similar to array.indexOf() - created to fix IE deficiencies
       ```
   
 * We are running WordPress 3.8.4
 * Hope this helps.
 * Plugin looks great, just need to fix this issue and add the abililty to sort 
   the items using drag and drop and it will be a winner.
 *  Plugin Author [pjehan](https://wordpress.org/support/users/pjehan/)
 * (@pjehan)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/conflicts-with-editor-options/#post-5210532)
 * Hi,
 * This error might occur because of the jQuery selector… I made some changes in
   the JS code and this will be available in the next version.
 * Please, let me know if this fix the issue.
 * Thanks for your help and I will think about the drag and drop to sort the items.
 *  [blindMoe](https://wordpress.org/support/users/blindmoe/)
 * (@blindmoe)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/conflicts-with-editor-options/#post-5210533)
 * pjehan,
 * When can we expect the next version and can you just tell me what selector you
   changed so I can change it locally and see if it fixes the problem?
 *  Plugin Author [pjehan](https://wordpress.org/support/users/pjehan/)
 * (@pjehan)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/conflicts-with-editor-options/#post-5210534)
 * I just uploaded the new version (0.5).
 * There is also a new feature to set a link on each slide (image).
 * I removed the $(“#” + carouselIds[i]) selector to replace it with $(document.
   getElementById(carouselIds[i])) which might fix the issue…
 *  [blindMoe](https://wordpress.org/support/users/blindmoe/)
 * (@blindmoe)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/conflicts-with-editor-options/#post-5210536)
 * It looks like that may have fixed the issue. I will let you know if I see anything
   else come up. Thanks for the quick response.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Conflicts with editor options’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/owl-carousel_1ab9bc.svg)
 * [Owl Carousel](https://wordpress.org/plugins/owl-carousel/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/owl-carousel/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/owl-carousel/)
 * [Active Topics](https://wordpress.org/support/plugin/owl-carousel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/owl-carousel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/owl-carousel/reviews/)

 * 8 replies
 * 3 participants
 * Last reply from: [blindMoe](https://wordpress.org/support/users/blindmoe/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/conflicts-with-editor-options/#post-5210536)
 * Status: resolved