简体   繁体   中英

Meta slider is not working error: $(…).flexslider is not a function

I am using with meta slider plugin. I created new slider and used the short code. but the meta slider is not working and is giving this error:

TypeError: $(...).flexslider is not a function

I've tried many solutions but the problem is still the same. Here is link

How can I fix this?

The problem is because you are including the FlexSlider JS file before jQuery. As FlexSlider relies on jQuery, this causes the error you're seeing.

To fix this, put the <script> tag that references FlexSlider after the one for jQuery.

删除插件。通过以zip文件下载的方式重新安装插件并上传插件,而不是直接安装插件。我也遇到了同样的问题,并且这样做得到了解决。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM