Hi,

I am getting a bit confused with this theme when trying to create new regions.

Can someone please help to create a tutorial/instruction on how to add a new region to this theme?

I have added new regions to other themes before, but the way that the .info, .css files, and page.tpl.php are organized are not what I'm accustomed to. There seems to be some coding logic to group various regions and render them as a group, but I can't quite decipher the logic since I don't have a coding background.

My goal is to create another sidebar on the right between the content top and sidebar right region that is ~300 pixels wide.

Can anyone help on this?

Thanks a bunch,

CarbonPig.com

Comments

mrtoner’s picture

Status: Active » Closed (fixed)

This request is far beyond the scope of a single theme's issue queue. You need to be looking at the Drupal theming handbook pages. There are two basic things you'll start with: 1) declaring the region in your .info file and 2) adding the appropriate markup to page.tpl.php. BTW, you should be creating a sub-theme of LiteJazz, not modifying the theme itself.