• Resolved braven

    (@braven)


    I want to keep PicLens activated but simply wanted to change how that red link reads (since I don’t trust my visitors to figure out what a PicLens is).

    So I found where that <!– Piclense link –> is generated, inside the VIEW directory of nextgen-gallery on the gallery-caption file.

    There I changed:
    [View with PicLens]
    to
    [Click Here to View Large Photo Slideshow]

    so that it is now:

    <div class="piclenselink">
    <a class="piclenselink" href="<?php echo $gallery->piclens_link ?>">
    <?php _e('[Click Here to View Large Photo Slideshow]','nggallery'); ?></a></div>

    But … it didn’t change the output.

    Anyone have a solution for this?
    Thanks!

Viewing 1 replies (of 1 total)
  • Thread Starter braven

    (@braven)

    Found it! Sorry about my original post. I kept looking and there is also an instance of <!–PicLense link –> on GALLERY..PHP file within that same Nextgen-Gallery/View/ directory and that one outputs the link I want for View with PicLens.

    YIPPEE!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: NextGEN Gallery] PicLens link on GALLERY-CAPTION_PHP’ is closed to new replies.