For some strange reason when I hover an Image in any album I only get the gear symbol in the top right of the image, but not the drag-and-drop pointer in the top left corner of the image. So I can't drag and drop my images to change the order.

Anybody know how to fix this?

Latest Zen theme and Drupal 7.12.

Thanks!

Comments

Threesa’s picture

Fixed! It had to do with the jQuery selector for Media Gallery.

In media_gallery.dragdrop.js on line 18 change

var $gallery = $('body.page-node #block-system-main .node-media-gallery .media-gallery-media > .field-items').once('media-gallery-sortable');

To

var $gallery = $('body.page-node .node-media-gallery .media-gallery-media > .field-items').once('media-gallery-sortable');

So simply remove #block-system-main ;-)

Threesa’s picture

Status: Active » Fixed

See above ;-)

Status: Fixed » Closed (fixed)

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