Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    Hi pathuri,
    Please make sure you’re using the latest 1.0.6 version. We’ve already removed those JS from WooDiscuz

    Thread Starter pathuri

    (@pathuri)

    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.

    Plugin Author gVectors Team

    (@gvectors-team)

    Hi pathuri,
    This problem is fixed, please check your WooCommerce shop.

    Plugin Author gVectors Team

    (@gvectors-team)

    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.

    Thread Starter pathuri

    (@pathuri)

    Thanks for all the efforts.
    It is working fine now.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘JS Error’ is closed to new replies.