Closed (fixed)
Project:
Galleria
Version:
7.x-1.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
16 Jan 2012 at 05:18 UTC
Updated:
26 Sep 2013 at 19:37 UTC
How can I show the image title info without the "i" button at the top?
I dont want the users to push the button, i want the title to display somewhere by default.
Thank you..
Comments
Comment #1
drupov commentedI think that is part of the classic interface. You can see it on http://galleria.io/themes/classic/
But you could add some css rules in your theme to force the description to appear or the info to disappear:
Hope this helps...
Comment #2
kroimon commentedComment #4
codesidekick commentedA cleaner solution is to add the property
_toggleInfoand set it to
FALSEin the configuration for the Galleria set.
Comment #5
natan_drupal commentedWhere do I add this property? I tried to "Data config" and "Extend" in settings view.
The solution to force CSS, it worked, but I would like the option to hide the title.