[Plugin: JJ NextGen JQuery Carousel] Adding Image Link To Thumbnails
-
I just installed the plugin today and it’s very useful. I see alot of people asking for clickable external links to the images.. I just found a simple solution. Hope it helps….
Go to the plugin folder:
jj-nextgen-jquery-carousel > includesFind the file — jj_ngg_jquery_carousel.php
Backup & duplicate the file just in case something goes wrong, you’ll be able to restore it.
Open the file and find this line >
$output .= "<img src=\"" . $image->imageURL . "\" " . $image_description . $width_d . $height_d . " border=\"0\" />";
Add
<a href=\"" . $image->imageURL . "\">
and</a>
Final Code:
<a href=\"" . $image->imageURL . "\"> <img src=\"" . $image->imageURL . "\" " . $image_description . $width_d . $height_d . " border=\"0\" /></a>
It should be able to use whatever effects you have on next-gen gallery or if you don’t have any on your setting, it should link to the image file.
(^__^)
https://www.ads-software.com/extend/plugins/jj-nextgen-jquery-carousel/
- The topic ‘[Plugin: JJ NextGen JQuery Carousel] Adding Image Link To Thumbnails’ is closed to new replies.