Hi,
I'm working on a Drupal 7 site that is based on 960.
Being used to zen; I'm a big fan of being able to edit blocks, menus and views by hovering over the blocks on the page. Without this I'm wasting a lot of valuable time hunting down blocks, menus and views in a complex web site.
here is what I did
1) I installed zen and the zen starter kit themes.
2) Then I installed the zenophile and created a zen sub theme.
3) In zen_starter.info comment out layout-fixed.css by adding a semi-column:
; stylesheets[all][] = css/layout-fixed.css
4) In my version of ninesixty.info add:
base theme = zen_starter
5) Enabled zen, zen subtheme and my version of ninesixty as the default and flushed the casche

Still now hover block and view editing !
Please advise

Comments

toby53’s picture

The D7 zip works with the supplied ninesixty.
I need to somehow update my version of ninesixty. I tried adding debug.css and the contextual code to the template.php but the hover menus do not not seem to be working for me yet.