Show image caption in Siriux Theme ?
Anyone know the code to show the image caption under each image in the Siriux theme. By default I don't see them.
site [url]www.paradigmprint.com[/url]
The long discription is shown on the photo page. Did you want to add the summary to the thumbnails?
Dave _____________________________________________ Blog & G2 || floridave - Gallery Team
Yeah, that's it. I want to show the caption on the thumbnails page.
[url]www.paradigmprint.com[/url]
I am interested in haveing an answer to the above response.
I want the Photo Caption that displays as a "header" on the Photo page, to display under the thumbnail-photo in album listing.
www.wayneandsally.com/gallery (using sirux theme)
Thanks!
album.tpl
{g->image item=$child image=$child.thumbnail} {else} {g->text text="no thumbnail"} {/if} </a>{$child.title|markup} </div> {/if} {/foreach}
or if you want the summary:
{g->image item=$child image=$child.thumbnail} {else} {g->text text="no thumbnail"} {/if} </a>{$child.summary|markup} </div> {/if} {/foreach}
I tried adding the above code and it made my page blank. Is there a certain section in the file it should be at?
What editor are you using? I bet it adds extra stuff. Use notepad or similar editor. Only add the bold.
I am using dreamweaver but I only copied the code in the gray box.
I only copied the code in the gray box.
Only add the bold code. the rest is for reference.
You will find dreamweaver will be a issue as well.
works, thanks! I couldnt really see the bolded code there so I added the whole thing.
Posts: 25945
The long discription is shown on the photo page.
Did you want to add the summary to the thumbnails?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 10
Yeah, that's it. I want to show the caption on the thumbnails page.
[url]www.paradigmprint.com[/url]
Posts: 33
I am interested in haveing an answer to the above response.
I want the Photo Caption that displays as a "header" on the Photo page, to display under the thumbnail-photo in album listing.
www.wayneandsally.com/gallery
(using sirux theme)
Thanks!
Posts: 25945
album.tpl
{g->image item=$child image=$child.thumbnail} {else} {g->text text="no thumbnail"} {/if} </a>{$child.title|markup} </div> {/if} {/foreach}or if you want the summary:
{g->image item=$child image=$child.thumbnail} {else} {g->text text="no thumbnail"} {/if} </a>{$child.summary|markup} </div> {/if} {/foreach}Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 7
I tried adding the above code and it made my page blank. Is there a certain section in the file it should be at?
Posts: 25945
What editor are you using? I bet it adds extra stuff. Use notepad or similar editor. Only add the bold.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 7
I am using dreamweaver but I only copied the code in the gray box.
Posts: 25945
Only add the bold code. the rest is for reference.
You will find dreamweaver will be a issue as well.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 7
works, thanks! I couldnt really see the bolded code there so I added the whole thing.