• Hi,

    I would like to insert a secondary menu below the primary menu. I have tried everything with no success.

    Can you please help me?

    The page I need help with: [log in to see the link]

Viewing 8 replies - 1 through 8 (of 8 total)
  • What is the code you are writing?

    Thread Starter federo86

    (@federo86)

    <nav id=”site-navigation” class=”main-navigation inner-wrap clearfix” role=”navigation”>
    <h3 class=”menu-toggle”><?php _e( ‘Menu’, ‘accelerate’ ); ?></h3>
    <?php
    if ( has_nav_menu( ‘secondary menu’ ) ) {
    wp_nav_menu( array( ‘theme_location’ => ‘secondary-menu’ ) );}
    else {
    wp_page_menu();
    }
    ?>
    </nav>
    </div><!– #header-text-nav-container –>

    In this way I have inserted the secondary menu but it doesn’t look right on the website as the container is bigger than the slider that is below.

    What is the issue here: Is the menu not displaying at all? Or is it not displaying correctly?

    Thread Starter federo86

    (@federo86)

    No it not displaying correctrly.

    Take a look: https://www.testistecsj.com/

    How do you want it to look?

    Thread Starter federo86

    (@federo86)

    Like this, but I don’t want the slider so smaller

    If you want the menu to look as it is, then the problem is not with the ‘Secondary Menu’. Instead, the issue s with the slider.
    The title and description of the support topic are misleading in that case.

    Hi. Locate the code below and remove the first one. Currently, you have two.

    </div><!– #header-text-nav-container —>

    Removing the first one will make the secondary menu to have the same width as the primary menu.

    Hope this helps.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Secondary Menu’ is closed to new replies.