I have a clean install of Drupal with GMaps and when I switch to Blueprint the maps no longer display with the following error: Javascript is required to view this map. I get this error before I even start to theme Blueprint. Thanks.
I have a clean install of Drupal with GMaps and when I switch to Blueprint the maps no longer display with the following error: Javascript is required to view this map. I get this error before I even start to theme Blueprint. Thanks.
Comments
Comment #1
picciuto commentedPutting
print $scriptsinto the HEAD fixed my problem. Problem solved.Comment #2
designerbrent commentedComment #4
pianomansam commentedThis has been addressed in the GMap issue cue here:#286653: Patch to use JS Aggregation or JS at the bottom of the page
Comment #5
designerbrent commentedComment #7
panosp commented@picciuto (on #1) Since I run into the same problem and saw this suggestion. I just wanted to comment that this is not a good practice as the scripts should be at the bottom of the page.tpl (both according to blueprints framework and http://developer.yahoo.com/performance/rules.html#js_bottom).