Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi SoulDesigned,
    I guess, you have installed any breadcrumb plugin on your site.

    Login to your site and go to admin’s Dashboard > Plugins > Installed Plugins. There search out for breadcrumb plugin, and just Deactivate it.

    Hope your issue will be resolved.

    What you are referring to is the breadcrumb navigation. In the Canvas theme options panel you have a check box option to display or disable breadcrumbs. If you need more help with the theme you should head to the WooThemes support forum.

    Good luck

    Thread Starter SoulDesigned

    (@souldesigned)

    Hi,

    I’m not a techie person so what is a breadcrumb and how will I know when I find it?

    Thanks

    “You are here: Home> (page title)” is breadcrumb navigation

    The Canvas theme includes a checkbox option in your theme options panel you select to display, or not display breadcrumb navigation.

    This checkbox option is located in Canvas > Theme Options > Display Breadcrumbs

    @souldesigned:

    A “breadcrumb” (or “breadcrumb trail”) is a type of secondary navigation
    scheme that reveals the user’s location in a website or Web application.
    Like you are facing on your site. For more detail please, visit this link.

    @souldesigned:
    You can find it after login to your admin site > Dashboard. i.e. on this
    screen

    From this screen you can move to Plugins > Installed Plugins: here you will fine any installed breadcrumb plugin.

    or on function.php (may be on your child theme):

    // Removing Breadcrumbs
    function remove_breadcrumb() {
    remove_action(‘woo_loop_before’,’woo_breadcrumbs’);
    }
    add_action(‘init’, ‘remove_breadcrumb’);

    Does anybody know which .php-file I need to translate ‘you are here’?-breadcrumb in the Canvas theme?

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    TimoElshof,

    Consider posting your own thread on the issue.

    Andrew Nevins,
    I will think about it.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Remove You are here: Home from canvas theme’ is closed to new replies.