Disable breadcrumb navigation links

This topic contains 3 replies, has 3 voices, and was last updated by  oldmankit 9 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #11693

    oldmankit
    Buyer
    Post count: 116

    How do I turn off breadcrumb navigation links?

    On my listing detail pages there is a div that looks like this:

    Home > Reiki Practices > Thailand > Bangkok > Bangkok > Courses > International School of Reiki

    My site currently only serves Bangkok so I’d like to get rid of that.

    I looked in the GeoDirectory settings but couldn’t find an option to turn it off. I already turned breadcrumb links off in Genesis.

    Any pointers would be gratefully received.

    #11697

    Guust
    Moderator
    Post count: 29970

    GD > Permalinks > add location link in slug (URL)

    #11783

    John Allsopp
    Expired Member
    Post count: 399

    To turn them off completely, put this in your child theme’s functions.php

    remove_action( 'genesis_after_header', 'geodir_replace_breadcrumb', 20 );
    #12000

    oldmankit
    Buyer
    Post count: 116

    Thank you, John. I tried that, but it didn’t seem to have any effect.

    Since I only want to disable them temporarily, I’ve opted for css:

    
    
    .geodir-breadcrumb {
    	display: none !important;
    } 
Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket