Support » Plugin: The Events Calendar » WordPress Menus

  • Resolved Bill Smith

    (@jdmdulcimer)


    On the calendar page, I’m having trouble getting the template’s WordPress menus to display. Here is the link: http://205.173.96.38/~kspharms/

    Navigate to the “Calendar” page and you’ll notice the header and footer menus disappear.

    In the header.php and footer.php, here is the call to the menu array. Nothing looks out of ordinary. Any ideas?

    <nav class="primary">
    <?php wp_nav_menu( array(
     'container'       => 'ul',
    menu_class'      => 'sf-menu',
    'menu_id'         => 'topnav',
     'depth'           => 0,
    'theme_location' => 'header_menu'
    ));
    ?>
    </nav><!--.primary-->
    <nav class="footer">
    	<?php wp_nav_menu( array(
                  'container'       => 'ul',
                  'menu_class'      => 'footer-nav',
                  'depth'           => 0,
                  'theme_location' => 'footer_menu'
                  ));
                ?>

    http://wordpress.org/extend/plugins/the-events-calendar/

Viewing 1 replies (of 1 total)
  • Hey there jdmdulcimer. My guess is that this is something with your theme; when I visited the site it was behaving oddly and it looked largely related to whatever is going on in the header there. Have you tried reverting to the default Twenty Eleven or Twenty Twelve theme to double check if the issue occurs there too? What theme are you using here?

Viewing 1 replies (of 1 total)
  • The topic ‘WordPress Menus’ is closed to new replies.