No breadcrumb seperators since update to V 8.0.6.
-
Hi there,
since the last update to Woodmart 8.0.6 there are no seperators in the shop breadcrumb anymore. I hadn’t changed css before, it’s just standard output. The breadcrumb on blog pages is still shown correctly (just with “/” as seperator). I tried to “half fix” it temporarily by adding “>” using css (I’m absolutely no css expert):
.wd-breadcrumbs a:after {
content: ” > “;
white-space: pre;
}
Of course, this option also affects the breadcrumb layout on blog pages for example. How can the shop breadcrumb be fixed without changing blog breadcrumb layout?
Thank you and best regards,
Kerstin
Attachments:
You must be
logged in to view attached files.
Hello,
Please switch to the parent theme and test how it works. If it doesn’t help, send us your admin access so we can check what is wrong.
Kind Regards
Hello,
thank you for the hint. I had to update breadcrumb.php in child theme. It’s working now 🙂
Regards,
Kerstin
Great, we are glad that you sorted it out. Feel free to contact us if you have any further questions.
The topic ‘No breadcrumb seperators since update to V 8.0.6.’ is closed to new replies.