Resolved. Seems that adding the:
if(!ob_start("ob_gzhandler")) ob_start();
// Load JS PLUGIN HERE
ob_end_flush();
Was negatively affecting the plugin, and causing all the issues.
Just wanted to know if you had found a solution to the problem.
Mind if you try sharing your solution?