• here are my lists before this plugin..this is from the source code

    <ul id="page-bar" class="left clearfloat">
    
    <li class="page_item page-item-3 current_page_item"><a href="#" title="Home">Home</a>
    <li class="page_item page-item-6"><a href="#" title="About Us">about us</a>
    
    <ul>
    	<li class="page_item page-item-8"><a href="#/about-us/mission" title="Mission">Mission</a>
    	<li class="page_item page-item-10"><a href="#/about-us/team" title="Team">Team</a>
    </ul>
    <li class="page_item page-item-13"><a href="#/products" title="Products">Products</a>
    <li class="page_item page-item-16"><a href="#/classes" title="Classes">Classes</a>
    <li class="page_item page-item-18"><a href="#/affiliates" title="Affiliates">Affiliates</a>
    <li class="page_item page-item-21"><a href="#/contact-us" title="Contact Us">Contact Us</a>

    here is the code that breaks it after the plugin is activated
    i just wanted the About Us not to be a link, but still display it’s sub-menus.
    it does remove the link but places the in the wrong line

    <ul id="page-bar" class="left clearfloat">
    
    <li class="page_item page-item-3 current_page_item"><a href="#" title="Home">Home</a>
    <li class="page_item page-item-6">About Us  <strong>!!! here the li should end</strong>
    
    <ul>
    	<li class="page_item page-item-8"><a href="#/about-us/mission" title="Mission">Mission</a>
    	<li class="page_item page-item-10"><a href="#/about-us/team" title="Team">Team</a>
    </ul>
    </li>
    
     <strong>- wrong end of  tag</strong>

    http://ww.wp.xz.cn/extend/plugins/page-lists-plus/

Viewing 1 replies (of 1 total)
  • Hi tanicos2,

    Thanks for the bug report. (For future reference, bug reports sent using the email link on the Settings > Page Lists Plus page will definitely reach me; bug reports posted here will only be dealt with if I happen to notice them.)

    As a first observation, all of your closing tags are missing, in the before code as well as the after code. Can you confirm that that’s how the code appears on the page?

    The main point, though, is that your after code is correct. The closing tag shouldn’t be where you have “!!! here the li should end”, it should be after the nested list, where it is.

    If you’d like to point me to your site, I’d be happy to help you get this working as you’d like it to, but as far as I can tell so far the problem here isn’t with Page Lists Plus.

    Regards,

    Tim

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Page Lists Plus] lists are screwed?’ is closed to new replies.