I'm not getting contextual links on blocks and views with the theme I'm using.
I'm not sure this module will/should fix this ?
Any advise for getting contextual links into the theme ( I tried sub theming zen with no success ) ?
thanks!
I'm not getting contextual links on blocks and views with the theme I'm using.
I'm not sure this module will/should fix this ?
Any advise for getting contextual links into the theme ( I tried sub theming zen with no success ) ?
thanks!
Comments
Comment #1
toby53 commentedComment #2
toby53 commentedUpdated the title
Comment #3
bkoether commentedHi toby53,
sorry for the late reply. I recommend using Omega (http://drupal.org/project/omega) as a starter theme. Contextual links work with sub-themes of Omega.
But in general, if you don't see the contextual links Drupal core is providing, you will not see any that you create with this module.
Comment #4
toby53 commentedthanks
I've been hearing a lot of good things about using Omega for device "reactive" webpage designs.
In my case, it turns out that the theme developer had modified the block.tpl.php to exclude the "title_suffix" variable that the contextual links are placed in. Once the variable was written out and the css adjusted; the contextual links came back. It make updating blocks and views a whole lot easier !