Tiny-slider: Wrong number of pages in pagination when navContainer is used

Created on 23 Apr 2019  路  1Comment  路  Source: ganlanyuan/tiny-slider

__Issue description__: When there is manually specified navContainer with children elements and when there are multiple slides per page, there is a wrong number of pages in pagination shown (all of them are shown). In 2.8.8, the redundant pages were hidden via inline CSS. That does not happen since 2.9.0 and all pages remain visible.

__Demo link/slider setting__: https://codepen.io/zipper/pen/rbZrXb

_Tiny-slider version_: 2.9.0 - 2.9.1
_Browser name && version_: Chrome 73 (Doesn't matter)
_OS name && version_: Windows 10 (Doesn't matter)

Most helpful comment

adding style="display:none" to every pagination item will work around this issue

https://codepen.io/anon/pen/QPeeeX

>All comments

adding style="display:none" to every pagination item will work around this issue

https://codepen.io/anon/pen/QPeeeX

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hernimen picture hernimen  路  3Comments

CristianEstiber picture CristianEstiber  路  3Comments

martincapek picture martincapek  路  4Comments

DimaGashko picture DimaGashko  路  3Comments

DuckThom picture DuckThom  路  5Comments