Nivo slider is a nice tool for front page slideshows. The reasons you should try Novo are:
Problem #2. Nivo seems to overlay surrounding page elements causing the links to become un-click-able and potentially affecting forms too. Solution: Add the following to custom CSS:
Enjoy!
- Allows clickable images
- Allows separate admin interface to be exposed to clients
- Allows simple management of slideshows, ordering of slides, overlays etc.
.nivoSlider img { max-width: none; }Problem #2. Nivo seems to overlay surrounding page elements causing the links to become un-click-able and potentially affecting forms too. Solution: Add the following to custom CSS:
.nivoSlider { z-index:0; }Enjoy!