The node template should render within the content region or at least should be replaced by the node template. But I am finding that it is not rendering within any regions, but it does rend within the content zone.

Now to be fair, Omega works correctly on a different site that I am working on. Just not here. At first I thought it was the sub-theme that was jacked. But I created a brand new empty one and it had the same problem. I also tried using the Omega base theme as the theme and had the same problem. So now I am at a loss as to what is causing this.

On my other site I tried to add the Delta module to see if that affected it, but no dice. So either another module is breaking it or something else is wrong in the config.

Any ideas?

Thanks,
Patrick

Comments

patrick.thurmond@gmail.com’s picture

Status: Active » Closed (fixed)

Ok, so it turns out I was ignorant of a new feature in Drupal 7. Apparently you have to specify where the main content will go in blocks or context. If you don't then it will just put it where it can best find a place.

drupal_was_my_past’s picture

I ran into this too where we accidentally removed Main Content from Blocks and then the whole theme got blown out. Adding it back into Blocks, or in our case, the Sitewide Context, fixed everything.