• Resolved martywray

    (@martywray)


    Hi,

    Firstly can I just say that this is a brilliant theme, thanks very much.

    I was just wondering if you could tell me which file the breadrcrumbs are located in please? I would like to remove the Breadcrumbs from the Homepage only.

    Previously I think it had its own .php file in Lib/templates.

    Thanks!

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

    (@martywray)

    Also, can you confirm where I can change the label for the Mobile Menu please?

    I’d rather it just said ‘Menu’ than ‘Top Menu’.

    Thanks.

    Theme Author Richie KS

    (@rkcorp)

    #breadcrumbs
    open lib/functions/hook-functions.php edit line 438
    $showOnHome = 1;
    to
    $showOnHome = 0;

    #menu text
    open lib/functions/theme-functions.php edit line 249

    echo '<div class="mobile-open"><a class="mobile-open-click" href="#"><i class="fa fa-bars"></i>'. __(
    "Top Menu","mesocolumn") . '</a></div>';

    change the “Top Menu” to any text you want.

    Thread Starter martywray

    (@martywray)

    Those changes worked perfectly.

    Thanks very much for your quick response. Much appreciated.

    Thread Starter martywray

    (@martywray)

    Hi Ritchie,

    Is there anyway to add the Breadcrumbs chamge to a child theme functions?

    Thanks.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove Breadcrumbs from Homepage’ is closed to new replies.