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
Comment #1
enjoy777 commentedhi
This is something similar to this what I have got few days before.
Clear your template cache - Admin - Performance - clear cache
Comment #2
colin_young commentedForgot 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.
Comment #3
colin_young commentedI've also checked that the theme is enabled (as suggested by http://drupal.org/node/440206). Still no layout showing up.
Comment #4
halstead commentedI 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.
Comment #5
esmerel commentedMarked fixed, pending response to #4
Comment #6
colin_young commentedExcellent. That fixed it. I'll make a note in the tutorial I referenced earlier.