Hello,
My host did some upgrades and now the
Sj Carousel is not working. If i do not give a source option it displayes:
Has no content to show!
If i add an datasource then i see blanc page with::
1.
2.
3.
If i look at source i see:
<script type="text/javascript">
window.addEvent("domready", function(){
if (typeof jQuery != "undefined" && typeof MooTools != "undefined" ) {
Element.implement({
slide: function(how, mode){
return this;
}
});
}
});
</script>
<div id="myCarousel" class="carousel slide" style="margin:0;">
<!-- Carousel items -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1" class=""></li>
<li data-target="#myCarousel" data-slide-to="2" class=""></li>
</ol>
<div class="carousel-inner">
<div class="active item">