Mm, your “Home” in breadcrumb is not a link? Don’t think it’s normal.
Could you post a link to your website?
About “Home” name the only way to change it is into customizr code, or, better choice, in translation files.
Ops that’s a weird thing:
here is clickable: http://www.kinenska.eu/category/blog/
here no: http://www.kinenska.eu/om-kina/kinesiska-muren/
so Home >> xxx is clickable .. Home >> xxx >> yyy …. no.
Weird
ohh i got it. That’s the thing that happens also with gallery posts.
https://wordpress.org/support/topic/gallery-format-title-is-not-fully-clickable
It’s not about the breadcrumb and/or the tree ” Home >> xxx >> yyy” .
It’s about article.page .format-icon:before which overlaps the “Home” span.
What if you put this in your custom css, or your child theme style.css ?
article.page .format-icon:before {
z-index: -1;
}
?
Yes, it seems to be working if I add that css in.
Now there is a small “glap” when trying to press Home on the “Blog” page and the “Dagens tecken”. These were the only two pages that worked before. I guess it has to do with that they are menu items made from categories.
It’s a bug that nikeo is aware of.