Closed (fixed)
Project:
Galleria
Version:
7.x-1.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Feb 2012 at 11:46 UTC
Updated:
20 Feb 2012 at 19:20 UTC
Hi everyone,
in the D7 version of this module, there's no more the file galleria.tpl.php but a galleria-container.tpl.php, that basically calls :
print render($items);
I'd like to invert the position of the thumbnail and the zoomed picture (put the thumbnails above)
With the galleria.tpl.php template file it was easy, but now how can i proceed ?
Thanks
Comments
Comment #1
kroimon commentedYou have to modify the Galleria theme itself (e.g. the classic theme). For more information how to do that, please see http://galleria.io/docs/1.2/themes/creating_a_theme/
Themeing is completely part of the Galleria javascript and no longer a part of the Drupal module.