Expected:
- See nav with thumbnails at the bottom of the slider as shown in the official TinySlider demo. Mark-up shown below.
Actual:
- The slider is working as expected, and I can confirm that it initializes correctly, but no nav with thumbnails
Other steps taken:
- Read through the Metronic community boards and found similar requests but none of the approach the support team has given there has worked for my project. Either they were in Vue or other language.
- Add `data-tns-nav-as-thumbnails='true'` and `data-tns-navAsThumbnails='true'` to true (obviously I was guessing here)
Version: Metronic 8.1.4
If you can provide a working code, that would be great. Thanks.
<div
class="my-slider"
data-tns="true"
data-tns-nav-position="bottom"
data-tns-nav="true"
data-tns-items="1"
data-tns-autoplay="false"
data-tns-prev-button="#kt_team_slider_prev1"
data-tns-next-button="#kt_team_slider_next1"
>
// Items here
</div>
Hi,
Glad to hear that All the best with your project!
If you need any further help please do let us know.
Regards.
Hi,
You can use the below code:
https://gist.github.com/aziko1885/efacdc402ec30639ddfef2677cea4888
Regards.
Works as expected. Thanks for your help.
Hi,
Could you please confirm, which example from the official demo site here are you trying to setup within Metronic ? Once you provide more info we will try to implement it in our end and provide you a working code.
Regards.
Hi Sean,
This one: http://ganlanyuan.github.io/tiny-slider/demo/#customize_wrapper
The sample under "Customize" where there is a set of clickable thumbnails below the slider.
Hi,
Noted, let us check it further and we will get back to you asap.
Regards.
Awesome, Sean! Eager to hear back soon. Thanks.