Perhaps the directory structure has changed for Galleria 1.2.8, but the history plugin is in a different location.

views_slideshow_galleriea.theme.inc line 84:
WRONG

if ($history) {
  drupal_add_js($library_path .'/plugins/galleria.history.js');
}

RIGHT

if ($history) {
  drupal_add_js($library_path .'/plugins/history/galleria.history.js');
}
CommentFileSizeAuthor
#2 history_plugin-1743202-2.patch911 bytesAnonymous (not verified)
#1 history_plugin-1743202-1.patch1.05 KBAnonymous (not verified)
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Anonymous’s picture

Patch that fixes the location.

Anonymous’s picture

FileSize
911 bytes

Last patch had paths from my project in it. Re-rolled with a fresh clone of this module.

sgabe’s picture

Status: Active » Fixed

Committed to both branches, thanks!

Status: Fixed » Closed (fixed)

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