Breadcrumbs disappeared
-
hello John
I’ll appreciate your help to find the reason that navxt disappered.
I’m with WP5.4 and Divi v4.4.4 (latest)I can NOT see the breadcrumb on frontend, it just disappeared
In ispect I see this:
<script type="application/ld+json">{"@context":"https:\/\/schema.org","@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"item":{"@id":"https:\/\/www.MySite.com\/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@id":"https:\/\/www.MySite.com\/subMenu1\/","name":"subMenu1"}},{"@type":"ListItem","position":3,"item":{"@id":"https:\/\/www.MySite.com\/subMenu1\/consumer-subMenu1\/","name":"pageName"}}]}</script>
In child’s header.php I have this code
<!-- NavXT Breadcrumbs plugin --> <div class="breadcrumbs"> <?php if(function_exists('bcn_display')) { bcn_display(); }?> <!-- END NavXT Breadcrumbs plugin -->
The code was shortened according your help to disable NaxXT from schema as it is handled by another plugin.
In addition I have the following css changes in style.css which I don’t think it matters. Playing/disable it didn’t fix the matter
/* position of NavXT Breadcrumbs */ .breadcrumbs { text-align: left; font-size: 16px; margin-left: 340px; margin-top: 6px; margin-bottom: 8px; } @media only screen and (max-width: 980px) { .breadcrumbs { display: none !important; } } /* Colors of NavXT Breadcrumbs links */ .breadcrumbs a:link { color: #427265; } .breadcrumbs a:visited { color: #000000; }
I still want NavXT to show the breadcrumb on pages/posts, but not handle the schema code as it is handled by a dedicated schema plugin.
Will appreciate your kind help
Thanks
- The topic ‘Breadcrumbs disappeared’ is closed to new replies.