• Okay, I’ve been struggling with this problem for a week now, and there don’t appear to be any answers at all.

    My site displays perfectly well, until you visit any page that displays posts individually, such as a permalink or a static page (ie. “About the site”). These pages lack white backgrounds behind the text, and the sidebar does not begin until the bottom of the page.

    This problem came about suddenly, and I do not believe I made any changes to evoke it. I’ve tried reverting to past HTML files and WordPress releases, as well as disabling plugins and none of these things help!

    Please, please, someone explain to me what is wrong!

    Working: https://www.jetskvetch.com

    Not working: https://www.jetskvetch.com/privacypolicy

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

    (@jetskvetch)

    A better way to phrase this problem might be: why has my sidebar pushed down to the bottom of the screen, messing up the whole page?

    I know others have had this problem in the past, but none of their fixes have helped me. I haven’t changed the coding in any meaningful way in over a month, and even reverting to June’s code changes nothing.

    Nothing works! Nothing! I’m absolutely losing it over here. PLEASE help me!

    The problem is in your HTML. You appear to have an unclosed ‘div’ for your main content.
    Most likely you have a Page Template, which is used for single pages like posts and your privacy policy. Towards the bottom of this file, you’re missing a </div> before you call the sidebar.

    neetij is right.

    You have way too many unclosed tags. There are 36 div tags opened and only 34 are closed. Out of 31 p tags only 28 are closed. Out of 28 script tags only 26 are closed. Out of 78 li tags only 55 are closed.

    I also suspect that you have called wp_head() function two times. The second time you have called it inside the body tag.

    There are 3 404 not found scripts.

    I suggest you to recode your theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Permalink Pages Broken’ is closed to new replies.