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.
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)
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
Hello @eedee,
This fixed the problem. Thank you for the awesome support. Left you a review.
-Patrick