Answer the question
In order to leave comments, you need to log in
Creative borrowing?
Good afternoon, I have a problem that I can not pull out the product slider from this bootstrap theme. I transfer css and master-slider scripts to the project, but the slider still does not work. I need it for my graduation project, my graduation supervisor insisted on this.
Here is the topic itself:
bootstraplovers.com/templates/boland-shop-v1.1/pro...
The
question is what else needs to be transferred to the project in order for this slider to work.
PS Tried to move the whole project, but still the slider doesn't work. What am I doing wrong?
Answer the question
In order to leave comments, you need to log in
Has this been moved too?
<link href="plugins/masterslider/style/masterslider.css" rel="stylesheet">
<link href="plugins/masterslider/skins/default/style.css" rel='stylesheet'>
<script src="plugins/masterslider/masterslider.min.js"></script>
<script type="text/javascript">
$(document).ready(function () {
var slider = new MasterSlider();
slider.control('scrollbar', {dir: 'h'});
slider.control('thumblist', {autohide: false, dir: 'v', arrows: false, align: 'left', width: 127, height: 84, margin: 5, space: 5, hideUnder: 300});
slider.setup('masterslider', {
width: 540,
height: 586,
space: 5
});
});
</script>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question