• Resolved jdlejeune

    (@jdlejeune)


    Hello I am using a non-widgetized theme. It appears that I have the plugin installed correctly as I have created a group called “navigation”.

    I now have placed this code into my sidebar, but I do not see the navigation when I view the site.

    <li>
      <ul>
        <li><a href="<?php bloginfo('siteurl'); ?>" title="Home">Home</a></li>
    
    	<?php if( function_exists('navt_getlist') ) {
    			navt_getlist('navigation');
    	      }
    		else {
    		    wp_list_pages();
    	      }
    	?>
      </ul>
    </li>
Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter jdlejeune

    (@jdlejeune)

    Case sensitive. My navigation group was actually called “Navigation”. I could not tell this until I went into the “rename” option.

    Sorry for the hassle.

    Off the top of my head, I would say there are only a few things that will prevent the list from displaying given the code you’ve provided.

    1. The plugin is not activated?
    2. The list called ‘navigation’ is perhaps spelled differently on the NAVT List page?
    3. You have a class in your style sheet called “menu” and it has “display:none;” defined?

    other than that… there isn’t any reason why you shouldn’t see the list you’ve created. Can you see the list in the source code? What source code appears in the location where you expect to find the list? NAVT always places a HTML comment above the list that contains the NAVT version number.

    At one point I did force everything to lowercase and then I changed that to mixed case…. I think I’ll change it back to forcing things to lowercase for list names. That problem has also ‘gotten me’ once or twice.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘NAVT not displaying’ is closed to new replies.