Closed (fixed)
Project:
Admin:hover
Version:
6.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
19 Oct 2008 at 09:40 UTC
Updated:
14 Jul 2012 at 23:23 UTC
Anyone find a solution? Great module otherwise!
Comments
Comment #1
conortm commentedDenis,
Currently, Admin:hover is compatible with themes that do the following: provide node and block templates, the id attributes of whose containing divs are of the format node-$nid and block-$module-$delta, respectively... I am working on eliminating this condition...
Have you modified the Marinelli theme in any way? I have tested the default Marinelli theme, and Admin:hover works... Are there any more details you could provide?
Thanks!
Comment #2
spiffyd commentedI did a fresh install of 6.6 and the latest marinelli theme - admin:mod didn't work on any of marinelli's theme types.
Tried clearing local and performance caches.
Are you sure your mode worked for marinelli theme? I am using your 6.x dev version BTW, not the 5.x versions...
Comment #3
conortm commentedDenis,
My apologies, I misread your post and thought you meant Minelli... My bad! Unfortunately, until further development is done on Admin:hover, you will need to alter the following files in the Minelli theme:
node.tpl.php - alter the containing div's opening tag to be the following:
block.tpl.php - alter the containing div's opening tag to be the following:
Please let me know if that works... I know altering themes is far from an ideal solution, but until I fix the deeper issue, this will have to do. Thanks for your patience, and I hope this works for you.
Comment #4
spiffyd commentedYes, Minelli and Marinelli sounds similar so it can be confusing! :P
Your tips allowed me to fix the issue... basically Marinelli theme did not have the IDs specified for both node and block phps so adding them in resolved the issue.
Comment #5
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.