Viewing 1 replies (of 1 total)
  • Plugin Author YITHEMES

    (@yithemes)

    Hi,

    the problem is in the file wp-content/plugins/yith-woocommerce-ajax-product-filter.premium/widgets/class.yith-wcan-navigation-widget.php.

    Please open this file and replace the line 136:

    $tree[ $ancestor->term_id ] = yit_reorder_hierachical_categories( $ancestor->term_id, $taxonomy );

    with this:

    $tree[ $ancestor->term_id ] = 'parent' == $instance['display'] ? array() : yit_reorder_hierachical_categories( $ancestor->term_id, $taxonomy );

    This fix will add in next plugin release.

Viewing 1 replies (of 1 total)

The topic ‘Display only parent attributes not working’ is closed to new replies.