Title: Uncaught TypeError: $(&#8230;).flexslider is not a function
Last modified: August 30, 2016

---

# Uncaught TypeError: $(…).flexslider is not a function

 *  Resolved [Kodie Grantham](https://wordpress.org/support/users/kodiegrantham/)
 * (@kodiegrantham)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/uncaught-typeerror-flexslider-is-not-a-function/)
 * Doesn’t work on WordPress installs that use the built in jQuery file because 
   the one that’s included with WordPress disables the ‘$’ alias. Changing those
   from ‘$’ to ‘jQuery’ should fix it.
 * [https://wordpress.org/plugins/ml-slider/](https://wordpress.org/plugins/ml-slider/)

Viewing 1 replies (of 1 total)

 *  [thomann061](https://wordpress.org/support/users/thomann061/)
 * (@thomann061)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/uncaught-typeerror-flexslider-is-not-a-function/#post-6836060)
 * My theme uses an ajax call on it and I was getting the same error above.
 * I fixed it by putting the metaslider javascript and css calls in the header.
 *     ```
       <script type='text/javascript' src='http://localhost/wp-content/plugins/ml-slider/assets/sliders/flexslider/jquery.flexslider-min.js?ver=3.3.6'></script>
       <link rel='stylesheet' id='metaslider-flex-slider-css'  href='http://localhost/wp-content/plugins/ml-slider/assets/sliders/flexslider/flexslider.css?ver=3.3.6' type='text/css' media='all' property='stylesheet' />
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Uncaught TypeError: $(…).flexslider is not a function’ is closed to new
replies.

 * ![](https://ps.w.org/ml-slider/assets/icon.svg?rev=3523572)
 * [Slider, Gallery, and Carousel by MetaSlider - Image Slider, Video Slider](https://wordpress.org/plugins/ml-slider/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ml-slider/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ml-slider/)
 * [Active Topics](https://wordpress.org/support/plugin/ml-slider/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ml-slider/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ml-slider/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [thomann061](https://wordpress.org/support/users/thomann061/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/uncaught-typeerror-flexslider-is-not-a-function/#post-6836060)
 * Status: resolved