Problem:
- Joomla 2.5 installation
- Simple Image Gallery plugin - nice and simple, ha?
- caption below a picture reads JW_SIG_NAVTIP followed by the page name
Solution:
- go to: public_html/plugins/content/jw_simpleImageGallery/jw_simpleImageGallery/tmpl/Polaroids
- edit "default.php"
- comment out line 14: $photoCaption = htmlentities(JText::_('JW_SIG_NAVTIP').' <b>'.$row->title.'</b><br /><br />', ENT_QUOTES, 'utf-8');
- voila! seems like a hack rather than a fix but it is working