Make Nivo Slider images clickable

  • Author
    Posts
  • #39582

    Hi,

    I’m not using captions because for one thing, I did not really need the text and it looked wonky on my iPhone when I tested it prior to removing them. However, since the links to the slides are attached to the caption, now my slides are just basically unclickable rotating banners.

    What do I need to edit (what file) in order to get the slide link applied to the image?

    Thanks
    Jacynthe

    #39616

    Hi

    I think where you set up the slides in the Presentation Page settings for each slide there is a link field at the bottom.

    Hope this makes sense and helps.

    Jim…

    #39618

    Hi Jim,

    That link does not apply to the whole slide as in the background image.. it only applies to the caption. But I’m not using captions so the links do a whole lot of nothing.

    Jacynthe

    #39620

    I got it to work but I needed to add some CSS that wasn’t anywhere in the theme.

    .theme-default .nivoSlider a.nivo-imageLink {
    	background-color:#fff;
    	filter:alpha(opacity=0);
    	/other than IE/
    	-moz-opacity:0;
    	-khtml-opacity: 0;
    	opacity: 0;
    	z-index: 101;
    
    #39621

    Hi

    OK I’ve missed something because it works fine for me on just the slide image with no caption.

    Pleased you’ve got it to work. 🙂

    Jim…

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Make Nivo Slider images clickable’ is closed to new replies.