Hi pathuri,
Please make sure you’re using the latest 1.0.6 version. We’ve already removed those JS from WooDiscuz
I cross-checked once again.
I have the latest version and I installed once again.
But it is giving the same error.
Also Grid/List plug-in is NOT working.
If WOOZ is disabled, list/grid plug-in works.
Pl help.
Hi pathuri,
This problem is fixed, please check your WooCommerce shop.
Also we just found that your WordPress is not the 4.0 version
This plugin is designed for WordPress 4.0 and higher versions. However if your WordPress version is less than 4.0, you should do a small change in wp-includes/comment-template.php file to avoid comment duplicates in Reviews Tab.
Please open it and find this:
$r = wp_parse_args( $args, $defaults );
Add this row after:
$r = apply_filters( 'wp_list_comments_args', $r );
There will not be any additional changes on WordPress update. If you update your WordPress to 4.x this script will be added automatically.
Thanks for all the efforts.
It is working fine now.