My slider stopped displaying images. I disabled all plugins, still no luck…
https:///www.obsidiandefense.com
Hi Jabari
Can you please try to clearing cache and also, try to reedit your slides?
I flushed the cache (via Flywheel), edited a slide, added a new slide, then flushed the cache again. None the the slides are displaying. Is there anything else I can try?
Hi Jabari
Ok, send me your admin details in a private message here and I will check it from the dashboard
Hello, just following up to see if you were able to take a look at it. If it’s not something that can be readily fixed I guess I’ll have to look for another theme. I really like Tyche though.
Hi jabari
Unfortunately, I can’t identify the problem, it needs deep investigation but I can provide a working solution, use this CSS please:
.owl-carousel .owl-item {
min-height: 650px;
}
#main-slider > div.owl-stage-outer > div > .owl-item:nth-child(8) {
background-image: url(https://www.obsidiandefense.com/wp-content/uploads/range.jpg);
background-size: cover;
background-repeat: no-repeat;
}
In other words, you need to use this template of CSS code to attach images to your slides, change number in this nth-child(8) and change url of the image
Regards
Thank you, it works now (at least when swiping from left to right). Question…is a more permanent fix coming, or will I have to edit the CSS every time I add/remove a slide? Also, for some reason I had to start at slide number 3 in the nth-child()
function to get the images to align with the correct slide, like so:
#main-slider > div.owl-stage-outer > div > .owl-item:nth-child(3)
Is there a particular reason for this? If I reorder the slides, will I have to reorder all of the numbers in the CSS?
Thanks again!