• Hi,
    I have a problem when I enable the plugin on my site, the shop page does not display any categories but when it is disabled it displays.
    This is the version of my site.
    WordPress : 5.2.2
    Woocommerce : 3.6.5
    Genesis connect : 1.1.0
    Genesis : 3.0.2
    Theme : Zigzagpress Eshop 1.8.1

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • I had this issue as well. To fix it, I had to go into the plugin folder and go to lib/template-loader.php and go to line 260 where it is if( have_posts() ) and change it to if ( woocommerce_product_loop() )

    Pretty much if you were just displaying the categories (potentially empty categories), have_posts() will fail but woocommerce_product_loop() actually looks for the categories as well.

    Hopefully the developers will get this fixed soon.

Viewing 1 replies (of 1 total)
  • The topic ‘not display categories on shop page’ is closed to new replies.