• Hello everyone!

    We all love Internet Explorer, don’t we?

    I installed a custom theme to my website recently, and wouldn’t you know it, the latest versions of Google Chrome, Mozilla FireFox, Opera, and Safari load my portfolio website properly. But not IE 11.

    I’m currently running version 11.0.20 of Internet Explorer, and below is the code I use to display my Primary Navigation in my header.php file:

    <nav class="l-header-group m-site-nav">
      <?php
      $primary_nav = array(
         'theme_location'  => 'primary_nav',
         'menu'            => 'Primary Navigation',
      );
    
      wp_nav_menu( $primary_nav );
    
      ?>
    </nav>

    The website address is https://www.thomasking.me/.

    Thank you for any assistance you can provide, and if I need to provide more information, let me know!

  • The topic ‘IE 11 Issue – Primary Navigation not appearing’ is closed to new replies.