-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
asNavFor works for all items expect first one #1302
Comments
I am experiencing the same problem. I can see that it works when loop is enabled ( because in that case the first slide is always the active slide), but its on the false loop that i would need it to work |
@SCasarotto @kskonecka Did you two have any luck with this issue? |
Last I tried it wasn't working. I believe for my implementation I just didn't use this feature. |
Hi, just render the slide with onClick and manually change the slide to 0 index with SlickGoTo. I came up with this its working fine Note: If haven't added any condition for 0th index its working fine with onclick also. Here my code: |
Just add in your CSS this
Change the wapper class container for your class of the principal slider. And set true in infinite settings for all sliders. |
I am attempting to use the
asNavFor
prop.It works when I click on any of the cells besides the first one. However, when I click on the first item in the "nav slider" the first slider doesn't move.Has anyone else had this issue?
Code (Removed Some for readability):
The text was updated successfully, but these errors were encountered: