Active
Project:
Omega
Version:
7.x-3.0
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2011 at 14:03 UTC
Updated:
27 Sep 2011 at 20:35 UTC
I have a panel that uses the "Two Column 6-6 stacked" layout from the "Omega: 12 Column Grid" category. For this layout, the middle region is divided into 6 columns from the left and 6 columns from the right. I want to modify this layout so that instead of 6 left column and 6 right column in the middle, it will become something like 8 column left and 4 column right or 7 column left and 5 column right. I've already researched enough but still few resources
Comments
Comment #1
mrfelton commented@DrupalRevisited - I think the best way to do this is to just add a new panels layout to your theme. Take one of omega's as a starting point, rename all the files, edit the class names, and add something like the following to your .info file to get panels to find it.
Don't forget to clear your cache after altering the .info file. Note that you need to make sure that the filenames of any of the include files are less than 23 characters or panels won't be able to load them correctly.
I've added a placeholder to #155884: flashvideo.module : install FFMPEG on wamp where this can be properly documented. You may want to refer to #495654: Panels 3: Creating a custom layout in your theme for the time being.
Comment #2
Argus commentedThe first link seems to be a typo: http://drupal.org/node/155884 ??
The second link is: Panels 3: Creating a custom layout in your theme
Only project issue numbers (ex. #12345: How do I log in as admin?) turn into links automatically, other nodes don't.
Comment #3
mrfelton commentedThe first link was supposed to be to Omega Theme 3.x Help Documentation
Point 10 was the one I added "Creating custom Panels layouts for Omega 3.x". Obviously someone needs to write the actual article though!