Is there a simple way to display the image title while in the album view? I would like to be able to see the image title in addition to the thumbnail without having to click on each image. Thank you in advance for any kind replies.
At least the Effervescence+ theme sets the image title as part of the "alt" tag of the link so if you mouse over the thumbnail it will be displayed. If you want the title displayed under the image you would have to add the code to do this and also possibly you might need to modify the CSS.
Of course, it all depends on the theme you are using, but you did not see fit to mention that....
I am currently using the Default theme. I was hoping for an option that didn't require modifying the code (since I lack the knowledge to do that). Thank you for your reply.
OK. I have made it far enough that I could modify any file on my ftp if I knew how to theme. If someone is willing to add the appropriate code and send me the new file I will paypal them $50. I need this by tomorrow for work.
Not that I would not need money at all...:-) But this is really easy if you invest a little time to read the theming tutorial. All you have to do is to enter the `printImageTitle()` function within the `next_image()` loop on the `album.php` theme page and adjust the HTML/CSS so it looks right.
I inserted the code like you said, now I'm getting an error: Parse error: syntax error, unexpected '[', expecting ')' in /home/odnamra/theoddsart.net/themes/theodds/album.php on line 47
I made sure that I posted exactly what was indicated in the functions guide (minus the word "void").
Any ideas?
EDIT: I deleted all the variable inside printImageTitle and now it's working.
@acrylian can you please help me edit the css? I've been trying and I just can't figure it out. I have found the "Image Thumbnails" section of Dark.css (I'm using the dark version of default), but I can't get my titles under my images, they are currently showing up to the right side of each thumbnail.
Comments
Of course, it all depends on the theme you are using, but you did not see fit to mention that....
I inserted the code like you said, now I'm getting an error:
Parse error: syntax error, unexpected '[', expecting ')' in /home/odnamra/theoddsart.net/themes/theodds/album.php on line 47
I made sure that I posted exactly what was indicated in the functions guide (minus the word "void").
Any ideas?
EDIT:
I deleted all the variable inside printImageTitle and now it's working.
Thank you again!