Hi,
the plugin was working fine, until today when I noticed that instead of the breadcrumbs now I see the [breadcrumb] shown on the frontend. Not sure what happened, I have updated the plugin to the latest version, but no change.
We have moved the website to another hosting lately, so maybe that did something but not sure what.
We are using the Twenty Twenty-Three theme.
Thanks!
Hi,
Welcome to PickPlugins.
I can see the shortcode is executing, but somehow an extra br tag is added to your breadcrumb item.
Screenshot: https://ibb.co/RjMHyCN
To resolve this, you can copy the CSS code below and paste it under Custom Scripts => Custom CSS option.
Screenshot: https://ibb.co/1Z1HFB0
Code to copy:
.breadcrumb-container br {
display: none;
}
Let us know if it helps.
Regards