Forums

[resolved] NAVT not displaying (4 posts)

  1. jdlejeune
    Member
    Posted 4 years ago #

    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>
  2. jdlejeune
    Member
    Posted 4 years ago #

    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.

  3. Gbellucci
    Member
    Posted 4 years ago #

    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.

  4. Gbellucci
    Member
    Posted 4 years ago #

    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.

Topic Closed

This topic has been closed to new replies.

About this Topic