Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 97086

SandraDehue on "[Theme: Expound] Problem with menu using child theme"

$
0
0

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>

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


Viewing all articles
Browse latest Browse all 97086

Trending Articles