• Resolved deinezauber

    (@deinezauber)


    Hi all,
    I’ve just upgraded my Customizr theme from 3.0.15 to 3.1.6 and I’m using my own child theme with its functions.php and style.css files.

    I’m having a problem with the hook ‘tc_breadcrumb_display’ because it appends – and not replace – the original breadcrumb, so the final results is something I don’t like… could someone please give me a hint about how to use this hook to replace the breadcrumb?

    Thank you in advance,
    Nicola

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hold on until 3.1.7 where there are some changes planned I believe.

    In the meantime, turn off Breadcrumbs in Pages & Posts Layout

    Thread Starter deinezauber

    (@deinezauber)

    Thank you for your answer!

    Well, I’d like to continue displaying the breadcrumb; I just need to disable the unwanted piece added by the theme.

    I thought it was a simple task because I put in style.css the following rule:

    .breadcrumb-trail .breadcrumbs {
    	display: none;
    }

    But it’s not working and I can’t figure out, even with Firebug, what is blocking this rule: do you have a hint?

    Thank you,
    Nicola

    Thread Starter deinezauber

    (@deinezauber)

    Solved!!!

    I was using the wrong syntax for the CSS selector for that breadcrumb DIV:

    div[itemprop="breadcrumb"] {
    	display: none;
    }

    This topic can be considered closed, I hope it will help someone else!
    Ciao,
    Nicola

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Breadcrumb trail’ is closed to new replies.