Closed (won't fix)
Project:
Plain Grail
Version:
6.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2009 at 05:28 UTC
Updated:
27 Jan 2013 at 15:15 UTC
Jump to comment: Most recent file
Comments
Comment #1
gausarts commentedI'll try to see to the possible problem. If you have a screenshot of the working theme, it may help me too. Thanks
Comment #2
gausarts commentedIt seems Gmap and location want javascript files printed in the head.
I followed best practises as suggested by yslow, a firefox extention, to put all javascripts in the footer. Somehow gmap and location do not work if you put javascripts in the footer. So the quick fix is to put back all javascripts into the head.
The steps:
1. Open your page.tpl, and scroll to the bottom.
2. You'll find
<?php print $scripts; ?>just before<?php print $closure; ?>3. Move the scripts to the head right AFTER
<?php print $styles; ?>See the attachment.
Hope that'll fix it. Perhaps you wanted to open the issue in gmap or location as well to allow putting javascripts in the footer.
UPDATE: Sorry, the image is overlay/ blurred, but it just works :)
Comment #3
gausarts commentedTill upcoming release.
Comment #4
gausarts commentedCleaning up issue, feel free to reopen if still needed.