I do not use WPJaipho (because I prefer responsive themes supporting all mobile devices), but had a very brief look at this plugin.
WPJaipho works with NextGEN Gallery and supports (only?) its legacy shortcodes. WPJaipho calls NextGEN in its functions.php using NGG’s folder name this way under section // NGG:
$ngg_gallery = is_plugin_active( 'nextgen-gallery/nggallery.php') && !empty($pid);
Find this row in WPJaipho’s functions.php and replace it to include NextCellent Gallery’s folder name like this:
$ngg_gallery = is_plugin_active( 'C:\wamp\www\wordpress\wp-content\plugins\nextcellent-gallery-nextgen-legacy/nggallery.php') && !empty($pid);
I haven’t tested this, but it might do the trick. Before any edits to this functions.php do backup your WPJaipho folder. Also note that after this change WPJaipho will no longer support NextGEN Gallery.
Basically this type of change should be done by the plugin developer ??