J
J
JoraInTheSky2017-08-02 15:03:57
css
JoraInTheSky, 2017-08-02 15:03:57

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

1 answer(s)
L
Localhost, 2017-08-02
@selo

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>

The plugin www.masterslider.com

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question