I think I have found the bug that has cause this error of theme not showing correctly.
Open up both \'view.html.php\' files reside in \'com_jsjobs/views/jobposting/\' & \'com_jsjobs/views/resume/\'
Go to line: 283 or look for this tag
$options = $this->get(\'Options\');
If there a double backslash in front of it ( // ), take it out.
it works for me!