• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Wordpress - disabling comments breaks page layout??

etherealfocus

Senior member
I'd prefer to keep the site I'm working on anonymous since it's work-related, but I've noticed that on many of the new pages I create, I have to keep comments enabled or the layout breaks. Our site was done by a developer we no longer work with (they gouged heavily before I got involved and put a stop to it) so I'm pretty much on my own to figure out what they left us.

Any idea how disabling comments could break a layout and how to fix it?
 
How? Probably as simple as disabling comments removes an element from the page, and the design doesn't accommodate the change. Is it one of the stock themes? Or something completely custom?
 
It's custom, but based roughly on Twenty Ten. The weird thing is that it's only affecting the page I'm working on now. Our About page has nothing but a table, comments are disabled, and it works fine. The page I'm working on now is identical except with a different table. I've checked and rechecked my code - thought I was just missing something stupid like a </div> but I'm not seeing anything.
 
Define "breaks". Have you checked the CSS to see if anything before or after comments requires comments? E.g. ".comments + X"?

Worst case you could probably hide comments with CSS. :\
 
Back
Top