I’ve been having the same problem with the products page (shop) with woocommerce installed under eShop from elegantthemes.com
I did find the workaround for page.php -> copy -> woocommerce.php and changing the if statements (big large block) worked. My new woocommerce.php file looks like this:
————
<?php get_header(); ?>
<?php get_template_part(‘includes/breadcrumbs’); ?>
<div id=”main-area”>
<div id=”main-content” class=”clearfix”>
<div id=”left-column”>
<?php woocommerce_content(); ?>
</div> <!– #left-column –>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
My breadcrumbs are not working either. Does someonehave a solution for breadcrumbs. I’ve also heard this workaround is slow … I could not get the unhook solution to work, so if anyone has a suggestion on that, I’d like to know.
Thanks,
-chris