hello! i would like to use the link field as a clickable overlay when images are rotating...is this possible?? would be great. Also, general links dont seem to be working for me esp. on ipad...any ideas? thanks!!!

Comments

pgough’s picture

I am having the same problem. I have followed this instructions here: -

http://www.brightwebsitedesign.com/how-to-install-and-set-up-nivo-slider...'

but I can't get the link to work.

asauterChicago’s picture

I just replied to a thread above this. Edit your the Nivo Slider's css file, the problem is the Div that hold's the link is defaulted to 0px. So if you go in and edit custom-nivo-slider.css under the module's directory, you would add the line:

.views-field-field-slider-image a {

height:400px; /**or whatever the height of your image is**/

}

The slide link will then work.