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

toby53’s picture

Title: his » Title should be - no contextual links to begin with
toby53’s picture

Updated the title

bkoether’s picture

Status: Active » Closed (works as designed)

Hi 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.

toby53’s picture

thanks
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 !