I am having trouble printing the nivo slider (default-theme):
Despite trying for a few days, I still can't figure out why it's not working.
I have attempted solutions like
#slider {
visibility: visible;
width: 950px;
height: 350px;
overflow: visible;
display: block;
position: relative;
z-index: 50;
}
But unfortunately, nothing seems to fix the issue.
If anyone could take a look at it, I would greatly appreciate it.