Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #410895

    Hello
    I inserted a code that you gave to intergrate taxonomies in breadcrumb.
    The code is the one on this topic : https://kriesi.at/support/topic/breadcrumbing-image-clipping-problem/
    But there is a case where it does not work correctly :
    breadcrumb_double
    If we look at a taxonomy page like “/portfolio_entries/musica/”, the breadcrumb double the taxonomy name like that /portfolio_entries/musica/musica
    The last one should not be there….
    Have you got some solution please ?
    Thanx a lot

    #410958

    Hi romano2!

    Seems like you have removed the code – http://i.imgur.com/6kt858j.png ? :)

    Regards,
    Yigit

    #410965
    This reply has been marked as private.
    #410967

    Hi!

    I tried as you suggested but i still see as the screenshot i posted :) Can you please flush browser cache and try once again?

    Best regards,
    Yigit

    #410971
    This reply has been marked as private.
    #410974

    Hey!

    I just checked your website on Firefox as well but i still see the same – http://i.imgur.com/AKKbXIq.png
    If you have a chance, can you please check your site on another computer?

    Regards,
    Yigit

    #410975

    Ha ! I’ve to erase the cookies, and it is back to your presentation. Just Accueil/Musica

    #410977

    If I erase the cookies, the presentation is looking like your picture.
    But after navigating, the breadcrumb becomes like mine…

    And I just would like it becomes Accueil / Realisations / Musica

    • This reply was modified 9 years, 1 month ago by romano2.
    #411451

    Hey!

    You have to modify this line to exclude archive pages:

    if($page)
    

    Replace it with:

    if($page && !is_archive())
    

    Best regards,
    Ismael

    #412837

    Thanx a lot !

    #413356

    Hi!

    Glad we could help :)

    Regards,
    Rikard

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.