• hello all
    i like remove this tag from my tempalte site

    <!-- NextGeEN Gallery CoolIris/PicLens support -->
    <script type="text/javascript" src="https://lite.piclens.com/current/piclens_optimized.js"></script>
    <!-- /NextGEN Gallery CoolIris/PicLens support -->

    this scrip is big and load of my site is slow and i dont like used this script in my template site
    thanks alot

Viewing 4 replies - 1 through 4 (of 4 total)
  • See gallery options -> disable piclens support

    Thread Starter dashti011

    (@dashti011)

    thanks alot

    Antoine

    (@aloisance)

    Hi,

    How (or where) can we update this file URL? I’d like to keep the functionality but would prefer to host it rather than using piclens.com URL.

    Thanks,
    Antoine

    This script is located in media-RSS.php
    This file exists in the ‘lib’ directory of your NextGen Gallery.
    You can change this file and host the JS locally – but when you upgrade the reference is changed back as well…

    I would opt this JS will be included in the plugin…

    Code you need to change:

    Function add_piclens_javascript() {
    		echo "\n" . '<!-- NextGeEN Gallery CoolIris/PicLens support -->';
    		echo "\n" . '<script type="text/javascript" src="<strong>https://lite.piclens.com/current/piclens_optimized.js</strong>"></script>';
    		echo "\n" . '<!-- /NextGEN Gallery CoolIris/PicLens support -->';
    	}
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: NextGEN Gallery] lite.piclens.com’ is closed to new replies.