Answer the question
In order to leave comments, you need to log in
Why is the content of the slick slider not showing up?
There is a simple slider with 4 elements, I initialize it like this:
$(document).ready(function (e) {
$(".comm-slider").slick({
dots: true,
prevArrow: "<img src='img/left-slide.png' class='prev' alt='1'>",
nextArrow: "<img src='img/right-slide.png' class='next' alt='2'>"
})
});
Answer the question
In order to leave comments, you need to log in
Krch that's the problem, I had the dir="rtl" attribute on the html tag for clear purposes, if you remove it (or force it to change on the slider) everything works
Obviously the slider doesn't see the element styles. Try to check everything related to connecting styles
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question