• Resolved cmvet

    (@cmvet)


    Hello, I’m using the latest version of wordpress, woocommerce, and The Pure and Simple Pro 1.2 version.

    I can’t seem to find a way to show the breadcrumb navigation menu when using the pure and simple theme. It does show when I use the storefront theme from woocommerce, but I would like it to show using the pure and simple theme so that my shop flows well with my main web site.

    The ecommerce web site is shop.pacificviewequine.com

    Still in the early stages of setup 🙂
    Any assistance is greatly appreciated…
    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter cmvet

    (@cmvet)

    Can’t get the woocommerce breadcrumb nav links to show in Pure and Simple even when using a woocommerce breadcrumb plugin….

    Thread Starter cmvet

    (@cmvet)

    So for anyone that has had the issue of the woocommerce breadcrumbs not showing up on your pages while trying to integrate it into the “Pure & Simple” theme here is the work around I used to solve it.

    I downloaded the SEO by Yoast plugin. Enabled breadcrumbs in the SEO/Internal links section.

    Then I added this into the woocommerce.php file just below the “get header” line

    <div class=’yoast-container container’>
    <?php if ( function_exists(‘yoast_breadcrumb’) && !is_home() && !is_front_page() ) {
    yoast_breadcrumb(‘<p id=”breadcrumbs”>’,'</p>’);
    } ?>
    </div>

    Hope this helps until “Pure & Simple” is fully compatable with woocommerce 🙂

    Theme Author Styled Themes

    (@gejay)

    Thanks for the snippet. And we will make sure it’s amended in next version of Pure & Simple theme but it will be great if you can post the support related to pro themes in forum of styledthemes.com

    Theme Author Styled Themes

    (@gejay)

    We have update the theme and the problem is solved.

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

The topic ‘Woocommerce breadcrumbs don't show up?’ is closed to new replies.