Hi guys,
I think I had the same problem, and after many hours I’ve solve the problem.
This is my solutions, try it and let me know if it work also for you!
In “wp-customer-reviews.php” (line 897) change this:
if (!$is_active_page) {
In:
if ($is_active_page) {
The “!” seems to be the problem..
Let me know!
Good work!