Hi,
I just installed a child theme for expound (great theme, thanks a lot) and everything works fine, except that the primary menu doesn’t display properly. That is, it seems to diplay the content for a screen reader (?)
When I compare the site code using expound vd expound-child the difference is that with expound-child the code is:
<header id="masthead" class="site-header" role="banner">
<div class="site-branding"></div>
<nav id="site-navigation" class="main-small-navigation" role="navigation">
<h1 class="menu-toggle toggled-on"></h1>
<div class="screen-reader-text skip-link"><a hre…
<div class="menu-menu-1-container"></div>
</nav>
<!--
#site-navigation
-->
</header>
Using expound the code is:
<div class="site-branding"></div>
<nav id="site-navigation" class="navigation-main" role="navigation"></nav>
<!--
#site-navigation
-->
</header>
[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
The files in my expound-child folder are:
style.css
(added rule for ul.blok related to extra widget area)
index.php
(to define the extra widget area)
featured.content.php
(to register the extra widget area)
Nothing else.
Help is much appreciated!
Sandra