Adding the "showInfo" option and disabling it does not remove the "i" info button. I previously had galleria embedded into my theme and was using my own javscript code to launch galleria:

  $(".field-name-field-images").galleria({
    width: 612,
    height: 612,
    showInfo: false,
    clicknext: true
  });

With my original code here, showInfo = false made the info button disappear entirely. The option in this module for showInfo adds showInfo = 0 to the Drupal.settings, but the button remains.

Example page: http://laurachenault.com/gallery/la-sonámbula

Note: there is only the "Default" settings, and those are what I'm using in my image field, so I'm fairly certain it's not a case of misconfiguration.

Comments

kroimon’s picture

I confirm this as a bug and will commit a patch later.

kroimon’s picture

Status: Active » Fixed

Just pushed a fix for that one, will be in the next dev build.

Status: Fixed » Closed (fixed)

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