Drupal 6.4 installation using bluelake as the theme. In the admin screens, the drag handles to move items in order are missing. Default & other themes, the handles exist - just missing in bluelake.

Comments

Anonymous’s picture

OK - the issue is that a line is missing from the page.tpl.php file:

print $scripts

This should be after the inclusion of $styles. Makes life much nicer when the javascript files are included.

owahab’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

selwynpolit’s picture

I have the same situation in Drupal 6.11 where the crosshairs (drag and drop handles have disappeared) I have a dev site which is fine but the production site is missing them. I tried a different theme but that didn't seem to help. I did check if the $scripts reference is there and it is ok. Any other suggestions? I am ready to try reload Drupal over the existing one to see if a file somehow disappeared...

Oops - I just realized that this comment is for the Blue Lake theme - I am using the acquia marina theme... Sorry.