I can't figure out why my nivo slider is not showing, the link to the jsbin is here http://jsbin.com/opucok/4/edit. I followed the directions in the nivo website exactly, and the slider works when it isn't with the rest of my html and css code.

Recommended Answers

All 4 Replies

I never use jsbin but I tested it in jsFiddle and it works there.
http://jsfiddle.net/pixelsoul/Rcsjc/

If you are not seeing it on your live site, perhaps you have some other JS on the page or included in a file that is conflicting with the Nivo plugin.

It looks like you have an error that was caught by the console log. Also noticed that you have two references on the page to jQuery. You only need the one in the head section.
f8dc1d72a1dbbed3b38c77e4705011e4

The nivoSlider plugin is failing to load for some reason. Try using a full path to the plugin file rather.

Uncaught TypeError: Object [object Object] has no method 'nivoSlider'

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.