Title: jcorff's Replies | WordPress.org

---

# jcorff

  [  ](https://wordpress.org/support/users/jcorff/)

 *   [Profile](https://wordpress.org/support/users/jcorff/)
 *   [Topics Started](https://wordpress.org/support/users/jcorff/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jcorff/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jcorff/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jcorff/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jcorff/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jcorff/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NextGEN-Galleryview] How to add a link on the active image?](https://wordpress.org/support/topic/how-to-add-a-link-on-the-active-image-1/)
 *  [jcorff](https://wordpress.org/support/users/jcorff/)
 * (@jcorff)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/how-to-add-a-link-on-the-active-image-1/#post-3445651)
 * How to add a link on an individual image in the slideshow:
 * I was beating my head against a wall on this for awhile, so hopefully this will
   be helpful to someone else. It involves editing the files of the plugin itself,
   so it’s not perfect.
 * First, put the links you want in the description field of the images in the gallery.
 * Once you have your links in place, open up plugins/nextgen-galleryview2/galleryview/
   js/jquery.galleryview.js
 * Insert after line 465 the following code
 *     ```
       var mssg = "'" + gvImage.attrs.description + "'";
       var js = "window.open(" + mssg + ");";
       img.attr("onclick", js);
       ```
   
 * Save and upload your changes.
 * Code is dirty, but it works.

Viewing 1 replies (of 1 total)