Closed (works as designed)
Project:
Custom Contextual Links
Version:
7.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Jan 2012 at 02:11 UTC
Updated:
13 Feb 2012 at 21:35 UTC
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 !