As far as I am dealing correctly with Omega Theme, it seems to me that something is missing for complete easy configuration of regions positioning. I cannot move breadcrumb and system messages as I want using the configurable zones and regions from admin/appearance/settings/my-theme (Zone and regions configuration tab). I took a look in templates and could notice that div id="breadcrumb" and div id="messages" are not wrapped in a dedicated region that could be configurable : they are directly wrapped in a zone, at the same level than regions. My problem is that I would like to move breadcrumb to the right (something like "prefix-3") inside a 24-columns Content Zone (see attached file). At this moment, it seems not possible with the native regions configuration system of Omega. It is a pity because Omega is so powerfull with all other regions/zones EXCEPT breadcrumb and messages.
Did I miss something ?
| Comment | File | Size | Author |
|---|---|---|---|
| omega_breadcrumb_messages.png | 139.45 KB | lektum |
Comments
Comment #1
kylejaster commentedI believe the correct way of doing this is to create a process-zone.inc file in YOURCUSTOMTHEME/process/ directory, then add (in the example I'm using the header zone)
then add the references to breadcrumb and messages into your zone-header.tpl.php file:
Hope this helps!
Comment #2
Argus commentedAre you familiar with Blockify?
Comment #3
heyyo commentedOr the sub module "delta blocks" http://drupal.org/project/delta
Comment #4
Woggers commented@Kyle-Jaster
THANK YOU SIR! This worked perfectly for what I needed!
Comment #5
Argus commentedComment #6
toastytheog commentedJust had to do this on one of my sites. Blockify is definitely the easiest route to take.