slick.js Questions

1

Solved

I've created a simple image carousel with arrows using Slick Slider. But I want a different h2 to be shown on top each image that slides across, like on this website. $(document).ready(functi...
Pallium asked 12/5, 2017 at 13:33

0

I am using Slick Slider within Magnific Popup. The slider can contain a couple of items, and has it's own thumbnail nav. Because the popup sets the slider to display:none I've use: $('.slider-p...
Diphthongize asked 5/5, 2017 at 8:20

1

Solved

I have a Slick slider like the example shown in the slick page, I am using the code like this, <div class="slideshow"> <img src="http://lorempixel.com/500/250" /> <img src="http:/...
Inge asked 27/3, 2017 at 9:24

1

Solved

Is it possible to change css for a div on slick.js slider change? Basically if the slider autoplays or from button click I'd like to cycle through an array of colors and set the background color of...
Matelote asked 7/2, 2017 at 4:47

1

Solved

I am trying to create a full width page slider with one slide to be centered and 2 slides will be partially visible at both sides. But for some reason there is a big white gap visible. I tried wit...
Eulau asked 5/2, 2017 at 20:10

1

I created a vertical carousel with Slick. I made some changes in design and everything is working as I wanted except when the first element is in the view of the carousel. At a time there are 4 ite...
Vitalize asked 27/1, 2017 at 20:55

2

Solved

I'm a newbie of ionic 2, i create project and need to jquery plugin link colorbox, slick-carousel... I've run the command in a terminal npm install jquery slick-carousel typings install jquery --...
Wynny asked 2/7, 2016 at 10:56

1

Solved

I'm using Ken Wheeler's Slick and want to set autoplay on false when the user either clicks on slick-prev or slick-next or drags the carousel left or right. slick = $('.slick').slick({ slidesToSh...
Actinon asked 16/9, 2016 at 19:36

1

Solved

I try to implement the slick.js slider with dots in my website. slider dots are very small in size.can i change the size of the dots? or it's default one my css .slider { width: 650px; margin...
Krumm asked 7/5, 2016 at 10:32

1

Solved

I'm trying to replace Slick slider / carousel pagination with numbers instead of dots. I have the project setup in js fiddle and I have have a custom function that displays the current slide count ...
Chianti asked 7/1, 2016 at 16:46

1

Solved

i'm using Slick.js to make 2 caroussels connected, and they are syncronised. Slick offers the possibility, at the section "Slider Syncing" slick.js website But when i'm using it, it doesnt work, i...
Apostles asked 30/11, 2015 at 11:13

1

I want to combine Velocity.js effects to the Slick Carousel plugin. Slick: http://kenwheeler.github.io/slick/ Velocity: http://julian.com/research/velocity/ This is working fine, but there is a s...
Dentelle asked 27/10, 2015 at 11:56

1

Solved

I'm using the Slick carousel plugin to create a carousel of videos that users can add to, remove from, and filter. The problem I've got is that whenever a user does an event (add/remove/filter), a...
Antimonous asked 15/9, 2015 at 20:21

1

I'm trying to enable Slick Slider (slick.js) to initiate only over 520px wide. Anything below that and the slides just stack (i.e. no slick). Is it possible so that it can work without refreshing t...
Winchell asked 19/8, 2015 at 14:49

1

Solved

I am using angular-slick (which is based on jquery based slick) to implement carousel control. I have requirement to implement the layerd slides i.e. At a time one slide should display and two slid...
Nepean asked 7/5, 2015 at 6:39

1

Fiddle Here Is it possible to have javascript that pauses a slide containing video for that video to play to completion on a specific slide #N instead apply to any slide containing an <video&gt...
Hurried asked 21/7, 2015 at 12:40

1

Solved

Is it possible to use slick.js with html5 self hosted videos, to play and pause a video without user interaction? I currently have the following code to have a dual slider with a vertical slick sl...
Punch asked 20/7, 2015 at 16:35

3

I've been toying around with Slick carousel for a fair few hours, and really can't get my head around how to implement the "center mode" that's on the Slick website: http://kenwheeler.github.io/sli...
Marylynnmarylynne asked 9/3, 2015 at 20:1

2

Solved

I am using iron-router, i have a route "models" which has a list of items. When the user clicks one of these items a new route "model" is used, the name of the selected item is passed as a param an...
Anselmo asked 9/5, 2015 at 13:0

2

Hi i'm having trouble to get slick carousel (http://kenwheeler.github.io/slick/) to stop the autoplay when I'm using a youtube clip inside the slider.. Someone said that I can use onAfterChange b...
Shamefaced asked 6/5, 2015 at 8:40

1

Solved

I'm trying to fire some code when slick initializes. Apparently in the newest version 1.4 "callback methods have been deprecated and replaced with events." This doesn't work for me though: $('.sp...
Transect asked 30/1, 2015 at 13:19

1

Solved

Trying to use slick carousel and use my own custom icons for navigation instead of the default thoughts. I thought the best way to do this would be to set up my own list and use slickGoTo, but I ca...
Tancred asked 6/2, 2015 at 15:11

2

Solved

I am using Slick carousel in one of my AngularJS application. For that I have created directive as follows: myApp.directive('slickSlider',function(){ return { restrict: 'A', link: function(sco...
Karmen asked 2/7, 2014 at 5:18

© 2022 - 2024 — McMap. All rights reserved.