Title: Other JavaScript stops working
Last modified: August 22, 2016

---

# Other JavaScript stops working

 *  Resolved [kork](https://wordpress.org/support/users/kork/)
 * (@kork)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/other-javascript-stops-working/)
 * When I enable the plugin, it works just fine, but other JavaScript related tasks
   stop functioning including several libraries. I Disable the plugin, it works 
   just fine.
 * I’m using the bones theme boilerplate.
 * Any ideas?
 * [https://wordpress.org/plugins/responsive-menu/](https://wordpress.org/plugins/responsive-menu/)

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

 *  [peterfeatherstone](https://wordpress.org/support/users/peterfeatherstone/)
 * (@peterfeatherstone)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/other-javascript-stops-working/#post-5902926)
 * Hi kork,
 * Please provide a URL to your site, it may be that they are not running in no 
   conflicts mode (which they shouldn’t be).
 * That’s the only thing I can think of without looking at the site. If you can’t
   provide a URL please let me know the console errors you are getting.
 * Many thanks
 * Peter
 *  Thread Starter [kork](https://wordpress.org/support/users/kork/)
 * (@kork)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/other-javascript-stops-working/#post-5902927)
 * The URL is [http://bit.ly/1xuUC6o](http://bit.ly/1xuUC6o)
 * It’s still in dev mode some things are out of place, but the “Watch the Video”
   button isn’t working (Should load in a modal box) and fittext.js isn’t triggering(
   It resizing the fonts in the circles). When I deactivate the plugin and it all
   works.
 * Thanks Peter!
 *  [peterfeatherstone](https://wordpress.org/support/users/peterfeatherstone/)
 * (@peterfeatherstone)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/other-javascript-stops-working/#post-5902928)
 * Hi kork,
 * I’m getting the following console error:
 *     ```
       TypeError: $ is not a function
       $(".circle-text").fitText();
       ```
   
 * It seems that the below are outside of the no conflicts section and as such are
   stopping other jQuery from working:
 *     ```
       $(".circle-text").fitText();
         $("#fittext2").fitText(1.2);
         $("#fittext3").fitText(1.1, { minFontSize: '50px', maxFontSize: '75px' });
       ```
   
 * Please either move these inside the document ready section or update the `$` 
   symbols to `jQuery`.
 * The error is in the following file on line 121:
 * `http://www.yoyoevents.com/wp-content/themes/yoyo/library/js/scripts.js`
 * Please can you let me know if it possible to edit this and if it fixes your issues.
 * Many thanks
 * Peter
 *  Thread Starter [kork](https://wordpress.org/support/users/kork/)
 * (@kork)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/other-javascript-stops-working/#post-5902929)
 * Awesome, thanks Peter. Your comment led me on the right track to finding the 
   overarching issue (which seemed to be part of the base theme!)
 * All fixed now!
 *  [peterfeatherstone](https://wordpress.org/support/users/peterfeatherstone/)
 * (@peterfeatherstone)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/other-javascript-stops-working/#post-5902933)
 * Hi kork,
 * Great you got it working!
 * Many thanks
 * Peter

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

The topic ‘Other JavaScript stops working’ is closed to new replies.

 * ![](https://ps.w.org/responsive-menu/assets/icon-256x256.png?rev=1782326)
 * [Responsive Menu - Create Mobile-Friendly Menu](https://wordpress.org/plugins/responsive-menu/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/responsive-menu/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/responsive-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/responsive-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/responsive-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/responsive-menu/reviews/)

 * 5 replies
 * 2 participants
 * Last reply from: [peterfeatherstone](https://wordpress.org/support/users/peterfeatherstone/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/other-javascript-stops-working/#post-5902933)
 * Status: resolved