• I installed the breadcrumb-navxt plugin, but I’m not sure how to get them to appear. I’d like them to show up on my Shop, Category, & Product pages using the Virtue theme. Many thanks in advance.

    My site:
    https://www.reddirtoutlet.com

    ps- I believe that I might use a fullwidth template for these pages.

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

Viewing 1 replies (of 1 total)
  • Plugin Author John Havlik

    (@mtekk)

    For the breadcrumb trail generated by Breadcrumb NavXT to show up on your pages you need to either: add a call to bcn_display() (see https://mtekk.us/archives/guides/calling-the-breadcrumb-trail/ for some examples) to the appropriate theme or child theme file (typically header.php), or use the included Breadcrumb NavXT Widget. One last alternate is to write a site specific plugin that hooks into the appropriate action/filter in your theme and calls bcn_display() appropriately (without parameters for an action, and bcn_display(true) for the filter.

Viewing 1 replies (of 1 total)
  • The topic ‘Breadcrumbs not appearing on WooCommerce Virtue theme pages’ is closed to new replies.