Fix for NextGEN Gallery Slideshow Issues
If you recently upgraded the NextGEN Gallery WordPress plugin you will probably have noticed that your slideshows are no longer working. When a page with a slideshow loads you get the following message:
“The Flash Player and a browser with Javascript support are needed..”
If you disable the Flash based slideshow they will work again in Firefox but not in Internet Explorer. The gallery appears to be loading in IE but never does and there are JavaScript errors when the page loads.
As usual the WordPress community were quick to report this error and the plugin’s author posted a fix for the problem.
Here it is:
Goto to nggallery.php Line 321:
if ( NGGALLERY_IREXIST == true && $ngg_options['enableIR'] == '1' && nggGallery::detect_mobile_phone() === false )
change it to :
if ( NGGALLERY_IREXIST == true && $this->options['enableIR'] == '1' && nggGallery::detect_mobile_phone() === false )
You can find more info here:
I tested the fix this morning and was able to get the Flash gallery working. Unfortunately the non Flash gallery is still not working in Internet Explorer.
I hope this helps those of you out there who might be having problems with this.
As always you comments and thoughts are welcome.
