Addition of Breadcrumbs NavXT: Breaks main nav
-
If I implement Breadcrumbs NavXT via the following method in the header.php file of a Twenty Ten child theme:
</div><!– #header –>
<div class=”breadcrumbs” xmlns:v=”https://rdf.data-vocabulary.org/#”>
<?php if(function_exists(‘bcn_display’))
{
bcn_display(false,false);
}?>
</div>
<div id=”main”>The breadcrumbs do appear as expected. But, when I use the site’s main nav menu to go to an internal page, ALL of the main nav menu items no longer act as links, and do not work – no cursor hand on hover, nothing. The site had been working as expected for a long time – but now the main nav doesn’t work on all internal pages. If I remove the NavXT code from the child theme’s header.php file, the main navigation works again everywhere.
- The topic ‘Addition of Breadcrumbs NavXT: Breaks main nav’ is closed to new replies.