Quote:
Originally Posted by lillylissy
I'm sorry, I do not see a Slider.
In the source text is located: $( "#slider-votes" ).slider is not a function. (In '$( "#slider-votes" ).slider', '$( "#slider-votes" ).slider' is undefined)
|
This code is for search slider, nothing to do with videos. The video code is:
Code:
<link rel="stylesheet" type="text/css" href="videoclub/css/jquery.bxslider.css" />
<script type="text/javascript" src="videoclub/jquery/jquery.bxslider.min.js"></script>
.......
<ul class="bxslider">
{vb:raw browse_slides}
</ul>
.......
<vb:if condition="$vbulletin->options[videoclub_similar] == 1">
<script type="text/javascript">
$(document).ready(function(){
$('.bxslider').bxSlider({
slideWidth: 200,
minSlides: 4,
maxSlides: 12,
slideMargin: 10
});
});
</script>
</vb:if>
I forgot to say that ONLY in homepage I've activated the slider for test. eg
http://www.cmsbulletin.com/demo/vb42/video.php