Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Roctu

    (@roctu)

    Thank you, I will try precisely that.
    ~Jesse

    ps: Even now when I follow your link, only 98 lines of code show ?? it’s the damndest thing!

    Thread Starter Roctu

    (@roctu)

    Much appreciated!

    Thread Starter Roctu

    (@roctu)

    Issue Summary: Looks like https://www.internationalbeerday.com/ will frequently stop loading after code line 97,

    But look at the errors listed — All the errors listed in the validator link appear to stop at line 98, which is odd seeing as how there are at least 250 lines.

    In fact, the following errors listed are all consistent with only the top of the page being loaded:

    Line 98, Column 6: “ul” not finished but document ended
    Line 98, Column 6: end tag for “ul” omitted, but OMITTAG NO was specified
    Line 98, Column 6: end tag for “div” omitted, but OMITTAG NO was specified
    Line 98, Column 6: end tag for “div” omitted, but OMITTAG NO was specified
    Line 98, Column 6: end tag for “div” omitted, but OMITTAG NO was specified
    Line 98, Column 6: end tag for “body” omitted, but OMITTAG NO was specified
    Line 98, Column 6: end tag for “html” omitted, but OMITTAG NO was specified

    So even the validator is only seeing the top of the website load, and it looks like it’s stopping at like 97.

    Furthermore, when the page “semi-loads” (just the top) the last thing listed is a big empty “nav” unnumbered list where my navigation should be:

    <ul id="nav">
    					</ul>

    This is the code, that appears not to be rendering, it’s the last item in the header.php file:

    <ul id="nav">
    					<?php $_walker = new Walker_Page_Custom(); wp_list_pages(array('walker' => $_walker,'title_li' => '','depth' => '1'));	?>
    				</ul>

    And then everything that comes after the header.php file is also, just not loading. Since the last part of the header should be providing my navigation, and isn’t, presumably the issue is contained within the header.php — what could be causing this?

Viewing 3 replies - 1 through 3 (of 3 total)