Closed (works as designed)
Project:
Shiny (Administration theme)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Apr 2013 at 17:07 UTC
Updated:
9 May 2014 at 16:21 UTC
Jump to comment: Most recent
Comments
Comment #1
jsacksick commentedComment #2
dudenhofer commentedI think something is missing from your update. Are you sure you have the latest version of Shiny? The footer region was added in the 1.1 release. You might also check that you've updated everything. In Commerce Kickstart 2.6, there is a commerce_kickstart_admin theme that is a subtheme of Shiny. It holds things that are specific to Commerce Kickstart. It should have been enabled when you ran your updates.
I'd say double check those two things and let me know if you still have the issue.
Comment #3
dudenhofer commentedComment #4
bskibinskiI think there is an issue with adding a footer region in the admin interface (as seven and rubik themes also don't have them)
This is also related to the issue "Contexts appear that shouldn't".
The footer probably has the same machine name as most front end themes. This seems to be conflicting with at least the module "context", as you can't set the theme in context, it probably looks at machine names.
So I think changing the footer machine name to something more unique (footer_admin_shiny) would resolve some issues.
Great looking theme by the way! ;)
Comment #5
bskibinskiJust tested it, and changing the machine name does fix the issue with context.
Changes made in:
shiny.info
page.tpl.php
template.php (at the bottom)
I renamed it to footer_admin_shiny so there will never be conflicts with other admin themes.
Comment #6
dudenhofer commentedI still think the appropriate thing for you is to create a sub-theme of Shiny and remove/change your region in your sub-theme. For the most part, just editing the block's configurations are going to be sufficient - Select "None" for the Shiny region, or set the page display settings for the block to exclude admin* pages.
There are plenty of ways to do this without changing the template files on everyone. Some might actually prefer having the footer blocks the same in both areas. If you need to better ensure that no one mistakenly places a block in the footer region, then I think a sub-theme is the way to go, then you can customize it all you want.