Validating error with PixoPoint Menu Plugin – W3C Validator

Forums Forums Menus Validating error with PixoPoint Menu Plugin – W3C Validator

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1477
    Anonymous
    Member

    Hello!

    I have a wp theme which is Valid, but after implementing PixoPoint Menu Plugin it isnt valid anymore. I would like to ask the authors about an uptade so its valid. What I see in my site source and errors pointed out by Validator, the menu plugin is adding unnecessary code.

    Link to validation:
    http://validator.w3.org/check?uri=http% … &outline=1

    Heres the errors and the part of the source:

    Validation Output: 2 Errors
    [code:3q2dmbu0]
    Line 220, Column 34: document type does not allow element "div" here; assuming missing "li" start-tag

    <div id="pixopoint_menu1_wrapper">
    ✉

    Line 235, Column 21: end tag for "li" omitted, but OMITTAG NO was specified

    </ul>
    ✉

    You may have neglected to close an element, or perhaps you meant to "self-close" an element, that is, ending it with "/>" instead of ">".

    Line 220, Column 1: start tag was here
    <div id="pixopoint_menu1_wrapper">[/code:3q2dmbu0]

    Part of my source:
    [code:3q2dmbu0]
    <div id="globalnav">
    <div id="navpocket">
    <ul id="nav" class="nav-wide">
    <!– PixoPoint Menu Plugin by PixoPoint Web Development ... http://pixopoint.com/pixopoint-menu/ –>
    <div id="pixopoint_menu1_wrapper">
    <div id="pixopoint_menu1">
    <ul class="sf-menu" id="suckerfishnav">
    <li class="current_page_item"><a href="http://ostrzalka.pl/tst/">Strona główna</a></li><li class="page_item page-item-2 haschildren"><a href="http://ostrzalka.pl/tst/?page_id=2" >Informacje</a>
    <ul>
    <li class="page_item page-item-28"><a href="http://ostrzalka.pl/tst/?page_id=28" >adasdasd</a></li>
    <li class="page_item page-item-26"><a href="http://ostrzalka.pl/tst/?page_id=26" >Podstrona #1</a></li>
    </ul>
    </li>
    <li class="page_item page-item-30"><a href="http://ostrzalka.pl/tst/?page_id=30" >Software</a></li>
    <li class="page_item page-item-48"><a href="http://ostrzalka.pl/tst/?page_id=48" >Workshop</a></li>
    </ul>
    </div>
    </div>
    </ul>
    </div>
    </div>
    </div><!–End shadow–>
    </div><!–End wrapper–>
    <div id="footer" >
    <div class="footer-content">[/code:3q2dmbu0]

    #8627

    That’s not a problem with the plugin, that’s a problem with your implementation of the menu in your theme.

    You can’t place the menu inside UL tags like you have.

    You should be able to solve the problem by removing the following code (and it’s corresponding </ul> tag) from your theme:
    [code:1rrhpq2q]<ul id="nav" class="nav-wide">[/code:1rrhpq2q]

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.