I'm using a 960Grid subtheme. I've created (by following http://drupal.org/node/495654) a custom layout. The layout appears as an option that I can select in the panels UI. When I go to the content tab (or view a node that uses that layout for display) absolutely nothing is rendered (I mean nothing at all that appears in the tpl.php file):

<div id="main-content" class="region clear-block">  </div>

vs. (when I use the stock stacked 2 column layout):

<div id="main-content" class="region clear-block">
  <div id="home-page-panels" class="panel-2col-stacked clear-block panel-display"> ... </div>
</div>

Anyone got any ideas? I've attached my layout files. They are in my theme folder at drupal/sites/default/themes and the theme .info file appears to be correctly pointing to it (in that I can select it in the panels UI).

Other possibly relevant info: Chaos Tool 6.x-1.0

Thanks.

Colin

Comments

enjoy777’s picture

hi

This is something similar to this what I have got few days before.
Clear your template cache - Admin - Performance - clear cache

colin_young’s picture

Forgot to mention in the original post that I've cleared the cache multiple times. I also have caching disabled, but I don't know if that also applies to the theme cache.

colin_young’s picture

I've also checked that the theme is enabled (as suggested by http://drupal.org/node/440206). Still no layout showing up.

halstead’s picture

Assigned: Unassigned » halstead
StatusFileSize
new11.99 KB

I note that boston_northshore-twocol_huluku_960.tpl.php is the name of your file. I think this should be boston_northshore-twocol-huluku-960.tpl.php with dashes instead of underscores. Let me know if that works.

Screenshot example is attached.

esmerel’s picture

Status: Active » Fixed

Marked fixed, pending response to #4

colin_young’s picture

Status: Fixed » Closed (fixed)

Excellent. That fixed it. I'll make a note in the tutorial I referenced earlier.