[Support request] Theme Niche + WooCommerce

Home Forums Support [Support request] Theme Niche + WooCommerce

Home Forums Support Theme Niche + WooCommerce

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #966675
    Andreas

    Fresh install of site and theme “Niche”. WooCommerce categories breake. I.e. category “Clothing” from demo content:

    'name', 'order' => 'asc', 'hide_empty' => true, ); $product_categories = get_terms( 'product_cat', $cat_args ); if ( ! empty( $product_categories ) ) { echo '
    '; foreach ( $product_categories as $key => $category ) { printf( '
    %2$S
    ', get_term_link( $category ), $category->name ); } echo '

    Table on front page looks a bit off too. Problem on my side, or theme?

    -a

    #967129
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    Any chance you can link me to the page with the issue? The link you provided doesn’t seem to be working.

    Let me know 🙂

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.