flexsliderとjqueryUIに大きな問題があります。
jquery UIのインクルードを削除すると、すべてが正常に機能します。
誰かが私を助けることができますか?
次のようにスライダーを含めます。
var rsjqfs = jQuery.noConflict();
rsjqfs(window).load(function() {
rsjqfs('#featuredslider').flexslider({
animation: "slide",
controlsContainer: ".headernewsnav",
slideshow: true,
controlNav: false,
nextText: "",
prevText: "",
smoothHeight: true,
animationLoop: true,
animationSpeed: 500,
easing: "swing",
slideshowSpeed: 7000,
start: function(slider) {
// resize problem fix
slider.resize();
}
});
});