Closed (fixed)
Project:
Zen
Version:
6.x-1.1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2009 at 20:18 UTC
Updated:
14 Jul 2015 at 17:19 UTC
Jump to comment: Most recent
Comments
Comment #1
pumpkinkid commentedDidn't mean to double post... sorry...
Comment #2
akalata commentedWhich "admin hover over" buttons are you referring to? What are your theme settings? Are you using a sub-theme? Changes to css could cause this.
Comment #3
pumpkinkid commentedThe icons that allow for editing blocks and menus on the zen theme.. as you said, I thought CSS would have been the issue, but even stripping out the css using the dev tools for firefox did not let them show....
Yes I am using my own subtheme based off the Starterkit. I have also made sure to enable the option in the settings... no avail...
Comment #4
akalata commentedAre these in the Zen theme's settings, or your sub-theme's settings? If you're not seeing them as an option in your sub-theme, you should check theme-settings.php within your subtheme and make sure that the functions have been renamed properly.
If you switch to using the base Zen theme, can you see them?
Comment #5
pumpkinkid commentedSorry for the late reply, been a while since I got a chance to see the code again...
I remember having narrowed it down to that file and checked, and I did verify again for good measure against the same file on a working subtheme, however, I dod not see any discrepancies.... Any lines in particular to look at?
Comment #6
akalata commentedSo, when you said "enable the option in the settings" do you mean
settings[zen_block_editing] = 1in your subtheme's .info file? That will set the default block editing setting, but that can be changed by the user through the UI at admin/build/themes/setting/subtheme. That is where you should check. :)Comment #7
pumpkinkid commentedThe "Show block editing on hover" option is checked...
as for the info file, I did see that it was simply the defaults, but checking it is set to 1 as well....
It seems as though the theme settings are not being stored.... any ideas?
Comment #8
akalata commentedThese may seem like stupid questions, but will help diagnose the issue:
Just for clarification, the "show block editing on hover" is checked for your subtheme, yes?
Are the editing buttons showing up in your HTML? It will show up similar to the
<div class="edit">below:Comment #9
pumpkinkid commentedNot at all, I don't believe in stupid questions when I apreciate the help!
Yes, the option is checked on my subtheme...
No, they don't show on the html... I have even striped all the css using firefox's dev toolbar and I still do not see the links...
Comment #10
pumpkinkid commentedI can't believe it took me since november to figure this out.....
It seems that somewhere along the road someone in my web team removed
<?php print $edit_links; ?>from my subtheme's block.tpl.php ....I feel so silly now, but I hope this ends up helping someone in the future!
Comment #11
akalata commentedThat'll do it, I'm glad you stuck with it!
Comment #13
roseba commentedWe have a problem where it shows for "super-admins" (permissions for everything), but not admins (permissions for a lot more than a typical user).
The HTML does reflect that we should be seeing the blocks as I can see:
block block-system region-odd odd region-count-1 count-1 with-block-editing
We are using a Zen subtheme.
I'm wondering if there is something in permissions that isn't turned on. If that is the case, we don't know where that checkbox would be.
Comment #14
andrenoronha commentedMy hover links were gone after upgrade from drupal 6 to 7.
And I dont have the option to turn them on/off at my sub-theme config page.
Any help?
Comment #15
mikee commentedIf the admin hover links do not show after updating make sure under Modules -> Core that the 'Contextual links' field is checked.