question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Reimplement Show dots only when needed

See original GitHub issue

In 1.6.0 Dots where only inserted if needed

  Slick.prototype.buildDots = function() {
    var _ = this,
      i,
      dot;

    if (_.options.dots === true && _.slideCount > _.options.slidesToShow) {
      _.$slider.addClass('slick-dotted');

Please reimplemet this or make it configurable.

Version 1.7.0

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:2
  • Comments:8 (1 by maintainers)

github_iconTop GitHub Comments

12reactions
yangkennykcommented, Oct 17, 2017

dots seem to show when there is only 1 slide again in 1.8

2reactions
juliussveikauskascommented, Dec 14, 2017

I found there is that logic in slick.js. But if I use slick.min.js it doesn’t work. So if you need this feature you can try to use slick.js instead of slick.min.js.

Read more comments on GitHub >

github_iconTop Results From Across the Web

On css: if text line is break show dots - Stack Overflow
maybe it's work when line is break. But what a css property is? Question is: how to show for user: dots, if text...
Read more >
How to force a dot for decimal pad | Apple Developer Forums
I want to force the "decimal" on the pad to be DOT regardless of region. ... than the language (and I don't know...
Read more >
Dot plot — geom_dotplot • ggplot2
In a dot plot, the width of a dot corresponds to the bin width (or maximum ... A data.frame , or other object,...
Read more >
Part 37--Transportation Services for Individuals with Disabilities
The purpose of this part is to implement the transportation and related provisions of titles II and III of the Americans with Disabilities...
Read more >
3 Uses of the Three Dots in JavaScript | by Yang Zhou - Medium
In fact, the above example only shows the tip of the iceberg. ... With the help of the spread operator, only one line...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found