Breadcrumbs stopped working. Seems like the shortcode is not being processed

Ticket for: Breadcrumb
0
Breadcrumbs stopped working. Seems like the shortcode is not being processed 1
hyberman
May 20, 2023 12:09 PM 1 Answers
Member Since May 2023
Subscribed Subscribe Not subscribe
Flag(0)

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!

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Breadcrumbs stopped working. Seems like the shortcode is not being processed 2
Azizul Raju
May 21, 2023
Flag(0)

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

Sign in to Reply
Replying as Submit