• I was able to remove “Home” from the navigation.

    Maybe I overlooked some of the settings but I would also like to have the trail not show until a child is navigated to. For example:

    Home
    Residents
    -Res PG 1
    -Res PG 2
    Business
    -Bus PG 1
    Visitors
    – Vis PG 1
    – Vis PG 2

    On Home, nothing shows (good).
    On Residents: Residents shows in the trail (needs to not show until child page is navigated to).
    On Residents > Res PG 1, trail shows: Residents > Res PG 1 (good).

    I have Home, Residents, Business, and Visitors all at the same hierarchical level. Any suggestions? Thanks

    https://www.ads-software.com/extend/plugins/breadcrumb-navxt/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi gstricklind, how did you get it to not show on the home page?

    ??

    Thread Starter gstricklind

    (@gstricklind)

    Settings > breadcrumb NavXT – unchecked: Place the home breadcrumb in the trail.

    I guess I can bring that back, so it would look logical to the other pages having “Home > Residents” instead of just “Residents”. But how would I remove the trail from the Home Page.
    I just don’t see the trail useful on a page when its NOT useful. (on home page having only home in the trail, the global home button highlighted, AND the “Home” header.)

    Hmm..

    Thread Starter gstricklind

    (@gstricklind)

    Got it. In breadcrumb_navxt_class.php line 1053 change
    if($this->opt['bhome_display'])
    to
    if($this->opt[''])

    Removes the “Home” from the home page. Looks nice ??

    Plugin Author John Havlik

    (@mtekk)

    Don’t modify the plugin, your modifications will break with updates. If you are trying to remove the breadcrumb trail from the home page, please look at the FAQ: https://mtekk.us/code/breadcrumb-navxt/faq/#use1

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Breadcrumb NavXT] Removing parent from trail until child is navigated to’ is closed to new replies.