I've been trying to get this to work for about a week now, and i guess i'm just missing something basic. the description next to the picture in Gallery 2 (Carbon Theme) is to the right of the image. where in its code do i change it to where it will make it drop down below the image. i've tried changing valign="top" to valign="baseline" but so far it wont work. anyone have any ideas? i mainly do html so i'm not too new to it. but try not to use big words... lol
Posts: 22892
photo.tpl
you will need to move the code that renders the description
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 74
what do i change? and what do i change it to? again, i'm new to tpl
Posts: 22892
move
{if !empty($theme.item.description)} <p class="giDescription"> {$theme.item.description|markup} </p> {/if}this code to were you would like. If i does not work revert and try a different position.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 96
I know this is an old thread, but it's exactly relevant to what I want to do.
I'm trying to move the description and other detail info to below the image. I moved the snippet above (found that before finding this thread), and moved it to where I believe should be below, or even above, the actual image, but it doesn't move. I've made sure I uploaded the changed photo.tpl, deleted the template cache, and did a forced refresh of the browser (FF3), but the description remains firmly implanted on the right side.
Any more thoughts?
Thanks!
Steel Rat
RPGMapShare.com
Posts: 16503
Did you clear Gallery's cache after making the change?
FAQ: How can I clear cached data?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 96
Nope, I'm an idiot. The problem was I had two different Gallery2 installations, I was editing the wrong one
It works as expected now. Sorry for the false alarm!
Steel Rat
RPGMapShare.com