• Resolved pcadegan

    (@pcadegan)


    Hello,

    I recently updated a client’s site and the dots under the slider seem to have disappeared. I think I disabled the arrows with some css a while back but other than that I can’t think of a reason for them to disappear. It does not look like I have control of the colour of the dots any more, maybe they are only white by default now in the free version?

    Any help is appreciated.

    Thanks,
    Patrick

    • This topic was modified 5 years, 4 months ago by pcadegan.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author eedee

    (@eedee)

    Hey @pcadegan,

    we added three dot color options to the free version in 4.4.13. Just update and you will be able to choose.

    Thread Starter pcadegan

    (@pcadegan)

    Hello @eedee!

    Thank you for the quick response and I appreciate the fix, however it appears that isn’t the issue as it is still not showing for me.

    Could I make a new post or send you the custom CSS I’ve added to the theme I am using to see if anything hides or conflicts with the dots and arrows showing?

    Some of it was given to me by the theme dev so I don’t know exactly what it does.

    Thanks,
    Patrick

    Plugin Author eedee

    (@eedee)

    see below

    • This reply was modified 5 years, 4 months ago by eedee.
    Plugin Author eedee

    (@eedee)

    We rechecked the site and found the issue, a file themes/setwood/style.css sets the style that make the dots disappear on line 3484. I guess the theme somewhere also useses sliders but the styles the wrote are too generic so our slider is affected by the style as well (which is not the best practice from the theme authors). Remove that line or add the following to your css to override the other style:

    .wp-block-eedee-block-gutenslider .slick-dots li button {
      text-indent: 0 !important;
    }

    If you like our plugin + support you can help alot by leaving a review at https://wordpress.org/support/plugin/gutenslider/reviews/

    Niklas

    Thread Starter pcadegan

    (@pcadegan)

    Hello @eedee,

    This fixed the problem. Thank you for the awesome support. Left you a review.

    -Patrick

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Dots missing under slider’ is closed to new replies.