Posted by NecroHill on January 25, 2013 at 9:32pm
4 followers
| Project: | Commerce Kickstart |
| Version: | 7.x-2.1 |
| Component: | User interface |
| Category: | support request |
| Priority: | normal |
| Assigned: | Cookiz |
| Status: | closed (fixed) |
Issue Summary
Is there any way to maintain breadcrumbs location via theme settings? There is "Zone and region configuration" tab in theme settings, I set "header zone" as a parent zone for breadcrumb region but breadcrumbs remain on top of the content. Any tips?
Comments
#1
According to my research, Omega by default does not allows you to handle the breadcrumbs out of the zone "content"
(see the caption called omega_alpha_process_zone which is in this place in omega theme : omega/omega/template.php)
If you want to put the breadcrumbs outside the content area you will have to override in your own theme template.php file this function...
You will also need to override the concerned tpl file in order to display the breadcrumb in the desired zone/region.
#2
#3
Automatically closed -- issue fixed for 2 weeks with no activity.