Closed (fixed)
Project:
Galleria
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2011 at 21:44 UTC
Updated:
29 Sep 2011 at 15:11 UTC
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
Comment #1
kroimon commentedI confirm this as a bug and will commit a patch later.
Comment #2
kroimon commentedJust pushed a fix for that one, will be in the next dev build.