Display problem with breadcrums

Ticket for: Breadcrumb
0
Display problem with breadcrums 1
Patrik Safar
Jul 23, 2024 01:48 PM 1 Answers
Member Since Jan 1970
Unsolved Solved Mark as Solved Mark as Unsolved
Subscribed Subscribe Not subscribe
Flag(0)

Hi,

We use breadcrum add-on for wordpress in our site. Everithing works fine but now breadcrums show messy. I didn't find option for attachments so I try describe it. We use custom separator and it is shown in the next line And it add nubers before breadcrums but we dont set any nuber option. For example our bredcrums looks like this:
1.  home
/
2. about
/

I also attach html code of page:

<ol>
<li>
<a title="Domov" href="https://mcedu.sk"><br>
<span>Domov</span><br>
</a><br>
<span class="separator"> /</span>
</li>
<li>
<a title="O spoločnosti" href="https://mcedu.sk/o-spolocnosti-2/"><br>
<span>O spoločnosti</span><br>
</a><br>
<span class="separator"> /</span>
</li>
</ol>
<p> <script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 2,
"item": {
"@id": "https://mcedu.sk",
"name": "Domov"
}
}
, {
"@type": "ListItem",
"position": 3,
"item": {
"@id": "https://mcedu.sk/o-spolocnosti-2/",
"name": "O spoločnosti"
}
}
]
}
</script></p>
<style type="text/css">
.breadcrumb-container {
font-size: 13px;
}</p>
<p> .breadcrumb-container ul {
margin: 0;
padding: 0;
}</p>
<p> .breadcrumb-container li {
box-sizing: unset;
display: inline-block;
margin: 0;
padding: 0;
}</p>
<p> .breadcrumb-container li a {
box-sizing: unset;
padding: 0 10px;
}</p>
<p> .breadcrumb-container {
font-size: 10 !important;
padding: ;
margin: ;
}</p>
<p> .breadcrumb-container li a {
color: !important;
font-size: 10 !important;
line-height: 10 !important;
}</p>
<p> .breadcrumb-container li .separator {
color: #595959 !important;
font-size: 10 !important;
}</p>
<p> .breadcrumb-container li:last-child .separator {
display: none;
}</p>
</style>
<style type="text/css">
.breadcrumb-container.theme2 li {
margin: 0;
padding: 0;
}
.breadcrumb-container.theme2 a {
background: ;
border-bottom: 1px solid rgb(139, 139, 139);
border-top: 1px solid rgba(255, 255, 255, 0);
display: inline-block;
margin: 0 5px;
padding: 5px 10px;
text-decoration: none;
}
</style>
<style type="text/css">
.breadcrumb-container{}
.breadcrumb-container ul{}
.breadcrumb-container li{}
.breadcrumb-container a{}
.breadcrumb-container .separator{}
</style>
<p> <script>
</script>
</p>

 

Thanks for your response

Best regards

Patrik

0 Subscribers
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
Display problem with breadcrums 2
Azizul Raju
Jul 25, 2024
Flag(0)

Hi Patrik Safar,
We believe it's a wpautop issue, probably caused by a builder or theme that you're using. To fix this issue, please copy the filter hook below and paste it into your theme's function file. Make sure to paste it at the end of the file.
remove_filter( 'the_content', 'wpautop' );

Display problem with breadcrums 3
Azizul Raju
- Aug 03, 2024 07:18 AM
Flag (0)
0

Glad to know that the plugin fixed the issue for you. Would you please consider writing a review for our breadcrumb plugin?

Your feedback would inspire us a lot. You can share your review here – https://wordpress.org/support/plugin/breadcrumb/reviews/

Display problem with breadcrums 4
safar
- Aug 02, 2024 06:55 PM
Flag (0)
0

Hi update solve my problem.
Thank you for your help.
Best regards
Patrik

Display problem with breadcrums 3
Azizul Raju
- Jul 27, 2024 05:13 PM
Flag (0)
1

We have just released a new update, version 1.5.45. Please install the latest version and check if it resolves the issue for you. If the issue persists, please send your temporary login credentials to the support email: support@pickplugins.com

1+ more comments. Sign in to Reply
Replying as Submit