Hi,
I recently installed JLex Review on a Joomla 3.2.3 Website. it seems to be working fine, but I cannot get the form to show up.
It gets stuck on loading. And the loading bar stops at about 70%. I installed the pluging, but still having the same issue.
I integrated it this way:
$factory = JPATH_ROOT .'/components/com_jlexreview/load.php';
if(! JFile::exists( $factory ))
return'';
       require_once $factory;
             echo JLexReviewLoad::quick_init ("content" , "", "");
             echo JLexReviewLoad::init("content" , '', '');  

Thanks for this great extension.
Best Regards