gl38
Forum Replies Created
-
I tryied again: now things seem to work, I have cancelled the Cache-folder, I suppose that I had a mixture of new files and old files because of the Cache.
Here is my blog to make tests:with 1.9.1 for nggallery.php and 1.9.0 for lib/media-rss.php
So for me the problem is solved.
Thank you.
GuyI tested the file nggallery.php given by Alex: with the 2 versions of media-rss.php, I obtain a black rectangle without images nor thumbnails.
GuyHere, my systems are Linux Ubuntu 9.10 or 10.04 at home, I tried the browsers Firefox 8.0.1, Opera and Midori with the same result : they do not like the function wp_enqueue_script since it is the single difference between the 2 files lib/media-rss.php.
GuyI use the theme twentyten which has a footer.php with a wp_footer(); at the end with the comment
/* Always have wp_footer() just before the closing </body>
* tag of your theme, or you will break many plugins, which
* generally use this hook to reference JavaScript files.
*/So to have everything working, I have installed on my sites the 1.9.0-version
and I have copied the file lib/media-rss.php of the version 1.8.4.
GuySorry, the error is not the s.
It seems that the error is in the function add_piclens_javascript with the introduction of
wp_enqueue_script
instead of
echo “\n” . ‘<script type=”text/javascript” src=”…
GuyI think that I have found the error with Piclens.
There is a small difference between the 2 files media-rss.php
In 1.8.4 there is
https://lite.piclens.com/current/piclens_optimized.jsin 1.9.0
http://lite.piclens.com/current/piclens_optimized.js
the s is missing at the end of hhtpsGuy
Hi!
I copied the old file nextgen-gallery/lib/media-rss.php from the 1.8.4 in place of the new one and marvel! the link to Piclens works.
GuyFortunately, it continues to work with the version 1.8.4 which can be found at
http://wordpress.org/extend/plugins/nextgen-gallery/download/one has only to unzip the file nextgen-gallery.1.8.4.zip in the plugins-folder of wordpress.
Guy