View Full Version : How can i modify a gallery template - esp the Journal Style?
Gammalight
Jun-29-2009, 10:42 AM
I would like to know if I can change the functions of how any of the gallery style templates work? If I chose the journal style gallery the page loads with a journal feel, but if you click on an image you loose the journal style and it becomes a click through slide style gallery. I would like the journal style to stay and not have the photos clickable.
In fact, can I customize any of the galleries and the way they function? Like adding return to gallery buttons and other custom navigation tasks.
J Allen
Jun-29-2009, 10:56 AM
I would like to know if I can change the functions of how any of the gallery style templates work? If I chose the journal style gallery the page loads with a journal feel, but if you click on an image you loose the journal style and it becomes a click through slide style gallery. I would like the journal style to stay and not have the photos clickable.
In fact, can I customize any of the galleries and the way they function? Like adding return to gallery buttons and other custom navigation tasks.
Journal style gallery can be modified a little, to my knowledge....See This thread (http://www.dgrin.com/showthread.php?t=135066) to remove click ability.
You could also make a CSS rule that would make all pictures line up on one side and captions on the other:
#journal .journal_entry .right
{float: left;
margin-right: 30px;}
#journal .journal_entry .left
{margin-right: 30px;}
Or just make your own html page from Examples here. (http://allen-steve.smugmug.com/gallery/2224895_3bpro)
and Here. (http://allen-steve.smugmug.com/gallery/3539056)
:ear
(Dont forget to include a link to your site if you have any problems or other questions.)
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.