• I have the free version of Virtue and I am finding it difficult to navigate my shop. I’d like to add some breadcrumbs. Any help? Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the free version of Virtue too and I can’t install breadcrumbs.
    I just tried with “breadcrum-navxt” but nothing…
    Can anyone help? Thanks in advance!

    Hello, to add breadcrums with the NAVXT plugin, follow the instrucions in the “install” tab in “view details” options in the plugin (Dashboard->plugins->Navxt).

    It says there that You should find the header.php file in virtue theme (Dashboard->Appereance->Editor) and add this just before the </header> line.

    <div class="breadcrumbs">
        <?php if(function_exists('bcn_display'))
        {
            bcn_display();
        }?>
    </div>

    To enable Breadcrums in Virtue Premium theme, just enable all ON in the Breadcrumbs theme options.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Theme: Virtue] Adding Breadcrumbs to Shop (with WooCommerce)’ is closed to new replies.