Closed (duplicate)
Project:
Click HeatMap
Version:
6.x-2.6
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
28 Jun 2009 at 14:45 UTC
Updated:
21 May 2010 at 12:56 UTC
Jump to comment: Most recent file
Comments
Comment #1
boombatower commentedYea it just uses an iframe to load page for background.
One options might be the ability to disable the admin menu in iframe...admin_menu would need some sort of switch.
Comment #2
mcrittenden commentedTransferring to admin_menu issue queue to see what sun thinks about your suggestion.
Comment #3
sunI don't understand whether the problem is inside of the the IFRAME or outside.
If it is inside, then you can probably just do:
as early as possible in the request before hook_footer() is invoked.
If it is outside, then it gets harder. You might check for the CSS class
body.admin-menuto dynamically alter the margin.Comment #4
mcrittenden commentedIt's inside. With that comment in mind, I'm going to move back over to Click Heatmap.
Thanks, sun.
Comment #5
boombatower commentedFinally got around to cleaning up this module a bit.
Comment #6
boombatower commentedCommitted.
Comment #7
mcrittenden commentedThanks!
Comment #9
Sten-dupe commentedHi I have the same issue on the 2.6 version. I checked the patch and its the same. If this has been added why am I still seeing the admin menus?
Thanks for your help.
Comment #10
andb commentedI can confirm Sten's report that in 2.6 the admin menu bar is showing again. I've checked the code and the patched code is in the module, but the admin menu still renders in the reports. Re-opening.
Comment #11
mcrittenden commentedIssues should be CNW if there is already a patch attached.
Comment #12
guybedford commentedI had this issue as well. Turned out there was a simple js error in the code. I've noted the correction here:
http://drupal.org/node/771080
That resolved the issue for me.
Comment #13
mcrittenden commentedThen marking as duplicate of #771080: JS Error: extra closing parenthesis since the fix is there.