Phoca Gallery Slideshow Nivo Module ie 6,7 solution
Posted: 04 Dec 2011, 11:33
Solution to work this module in ie 6 and 7
in file mod_phocagallery_slideshow_nivo.php
in javascript code of pgSNJQ(\'#pgsnivo-slider\').nivoSlider
in line
nextText: \''.JText::_('MOD_PHOCAGALLERY_SLIDESHOW_NIVO_NEXT').'\', there is unnecessary comma (,) on the endof ilne, delete it and the code works on ie
You could also upgade code jquery.nivo.slider.js from 2.5.2 to 2.7 of this plugin
in file mod_phocagallery_slideshow_nivo.php
in javascript code of pgSNJQ(\'#pgsnivo-slider\').nivoSlider
in line
nextText: \''.JText::_('MOD_PHOCAGALLERY_SLIDESHOW_NIVO_NEXT').'\', there is unnecessary comma (,) on the endof ilne, delete it and the code works on ie
You could also upgade code jquery.nivo.slider.js from 2.5.2 to 2.7 of this plugin