Tagged: breadcrumb, Portfolio
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 :
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
Hi romano2!
Seems like you have removed the code – http://i.imgur.com/6kt858j.png ? :)
Regards,
Yigit
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
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
Ha ! I’ve to erase the cookies, and it is back to your presentation. Just Accueil/Musica
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
Hey!
You have to modify this line to exclude archive pages:
if($page)
Replace it with:
if($page && !is_archive())
Best regards,
Ismael
Thanx a lot !