D
D
De Slow2018-04-14 18:16:41
css
De Slow, 2018-04-14 18:16:41

Slick and photo from instagram, how to do it right?

Hello, I use this script: https://codepen.io/matthewelsom/pen/zrrrLN
To upload images to the site
You need to do all this as a slider, so I connected Slick
I uploaded the Slick folder to the site directory, turned it on

<!--Slik-->
    <link href="{THEME}/_include/slick/slick.css" rel="stylesheet">
    <link href="{THEME}/_include/slick/slick-theme.css" rel="stylesheet">
  <!-- Analytics -->

and below, to the scripts, I write:
<script src="{THEME}/_include/slick/slick.js"></script>
    <script>
       $(document).ready(function(){
      $('#instafeed').slick({
        setting-name: setting-value
      });
    });
  </script>

Nothing works, what exactly is wrong here?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question