我安装了最新版本。没有控制台错误,正确的标记,正确的js配置。这该死的东西不会起作用。您可以查看here。
jQuery(window).load(function() {
// The slider being synced must be initialized first
jQuery('#image_gallery_carousel').flexslider({
animation: "slide",
controlNav: false,
animationLoop: false,
slideshow: false,
itemWidth: 210,
itemMargin: 5,
asNavFor: '#image_gallery_slider'
});
jQuery('#image_gallery_slider').flexslider({
animation: "slide",
controlNav: false,
animationLoop: false,
slideshow: false,
sync: "#image_gallery_carousel"
});
});